LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos: Disable unused camera input for I9100
@ 2021-05-30 10:55 Timon Baetz
  2021-05-31 15:54 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Timon Baetz @ 2021-05-30 10:55 UTC (permalink / raw
  To: Krzysztof Kozlowski
  Cc: Rob Herring, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, ~postmarketos/upstreaming, Timon Baetz

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(-)

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>;
--
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: exynos: Disable unused camera input for I9100
  2021-05-30 10:55 [PATCH] ARM: dts: exynos: Disable unused camera input for I9100 Timon Baetz
@ 2021-05-31 15:54 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2021-05-31 15:54 UTC (permalink / raw
  To: Krzysztof Kozlowski, Timon Baetz
  Cc: Krzysztof Kozlowski, linux-kernel, ~postmarketos/upstreaming,
	Rob Herring, linux-samsung-soc, devicetree, linux-arm-kernel

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,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-31 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 10:55 [PATCH] ARM: dts: exynos: Disable unused camera input for I9100 Timon Baetz
2021-05-31 15:54 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).