Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Russell King and committed by
Gregory CLEMENT
cba3bbcb 7c2293f5

+7
+7
arch/arm/boot/dts/dove.dtsi
··· 438 438 marvell,pmu_iso_mask = <0x00000001>; 439 439 resets = <&pmu 16>; 440 440 }; 441 + 442 + gpu_domain: gpu-domain { 443 + #power-domain-cells = <0>; 444 + marvell,pmu_pwr_mask = <0x00000004>; 445 + marvell,pmu_iso_mask = <0x00000002>; 446 + resets = <&pmu 18>; 447 + }; 441 448 }; 442 449 443 450 thermal: thermal-diode@001c {