ARM: dts: qcom: disable redriver on waipio HDK

set redriver node status to disabled and
change orientaion pinctrl type to default.

Change-Id: I87533872d00f54d7a203066f0e8f3f172531d59d
This commit is contained in:
Linyu Yuan
2021-08-30 13:53:11 +08:00
parent 27f1b6a0fd
commit 60e2035ee9

View File

@@ -3,3 +3,11 @@
&sdhc_2 {
cd-gpios = <&tlmm 92 GPIO_ACTIVE_HIGH>;
};
&redriver {
status = "disabled";
};
&usb_qmp_dp_phy {
pinctrl-names = "default";
};