devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Bjorn Andersson <andersson@kernel.org>,
	 Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	 Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Subject: [PATCH 08/12] arm64: dts: qcom: sm8550: move PHY's orientation-switch to SoC dtsi
Date: Mon, 29 Apr 2024 15:43:45 +0300	[thread overview]
Message-ID: <20240429-usb-link-dtsi-v1-8-87c341b55cdf@linaro.org> (raw)
In-Reply-To: <20240429-usb-link-dtsi-v1-0-87c341b55cdf@linaro.org>

The orientation-switch of the USB+DP QMP PHY is not a property of the
board, it is a design property of the QMP PHY itself. Move the property
from board DTS to SoC DTSI.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550-hdk.dts                     | 2 --
 arch/arm64/boot/dts/qcom/sm8550-mtp.dts                     | 2 --
 arch/arm64/boot/dts/qcom/sm8550-qrd.dts                     | 2 --
 arch/arm64/boot/dts/qcom/sm8550-sony-xperia-yodo-pdx234.dts | 1 -
 arch/arm64/boot/dts/qcom/sm8550.dtsi                        | 2 ++
 5 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550-hdk.dts b/arch/arm64/boot/dts/qcom/sm8550-hdk.dts
index f786d9114936..98934e4a81b2 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-hdk.dts
@@ -1279,8 +1279,6 @@ &usb_dp_qmpphy {
 	vdda-phy-supply = <&vreg_l3e_1p2>;
 	vdda-pll-supply = <&vreg_l3f_0p88>;
 
-	orientation-switch;
-
 	status = "okay";
 };
 
diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
index 56800ab903a1..d3fd00176233 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
@@ -972,8 +972,6 @@ &usb_dp_qmpphy {
 	vdda-phy-supply = <&vreg_l3e_1p2>;
 	vdda-pll-supply = <&vreg_l3f_0p91>;
 
-	orientation-switch;
-
 	status = "okay";
 };
 
diff --git a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
index d0b373da39d4..1d487c42a39b 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
@@ -1156,8 +1156,6 @@ &usb_dp_qmpphy {
 	vdda-phy-supply = <&vreg_l3e_1p2>;
 	vdda-pll-supply = <&vreg_l3f_0p88>;
 
-	orientation-switch;
-
 	status = "okay";
 };
 
diff --git a/arch/arm64/boot/dts/qcom/sm8550-sony-xperia-yodo-pdx234.dts b/arch/arm64/boot/dts/qcom/sm8550-sony-xperia-yodo-pdx234.dts
index 7a8d5c34e9e6..92a88fb05609 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-sony-xperia-yodo-pdx234.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-sony-xperia-yodo-pdx234.dts
@@ -757,7 +757,6 @@ &usb_1_hsphy {
 &usb_dp_qmpphy {
 	vdda-phy-supply = <&pm8550vs_2_l3>;
 	vdda-pll-supply = <&pm8550ve_l3>;
-	orientation-switch;
 
 	status = "okay";
 };
diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 3ada5a30ecb7..9980504f66db 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -3170,6 +3170,8 @@ usb_dp_qmpphy: phy@88e8000 {
 			#clock-cells = <1>;
 			#phy-cells = <1>;
 
+			orientation-switch;
+
 			status = "disabled";
 
 			ports {

-- 
2.39.2


  parent reply	other threads:[~2024-04-29 12:43 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 12:43 [PATCH 00/12] arm64: dts: qcom: move common USB-related properties to SoC dtsi Dmitry Baryshkov
2024-04-29 12:43 ` [PATCH 01/12] arm64: dts: qcom: sm8150: move USB graph to the " Dmitry Baryshkov
2024-04-30  9:34   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 02/12] arm64: dts: qcom: sm8350: " Dmitry Baryshkov
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 03/12] arm64: dts: qcom: sm8450: " Dmitry Baryshkov
2024-04-29 12:51   ` neil.armstrong
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 04/12] arm64: dts: qcom: sm8550: " Dmitry Baryshkov
2024-04-29 12:52   ` neil.armstrong
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 05/12] arm64: dts: qcom: sm8650: " Dmitry Baryshkov
2024-04-29 12:52   ` neil.armstrong
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 06/12] arm64: dts: qcom: sm8350: move PHY's orientation-switch to " Dmitry Baryshkov
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 07/12] arm64: dts: qcom: sm8450: " Dmitry Baryshkov
2024-04-29 12:51   ` neil.armstrong
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` Dmitry Baryshkov [this message]
2024-04-29 12:51   ` [PATCH 08/12] arm64: dts: qcom: sm8550: " neil.armstrong
2024-04-30  9:35   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 09/12] arm64: dts: qcom: sm8650: " Dmitry Baryshkov
2024-04-29 12:50   ` neil.armstrong
2024-04-30  9:36   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 10/12] arm64: dts: qcom: sm8650-mtp: connect USB-C SS port to QMP PHY Dmitry Baryshkov
2024-04-29 12:48   ` neil.armstrong
2024-04-30  9:36   ` Konrad Dybcio
2024-04-29 12:43 ` [PATCH 11/12] arm64: dts: qcom: delete wrong usb-role-switch properties Dmitry Baryshkov
2024-04-30  9:34   ` Konrad Dybcio
2024-04-30 10:06     ` Dmitry Baryshkov
2024-04-29 12:43 ` [PATCH 12/12] arm64: dts: qcom: x1e80100: drop " Dmitry Baryshkov
2024-05-27  3:00 ` [PATCH 00/12] arm64: dts: qcom: move common USB-related properties to SoC dtsi Bjorn Andersson

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=20240429-usb-link-dtsi-v1-8-87c341b55cdf@linaro.org \
    --to=dmitry.baryshkov@linaro.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    /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 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 NNTP newsgroup(s).