Skip to content

Commit f4f15c5

Browse files
committed
ARM: dts: at91: at91sam9n12: witch sckc to new clock bindings
Switch slow clock controller to new clock bindings. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230517094119.2894220-4-claudiu.beznea@microchip.com
1 parent d08f92b commit f4f15c5

1 file changed

Lines changed: 3 additions & 20 deletions

File tree

arch/arm/boot/dts/at91sam9n12.dtsi

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -146,28 +146,11 @@
146146
clocks = <&clk32k>;
147147
};
148148

149-
sckc@fffffe50 {
149+
clk32k: clock-controller@fffffe50 {
150150
compatible = "atmel,at91sam9x5-sckc";
151151
reg = <0xfffffe50 0x4>;
152-
153-
slow_osc: slow_osc {
154-
compatible = "atmel,at91sam9x5-clk-slow-osc";
155-
#clock-cells = <0>;
156-
clocks = <&slow_xtal>;
157-
};
158-
159-
slow_rc_osc: slow_rc_osc {
160-
compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
161-
#clock-cells = <0>;
162-
clock-frequency = <32768>;
163-
clock-accuracy = <50000000>;
164-
};
165-
166-
clk32k: slck {
167-
compatible = "atmel,at91sam9x5-clk-slow";
168-
#clock-cells = <0>;
169-
clocks = <&slow_rc_osc>, <&slow_osc>;
170-
};
152+
clocks = <&slow_xtal>;
153+
#clock-cells = <0>;
171154
};
172155

173156
mmc0: mmc@f0008000 {

0 commit comments

Comments
 (0)