Skip to content

Commit cc5dc7e

Browse files
committed
Merge tag 'microchip-dt64-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
Microchip ARM64 device tree updates for v6.10 It contains: - dtbs_check and dtc W=1 warning fixes - mdio2 and serdes address fixes for sparx5 * tag 'microchip-dt64-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: arm64: dts: microchip: sparx5_pcb135: drop duplicated NOR flash arm64: dts: microchip: sparx5_pcb134: drop duplicated NOR flash arm64: dts: microchip: sparx5_pcb135: drop LED unit addresses arm64: dts: microchip: sparx5_pcb134: drop LED unit addresses arm64: dts: microchip: sparx5_pcb135: align I2C mux node name with bindings arm64: dts: microchip: sparx5_pcb134: align I2C mux node name with bindings arm64: dts: microchip: sparx5_pcb135: add missing I2C mux unit addresses arm64: dts: microchip: sparx5_pcb134: add missing I2C mux unit addresses arm64: dts: microchip: sparx5: correct serdes unit address arm64: dts: microchip: sparx5: fix mdio reg Link: https://lore.kernel.org/r/20240429121429.1941241-1-claudiu.beznea@tuxon.dev Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents e8325e3 + 6c7c4b9 commit cc5dc7e

File tree

3 files changed

+85
-103
lines changed

3 files changed

+85
-103
lines changed

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

+2-2
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 {
@@ -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)