mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: qcom: sm8350: move PHY's orientation-switch to SoC dtsi
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> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240429-usb-link-dtsi-v1-6-87c341b55cdf@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
65931e59e0
commit
4f35b0fe26
|
|
@ -1373,7 +1373,6 @@ &usb_1_qmpphy {
|
|||
|
||||
vdda-phy-supply = <&vreg_l9a_1p2>;
|
||||
vdda-pll-supply = <&vreg_l18a_0p92>;
|
||||
orientation-switch;
|
||||
};
|
||||
|
||||
&usb_1_qmpphy_out {
|
||||
|
|
|
|||
|
|
@ -3936,6 +3936,8 @@ usb_1_qmpphy: phy@88e8000 {
|
|||
#clock-cells = <1>;
|
||||
#phy-cells = <1>;
|
||||
|
||||
orientation-switch;
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
|
|
@ -870,8 +870,6 @@ &usb_1_qmpphy {
|
|||
|
||||
vdda-phy-supply = <&vreg_l6b_1p2>;
|
||||
vdda-pll-supply = <&vreg_l1b_0p88>;
|
||||
|
||||
orientation-switch;
|
||||
};
|
||||
|
||||
&usb_1_qmpphy_out {
|
||||
|
|
|
|||
|
|
@ -2256,6 +2256,8 @@ usb_1_qmpphy: phy@88e8000 {
|
|||
#clock-cells = <1>;
|
||||
#phy-cells = <1>;
|
||||
|
||||
orientation-switch;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user