summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/qcom-ipq8064.dtsi
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-07-07 03:09:39 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-07-17 04:44:15 +0200
commitd63d3124c0a5cdbe8b91d81b922fe56b2462e1b9 (patch)
tree28e2a9027d6a63fad65de17ec0f39dbf91e692fc /arch/arm/boot/dts/qcom-ipq8064.dtsi
parentARM: dts: qcom: ipq8064: add missing snps,dwmac compatible for gmac (diff)
downloadlinux-d63d3124c0a5cdbe8b91d81b922fe56b2462e1b9.tar.xz
linux-d63d3124c0a5cdbe8b91d81b922fe56b2462e1b9.zip
ARM: dts: qcom: ipq8064: disable usb phy by default
Disable usb phy by default. When the usb phy were pushed, half of them were flagged as disabled by mistake. Correctly disable all usb phy and enable them only if a device actually use them. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220707010943.20857-6-ansuelsmth@gmail.com
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064.dtsi')
-rw-r--r--arch/arm/boot/dts/qcom-ipq8064.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index a80090f5509e..e70167870476 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -1188,6 +1188,8 @@
clocks = <&gcc USB30_1_UTMI_CLK>;
clock-names = "ref";
#phy-cells = <0>;
+
+ status = "disabled";
};
ss_phy_1: phy@110f8830 {
@@ -1196,6 +1198,8 @@
clocks = <&gcc USB30_1_MASTER_CLK>;
clock-names = "ref";
#phy-cells = <0>;
+
+ status = "disabled";
};
usb3_1: usb3@110f8800 {