All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <quic_bjorande@quicinc.com>
To: Rob Clark <robdclark@gmail.com>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Sean Paul <sean@poorly.run>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	<cros-qcom-dts-watchers@chromium.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: <linux-arm-msm@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	<freedreno@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>,
	Bjorn Andersson <quic_bjorande@quicinc.com>
Subject: [PATCH 7/9] arm64: dts: qcom: qcs6490-rb3gen2: Introduce USB redriver
Date: Wed, 21 Feb 2024 15:19:15 -0800	[thread overview]
Message-ID: <20240221-rb3gen2-dp-connector-v1-7-dc0964ef7d96@quicinc.com> (raw)
In-Reply-To: <20240221-rb3gen2-dp-connector-v1-0-dc0964ef7d96@quicinc.com>

The RB3gen2 has a USB redriver on APPS_I2C, enable the bus and introduce
the redriver. The plumbing with other components is kept separate for
clarity.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
---
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 079bf43b14cc..171ed979d55f 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -465,6 +465,20 @@ &gcc {
 			   <GCC_WPSS_RSCP_CLK>;
 };
 
+&i2c1 {
+	status = "okay";
+
+	typec-mux@1c {
+		compatible = "onnn,nb7vpq904m";
+		reg = <0x1c>;
+
+		vcc-supply = <&vreg_l18b_1p8>;
+
+		retimer-switch;
+		orientation-switch;
+	};
+};
+
 &mdss {
 	status = "okay";
 };

-- 
2.25.1


  parent reply	other threads:[~2024-02-21 23:19 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 23:19 [PATCH 0/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays Bjorn Andersson
2024-02-21 23:19 ` [PATCH 1/9] drm/msm/dp: Add DP support to combo instance in SC7280 Bjorn Andersson
2024-02-21 23:38   ` Dmitry Baryshkov
2024-02-22  3:47     ` Bjorn Andersson
2024-02-22  4:01       ` Dmitry Baryshkov
2024-02-22 21:25         ` Dmitry Baryshkov
2024-02-21 23:19 ` [PATCH 2/9] arm64: dts: qcom: sc7280: Make eDP/DP controller default DP Bjorn Andersson
2024-02-21 23:43   ` Dmitry Baryshkov
2024-02-22  8:55   ` Konrad Dybcio
2024-02-21 23:19 ` [PATCH 3/9] arm64: dts: qcom: sc7280: Enable MDP turbo mode Bjorn Andersson
2024-02-21 23:41   ` Dmitry Baryshkov
2024-02-22  8:56     ` Konrad Dybcio
2024-02-22  9:04       ` Dmitry Baryshkov
2024-02-22  9:28         ` Konrad Dybcio
2024-02-22  9:46           ` Dmitry Baryshkov
2024-02-22 10:02             ` Konrad Dybcio
2024-02-22 15:04             ` Bjorn Andersson
2024-02-22 17:32               ` Dmitry Baryshkov
2024-02-26 15:56                 ` Doug Anderson
2024-02-22 18:32             ` Abhinav Kumar
2024-02-22  8:56   ` Konrad Dybcio
2024-02-21 23:19 ` [PATCH 4/9] arm64: dts: qcom: qcs6490-rb3gen2: Add DP output Bjorn Andersson
2024-02-21 23:46   ` Dmitry Baryshkov
2024-02-21 23:19 ` [PATCH 5/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable adsp and cdsp Bjorn Andersson
2024-02-21 23:42   ` Dmitry Baryshkov
2024-02-21 23:19 ` [PATCH 6/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable USB role switching Bjorn Andersson
2024-02-21 23:50   ` Dmitry Baryshkov
2024-02-22  3:51     ` Bjorn Andersson
2024-02-22 16:11   ` Krishna Kurapati PSSNV
2024-02-21 23:19 ` Bjorn Andersson [this message]
2024-02-21 23:50   ` [PATCH 7/9] arm64: dts: qcom: qcs6490-rb3gen2: Introduce USB redriver Dmitry Baryshkov
2024-02-22  8:58   ` Konrad Dybcio
2024-02-21 23:19 ` [PATCH 8/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable USB Type-C display Bjorn Andersson
2024-02-22  9:33   ` neil.armstrong
2024-02-21 23:19 ` [PATCH 9/9] arm64: defconfig: Enable sc7280 display and gpu clock controllers Bjorn Andersson
2024-02-21 23:43   ` Dmitry Baryshkov

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=20240221-rb3gen2-dp-connector-v1-7-dc0964ef7d96@quicinc.com \
    --to=quic_bjorande@quicinc.com \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh@kernel.org \
    --cc=sean@poorly.run \
    /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.