arm64: dts: qcom: x1e80100: Add orientation-switch to all USB+DP QMP PHYs
All three USB SS combo QMP PHYs need to power off, deinit, then init and
power on again on every plug in event. This is done by forwarding the
orientation from the retimer/mux to the PHY. All is needed is the
orientation-switch property in each such PHY devicetree node. So add
them.
Fixes: 4af46b7bd6 ("arm64: dts: qcom: x1e80100: Add USB nodes")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240829-x1e80100-combo-qmpphys-add-orientation-switch-v1-1-5c61ea1794da@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
7d1cbe2f49
commit
17c5909f53
@@ -2626,6 +2626,8 @@
|
||||
#clock-cells = <1>;
|
||||
#phy-cells = <1>;
|
||||
|
||||
orientation-switch;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
@@ -2694,6 +2696,8 @@
|
||||
#clock-cells = <1>;
|
||||
#phy-cells = <1>;
|
||||
|
||||
orientation-switch;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
@@ -2762,6 +2766,8 @@
|
||||
#clock-cells = <1>;
|
||||
#phy-cells = <1>;
|
||||
|
||||
orientation-switch;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
||||
Reference in New Issue
Block a user