diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-02-19 15:28:08 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-05-21 17:42:09 +0200 |
commit | bd5d3873de70529b3a810c8d3fda82b6423c1ba4 (patch) | |
tree | 3f245c93930add0d04e110c3465f1c85f627e23f /arch/arm/boot/dts/at91-wb50n.dtsi | |
parent | ARM: dts: at91: at91sam9rl: switch to new sckc bindings (diff) | |
download | linux-bd5d3873de70529b3a810c8d3fda82b6423c1ba4.tar.xz linux-bd5d3873de70529b3a810c8d3fda82b6423c1ba4.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/at91-wb50n.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91-wb50n.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-wb50n.dtsi b/arch/arm/boot/dts/at91-wb50n.dtsi index 85692c8ef2b1..4ed8500a5cb8 100644 --- a/arch/arm/boot/dts/at91-wb50n.dtsi +++ b/arch/arm/boot/dts/at91-wb50n.dtsi @@ -42,7 +42,7 @@ clock-frequency = <12000000>; }; -&slow_osc { +&clk32k { atmel,osc-bypass; }; |