Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: sama5d3: switch to new sckc bindings

Remove the child nodes of the sckc as they are not necessary anymore.

Also, switch to the new atmel,sama5d3-sckc compatible string to use the
proper startup time for the RC oscillator (500 µs instead of 75).

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+5 -24
+1 -1
arch/arm/boot/dts/at91-wb50n.dtsi
··· 42 42 clock-frequency = <12000000>; 43 43 }; 44 44 45 - &slow_osc { 45 + &clk32k { 46 46 atmel,osc-bypass; 47 47 }; 48 48
+4 -23
arch/arm/boot/dts/sama5d3.dtsi
··· 1372 1372 status = "disabled"; 1373 1373 }; 1374 1374 1375 - sckc@fffffe50 { 1376 - compatible = "atmel,at91sam9x5-sckc"; 1375 + clk32k: sckc@fffffe50 { 1376 + compatible = "atmel,sama5d3-sckc"; 1377 1377 reg = <0xfffffe50 0x4>; 1378 - 1379 - slow_rc_osc: slow_rc_osc { 1380 - compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1381 - #clock-cells = <0>; 1382 - clock-frequency = <32768>; 1383 - clock-accuracy = <50000000>; 1384 - atmel,startup-time-usec = <75>; 1385 - }; 1386 - 1387 - slow_osc: slow_osc { 1388 - compatible = "atmel,at91sam9x5-clk-slow-osc"; 1389 - #clock-cells = <0>; 1390 - clocks = <&slow_xtal>; 1391 - atmel,startup-time-usec = <1200000>; 1392 - }; 1393 - 1394 - clk32k: slowck { 1395 - compatible = "atmel,at91sam9x5-clk-slow"; 1396 - #clock-cells = <0>; 1397 - clocks = <&slow_rc_osc &slow_osc>; 1398 - }; 1378 + clocks = <&slow_xtal>; 1379 + #clock-cells = <0>; 1399 1380 }; 1400 1381 1401 1382 rtc@fffffeb0 {