Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfb77169 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski
Browse files

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 8686764f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -131,3 +131,12 @@
&mfc {
	compatible = "samsung,mfc-v8";
};

&soc {
	cam_pd: power-domain@10045100 {
		compatible = "samsung,exynos4210-pd";
		reg = <0x10045100 0x20>;
		#power-domain-cells = <0>;
		label = "CAM";
	};
};