* [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs
@ 2024-10-14 11:21 Abel Vesa
2024-10-14 11:21 ` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: " Abel Vesa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Abel Vesa @ 2024-10-14 11:21 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Johan Hovold, Dmitry Baryshkov, linux-arm-msm, devicetree,
linux-kernel, Abel Vesa
The Slim 7X and Vivobook S15 are the only remaining X Elite platforms
which still unnecessarily describe the orientation-switch in the USB
SS0 and SS1 QMP PHYs. So drop these properties from the board specific
dts as the SoC dtsi already describes them.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
Abel Vesa (2):
arm64: dts: qcom: x1e80100-slim7x: Drop orientation-switch from USB SS[0-1] QMP PHYs
arm64: dts: qcom: x1e80100-vivobook-s15: Drop orientation-switch from USB SS[0-1] QMP PHYs
arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts | 4 ----
arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 4 ----
2 files changed, 8 deletions(-)
---
base-commit: d61a00525464bfc5fe92c6ad713350988e492b88
change-id: 20241014-x1e80100-dts-drop-orientation-switch-259eb678a02b
Best regards,
--
Abel Vesa <abel.vesa@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: Drop orientation-switch from USB SS[0-1] QMP PHYs
2024-10-14 11:21 [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs Abel Vesa
@ 2024-10-14 11:21 ` Abel Vesa
2024-10-14 11:21 ` [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: " Abel Vesa
2024-10-16 15:32 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: " Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2024-10-14 11:21 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Johan Hovold, Dmitry Baryshkov, linux-arm-msm, devicetree,
linux-kernel, Abel Vesa
The orientation-switch is already set in the x1e80100 SoC dtsi,
so drop from Slim 7X dts.
Fixes: 45247fe17db2 ("arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
index 1f292cd4a71305e81edcd1aa87f100881ad9dedd..257907df5a649d5208bc9ca6c02f65f38b848da4 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
@@ -909,8 +909,6 @@ &usb_1_ss0_qmpphy {
vdda-phy-supply = <&vreg_l3e_1p2>;
vdda-pll-supply = <&vreg_l1j_0p8>;
- orientation-switch;
-
status = "okay";
};
@@ -943,8 +941,6 @@ &usb_1_ss1_qmpphy {
vdda-phy-supply = <&vreg_l3e_1p2>;
vdda-pll-supply = <&vreg_l2d_0p9>;
- orientation-switch;
-
status = "okay";
};
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: Drop orientation-switch from USB SS[0-1] QMP PHYs
2024-10-14 11:21 [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs Abel Vesa
2024-10-14 11:21 ` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: " Abel Vesa
@ 2024-10-14 11:21 ` Abel Vesa
2024-10-16 15:32 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: " Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2024-10-14 11:21 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Johan Hovold, Dmitry Baryshkov, linux-arm-msm, devicetree,
linux-kernel, Abel Vesa
The orientation-switch is already set in the x1e80100 SoC dtsi,
so drop from Vivobook S15 dts.
Fixes: d0e2f8f62dff ("arm64: dts: qcom: Add device tree for ASUS Vivobook S 15")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts b/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts
index 20616bd4aa6c5c10ee989f1b98d22502b8834c0d..b54fe61002033188d0b95515a8cf19cdf9cdb11b 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts
@@ -592,8 +592,6 @@ &usb_1_ss0_qmpphy {
vdda-phy-supply = <&vreg_l3e_1p2>;
vdda-pll-supply = <&vreg_l1j_0p8>;
- orientation-switch;
-
status = "okay";
};
@@ -626,8 +624,6 @@ &usb_1_ss1_qmpphy {
vdda-phy-supply = <&vreg_l3e_1p2>;
vdda-pll-supply = <&vreg_l2d_0p9>;
- orientation-switch;
-
status = "okay";
};
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs
2024-10-14 11:21 [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs Abel Vesa
2024-10-14 11:21 ` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: " Abel Vesa
2024-10-14 11:21 ` [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: " Abel Vesa
@ 2024-10-16 15:32 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2024-10-16 15:32 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Abel Vesa
Cc: Johan Hovold, Dmitry Baryshkov, linux-arm-msm, devicetree,
linux-kernel
On Mon, 14 Oct 2024 14:21:47 +0300, Abel Vesa wrote:
> The Slim 7X and Vivobook S15 are the only remaining X Elite platforms
> which still unnecessarily describe the orientation-switch in the USB
> SS0 and SS1 QMP PHYs. So drop these properties from the board specific
> dts as the SoC dtsi already describes them.
>
>
Applied, thanks!
[1/2] arm64: dts: qcom: x1e80100-slim7x: Drop orientation-switch from USB SS[0-1] QMP PHYs
commit: eb2dd93d03b16ed0e8b09311f8d35cc5a691a9b7
[2/2] arm64: dts: qcom: x1e80100-vivobook-s15: Drop orientation-switch from USB SS[0-1] QMP PHYs
commit: 27344eb70c8fd60fe7c570e2e12f169ff89d2c47
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-16 15:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 11:21 [PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs Abel Vesa
2024-10-14 11:21 ` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: " Abel Vesa
2024-10-14 11:21 ` [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: " Abel Vesa
2024-10-16 15:32 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: " Bjorn Andersson
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).