Skip to content

Commit 5d83b9c

Browse files
krzkConchuOD
authored andcommitted
arm64: dts: microchip: sparx5: fix mdio reg
Correct the reg address of mdio node to match unit address. Assume the reg is not correct and unit address was correct, because there is already node using the existing reg 0x110102d4. sparx5.dtsi:443.25-451.5: Warning (simple_bus_reg): /axi@600000000/mdio@6110102f8: simple-bus unit address format error, expected "6110102d4" Fixes: d0f482b ("arm64: dts: sparx5: Add the Sparx5 switch node") Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 4cece76 commit 5d83b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/microchip/sparx5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
pinctrl-names = "default";
448448
#address-cells = <1>;
449449
#size-cells = <0>;
450-
reg = <0x6 0x110102d4 0x24>;
450+
reg = <0x6 0x110102f8 0x24>;
451451
};
452452

453453
mdio3: mdio@61101031c {

0 commit comments

Comments
 (0)