All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, tharvey@gateworks.com,
	Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Pass 'adv,force-bt656-4'
Date: Mon, 14 Mar 2022 22:32:27 -0300	[thread overview]
Message-ID: <20220315013228.1972033-1-festevam@gmail.com> (raw)

A common problem on imx6 designs with AD7180 is that video may get
out sync, producing a 'rolling' image.

Pass 'adv,force-bt656-4' to avoid such problem.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index 5e58740d40c5..9960f0b31ba9 100644
--- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@ -177,6 +177,7 @@ i2c@1 {
 			adv7180: camera@21 {
 				compatible = "adi,adv7180";
 				reg = <0x21>;
+				adv,force-bt656-4;
 				powerdown-gpios = <&max7310_b 2 GPIO_ACTIVE_LOW>;
 				interrupt-parent = <&gpio1>;
 				interrupts = <27 IRQ_TYPE_LEVEL_LOW>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-03-15  1:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15  1:32 Fabio Estevam [this message]
2022-03-15  1:32 ` [PATCH 2/2] ARM: dts: imx6-gw5xxx: Pass 'adv,force-bt656-4' Fabio Estevam
2022-03-15 15:20   ` Tim Harvey
2022-03-15 16:05     ` Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220315013228.1972033-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=shawnguo@kernel.org \
    --cc=tharvey@gateworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.