diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-07-15 21:59:52 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-08-05 19:34:30 +0300 |
commit | cba3bbcba41f8534df5529752d10dc69b7b38eda (patch) | |
tree | 8a783b157a2a63da06b3aad630312f19676a4a8b /arch/arm/boot/dts/dove.dtsi | |
parent | 7c2293f523c67511581711b244022e4a1efdc0a6 (diff) | |
download | linux-cba3bbcba41f8534df5529752d10dc69b7b38eda.tar.xz |
ARM: dt: dove: add GPU power domain description
Add the description of the GPU power domain to the PMU DT entry.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index aa33e13064db..179121630ad7 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -438,6 +438,13 @@ marvell,pmu_iso_mask = <0x00000001>; resets = <&pmu 16>; }; + + gpu_domain: gpu-domain { + #power-domain-cells = <0>; + marvell,pmu_pwr_mask = <0x00000004>; + marvell,pmu_iso_mask = <0x00000002>; + resets = <&pmu 18>; + }; }; thermal: thermal-diode@001c { |