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

ARM: dts: exynos: Add CAM power domain to Exynos5422/5800

CAM power domain contains CAMIF, 3AA and FIMC LITE devices. It is present
only in Exynos 5422/5800 SoCs. Currently there are no drivers nor the
device nodes for those devices, but instantiating its power domain allows
to turn it off and save some energy.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Marek Szyprowski and committed by
Krzysztof Kozlowski
bfb77169 8686764f

+9
+9
arch/arm/boot/dts/exynos5800.dtsi
··· 131 131 &mfc { 132 132 compatible = "samsung,mfc-v8"; 133 133 }; 134 + 135 + &soc { 136 + cam_pd: power-domain@10045100 { 137 + compatible = "samsung,exynos4210-pd"; 138 + reg = <0x10045100 0x20>; 139 + #power-domain-cells = <0>; 140 + label = "CAM"; 141 + }; 142 + };