Commit f4f15c5c authored by Claudiu Beznea's avatar Claudiu Beznea
Browse files

ARM: dts: at91: at91sam9n12: witch sckc to new clock bindings

parent d08f92bd
Loading
Loading
Loading
Loading
+3 −20
Original line number Diff line number Diff line
@@ -146,28 +146,11 @@
				clocks = <&clk32k>;
			};

			sckc@fffffe50 {
			clk32k: clock-controller@fffffe50 {
				compatible = "atmel,at91sam9x5-sckc";
				reg = <0xfffffe50 0x4>;

				slow_osc: slow_osc {
					compatible = "atmel,at91sam9x5-clk-slow-osc";
					#clock-cells = <0>;
				clocks = <&slow_xtal>;
				};

				slow_rc_osc: slow_rc_osc {
					compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
				#clock-cells = <0>;
					clock-frequency = <32768>;
					clock-accuracy = <50000000>;
				};

				clk32k: slck {
					compatible = "atmel,at91sam9x5-clk-slow";
					#clock-cells = <0>;
					clocks = <&slow_rc_osc>, <&slow_osc>;
				};
			};

			mmc0: mmc@f0008000 {