Skip to content

Commit 8d971d2

Browse files
lkundrakgregkh
authored andcommitted
ARM: dts: mmp3: Add power domain for the camera
[ Upstream commit 202f8e5 ] The camera interfaces on MMP3 are on a separate power island that needs to be turned on for them to operate and, ideally, turned off when the cameras are not in use. This hooks the power island with the camera interfaces in the device tree. Link: https://lore.kernel.org/r/20200925234805.228251-2-lkundrak@v3.sk Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent afed685 commit 8d971d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
297297
clocks = <&soc_clocks MMP2_CLK_CCIC0>;
298298
clock-names = "axi";
299+
power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
299300
#clock-cells = <0>;
300301
clock-output-names = "mclk";
301302
status = "disabled";
@@ -307,6 +308,7 @@
307308
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
308309
clocks = <&soc_clocks MMP2_CLK_CCIC1>;
309310
clock-names = "axi";
311+
power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
310312
#clock-cells = <0>;
311313
clock-output-names = "mclk";
312314
status = "disabled";

0 commit comments

Comments
 (0)