diff mbox series

ARM: dts: exynos: Disable unused camera input for I9100

Message ID 20210530105535.4165-1-timon.baetz@protonmail.com (mailing list archive)
State Accepted
Headers show
Series ARM: dts: exynos: Disable unused camera input for I9100 | expand

Commit Message

Timon Baetz May 30, 2021, 10:55 a.m. UTC
As the back camera is not implemented disable the second pair of fimc
child nodes as they are not functional. This prevents creating the
associated /dev/videoX devices.

Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
---
 arch/arm/boot/dts/exynos4210-i9100.dts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--
2.25.1

Comments

Krzysztof Kozlowski May 31, 2021, 3:54 p.m. UTC | #1
On Sun, 30 May 2021 10:55:44 +0000, Timon Baetz wrote:
> As the back camera is not implemented disable the second pair of fimc
> child nodes as they are not functional. This prevents creating the
> associated /dev/videoX devices.

Applied, thanks!

[1/1] ARM: dts: exynos: Disable unused camera input for I9100
      commit: 135adbbee4c66f89b57519633cbf8c3c35b6c4da

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos4210-i9100.dts b/arch/arm/boot/dts/exynos4210-i9100.dts
index dec223bbf4eb..4a669abf4842 100644
--- a/arch/arm/boot/dts/exynos4210-i9100.dts
+++ b/arch/arm/boot/dts/exynos4210-i9100.dts
@@ -296,7 +296,8 @@  &fimc_0 {
 };

 &fimc_1 {
-	status = "okay";
+	/* Back camera not implemented */
+	status = "disabled";

 	assigned-clocks = <&clock CLK_MOUT_FIMC1>, <&clock CLK_SCLK_FIMC1>;
 	assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
@@ -312,7 +313,8 @@  &fimc_2 {
 };

 &fimc_3 {
-	status = "okay";
+	/* Back camera not implemented */
+	status = "disabled";

 	assigned-clocks = <&clock CLK_MOUT_FIMC3>, <&clock CLK_SCLK_FIMC3>;
 	assigned-clock-parents = <&clock CLK_SCLK_MPLL>;