diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-10-14 13:12:58 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-28 12:49:27 +0300 |
commit | 6c6693599b33b2e45a9c14b209729b839b379ee6 (patch) | |
tree | 1ad03f45ef1c17bcff8cd8a150337142d87a61c7 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | c8f4594381922cd611384455083a02740df12a25 (diff) | |
download | linux-6c6693599b33b2e45a9c14b209729b839b379ee6.tar.xz |
ARM: ux500: Add DT node for ux500 PM domains
Add a DT node for the ux500 PM domains. Follow the DT semantics of the
generic PM domain.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 9d2323020d34..d4169746819e 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -43,6 +43,10 @@ interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>; }; + pm_domains: pm_domains0 { + compatible = "stericsson,ux500-pm-domains"; + #power-domain-cells = <1>; + }; clocks { compatible = "stericsson,u8500-clks"; |