diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-01-10 22:32:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-09 23:15:55 +0200 |
commit | 6fb2de9d9f1b34fed21d7c88a008b8822f5dd4c7 (patch) | |
tree | 38c61ca0f11d3c85ab068f749a238fc07b21e705 /arch | |
parent | 6f101946cb0acb7a36a773bb2aaf2c0f768f2ebc (diff) | |
download | blackbird-obmc-linux-6fb2de9d9f1b34fed21d7c88a008b8822f5dd4c7.tar.gz blackbird-obmc-linux-6fb2de9d9f1b34fed21d7c88a008b8822f5dd4c7.zip |
ARM: dts: add PMU to the NHK15 device tree
The so-called Nomadik Power Mangament Unit is actually a set
of some power management registers and some miscellaneous
system control stuff like muxing of entire hardware units.
Add this as a system controller.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi index d2d532a9d783..80a3c9ccccd9 100644 --- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi +++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi @@ -168,6 +168,12 @@ }; }; + /* Power Management Unit */ + pmu: pmu@101e9000 { + compatible = "stericsson,nomadik-pmu", "syscon"; + reg = <0x101e0000 0x1000>; + }; + src: src@101e0000 { compatible = "stericsson,nomadik-src"; reg = <0x101e0000 0x1000>; |