Skip to content

Commit

Permalink
ARM: nomadik: add the new clocks to the device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Jun 20, 2013
1 parent ef6eb32 commit c641d4d
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 37 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/ste-nomadik-s8815.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Loading

0 comments on commit c641d4d

Please sign in to comment.