Skip to content

Commit 0136278

Browse files
krzkConchuOD
authored andcommitted
arm64: dts: microchip: sparx5: correct serdes unit address
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>
1 parent 5d83b9c commit 0136278

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
@@ -460,7 +460,7 @@
460460
reg = <0x6 0x1101031c 0x24>;
461461
};
462462

463-
serdes: serdes@10808000 {
463+
serdes: serdes@610808000 {
464464
compatible = "microchip,sparx5-serdes";
465465
#phy-cells = <1>;
466466
clocks = <&sys_clk>;

0 commit comments

Comments
 (0)