From: Krzysztof Kozlowski Date: Fri, 5 Apr 2024 19:04:10 +0000 (+0200) Subject: arm64: dts: microchip: sparx5: fix mdio reg X-Git-Tag: v6.10-rc1~239^2~10^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d83b9cbe7cf40746948a419c5018f4d617a86fa;p=thirdparty%2Flinux.git 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: d0f482bb06f9 ("arm64: dts: sparx5: Add the Sparx5 switch node") Reviewed-by: Horatiu Vultur Signed-off-by: Krzysztof Kozlowski Reviewed-by: Steen Hegelund Signed-off-by: Conor Dooley --- diff --git a/arch/arm64/boot/dts/microchip/sparx5.dtsi b/arch/arm64/boot/dts/microchip/sparx5.dtsi index 24075cd914205..5d820da8c69df 100644 --- a/arch/arm64/boot/dts/microchip/sparx5.dtsi +++ b/arch/arm64/boot/dts/microchip/sparx5.dtsi @@ -447,7 +447,7 @@ pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; - reg = <0x6 0x110102d4 0x24>; + reg = <0x6 0x110102f8 0x24>; }; mdio3: mdio@61101031c {