diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-05 01:18:40 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-20 10:15:48 +0200 |
commit | c641d4dfef6d462c6d66a6fb57700086cd2f0106 (patch) | |
tree | 4f4eb99f84e83f7813de999cdb9c870e009380f3 /arch/arm/boot/dts/ste-nomadik-s8815.dts | |
parent | ef6eb322ce574ba73658a677e83e5da3cfab301b (diff) | |
download | blackbird-obmc-linux-c641d4dfef6d462c6d66a6fb57700086cd2f0106.tar.gz blackbird-obmc-linux-c641d4dfef6d462c6d66a6fb57700086cd2f0106.zip |
ARM: nomadik: add the new clocks to the device tree
This revamps the device tree to fit with the new clock
implementation and brings it quite a bit closer to how
the hardware actually works.
After this the clock implementation knows about all
clock gates and will gate off all unused clocks at
boot time and save a bit of power.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-s8815.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-s8815.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts index 638ec8df5802..fd573d2ac4d0 100644 --- a/arch/arm/boot/dts/ste-nomadik-s8815.dts +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts @@ -14,6 +14,12 @@ bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk"; }; + src@101e0000 { + /* These chrystal drivers are not used on this board */ + disable-sxtalo; + disable-mxtalo; + }; + pinctrl { /* Hog CD pins */ pinctrl-names = "default"; |