]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: microchip: sparx5: correct serdes unit address
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 5 Apr 2024 19:04:11 +0000 (21:04 +0200)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 8 Apr 2024 15:55:41 +0000 (16:55 +0100)
Unit address should match "reg" property, as reported by dtc W=1
warnings:

  sparx5.dtsi:463.27-468.5: Warning (simple_bus_reg): /axi@600000000/serdes@10808000: simple-bus unit address format error, expected "610808000"

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>
arch/arm64/boot/dts/microchip/sparx5.dtsi

index 5d820da8c69df4c14b10f79c8516c7db179ed68f..c3029e0abacc05a0aa8b30d4b65b45f2bfb277cd 100644 (file)
                        reg = <0x6 0x1101031c 0x24>;
                };
 
-               serdes: serdes@10808000 {
+               serdes: serdes@610808000 {
                        compatible = "microchip,sparx5-serdes";
                        #phy-cells = <1>;
                        clocks = <&sys_clk>;