mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15
[ Upstream commit fb1406335c ]
It fixes the following warning seen running "make dtbs_check W=1"
Warning (simple_bus_reg): /soc/stmmac-axi-config: missing or empty
reg/ranges property
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
6a7af63478
commit
e27052f21a
|
|
@ -1395,12 +1395,6 @@ crc1: crc@58009000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
stmmac_axi_config_0: stmmac-axi-config {
|
|
||||||
snps,wr_osr_lmt = <0x7>;
|
|
||||||
snps,rd_osr_lmt = <0x7>;
|
|
||||||
snps,blen = <0 0 0 0 16 8 4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
ethernet0: ethernet@5800a000 {
|
ethernet0: ethernet@5800a000 {
|
||||||
compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
|
compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
|
||||||
reg = <0x5800a000 0x2000>;
|
reg = <0x5800a000 0x2000>;
|
||||||
|
|
@ -1424,6 +1418,12 @@ ethernet0: ethernet@5800a000 {
|
||||||
snps,axi-config = <&stmmac_axi_config_0>;
|
snps,axi-config = <&stmmac_axi_config_0>;
|
||||||
snps,tso;
|
snps,tso;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
stmmac_axi_config_0: stmmac-axi-config {
|
||||||
|
snps,wr_osr_lmt = <0x7>;
|
||||||
|
snps,rd_osr_lmt = <0x7>;
|
||||||
|
snps,blen = <0 0 0 0 16 8 4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
usbh_ohci: usbh-ohci@5800c000 {
|
usbh_ohci: usbh-ohci@5800c000 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user