Skip to content

Commit 0029468

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama7d65: Add clock name property
Add clock-output-names to the xtal nodes, so the driver can correctly register the main and slow xtal. This fixes the issue of the SoC clock driver not being able to find the main xtal and slow xtal correctly causing a bad clock tree. Fixes: 261dcfa ("ARM: dts: microchip: add sama7d65 SoC DT") Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Link: https://lore.kernel.org/r/3878ae6d0016d46f0c91bd379146d575d5d336aa.1750175453.git.Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 47b7755 commit 0029468

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
clocks {
3939
main_xtal: clock-mainxtal {
4040
compatible = "fixed-clock";
41+
clock-output-names = "main_xtal";
4142
#clock-cells = <0>;
4243
};
4344

4445
slow_xtal: clock-slowxtal {
4546
compatible = "fixed-clock";
47+
clock-output-names = "slow_xtal";
4648
#clock-cells = <0>;
4749
};
4850
};

0 commit comments

Comments
 (0)