diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-05 10:38:57 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-28 23:23:54 +0100 |
commit | 27bda036d246ae417af348d7868f96d2da208ecc (patch) | |
tree | 2b994f00f0927539a5da8ca4c01ef88995325343 /arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | |
parent | 1b542757179675162865f2b5b5fdbcc8b9118f2a (diff) | |
download | op-kernel-dev-27bda036d246ae417af348d7868f96d2da208ecc.zip op-kernel-dev-27bda036d246ae417af348d7868f96d2da208ecc.tar.gz |
ARM: nomadik: move remaining PrimeCells to device tree
The two remaining PrimeCells, RNG and RTC, are migrated to the
device tree for device tree boot.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-stn8815.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi index 0a5b670..88fb98f9 100644 --- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi +++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi @@ -76,5 +76,17 @@ interrupts = <28>; status = "disabled"; }; + + rng: rng@101b0000 { + compatible = "arm,primecell"; + reg = <0x101b0000 0x1000>; + }; + + rtc: rtc@101e8000 { + compatible = "arm,pl031", "arm,primecell"; + reg = <0x101e8000 0x1000>; + interrupt-parent = <&vica>; + interrupts = <10>; + }; }; }; |