Skip to content

Commit 2e24723

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: dts: microchip: sam9x7: 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: 41af45a ("ARM: dts: at91: sam9x7: add device tree for SoC") Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Link: https://lore.kernel.org/r/036518968ac657b93e315bb550b822b59ae6f17c.1750175453.git.Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 0029468 commit 2e24723

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
clocks {
4646
slow_xtal: clock-slowxtal {
4747
compatible = "fixed-clock";
48+
clock-output-names = "slow_xtal";
4849
#clock-cells = <0>;
4950
};
5051

5152
main_xtal: clock-mainxtal {
5253
compatible = "fixed-clock";
54+
clock-output-names = "main_xtal";
5355
#clock-cells = <0>;
5456
};
5557
};

0 commit comments

Comments
 (0)