104-v6.0-05-ARM-dts-qcom-ipq8064-disable-usb-phy-by-default.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From d63d3124c0a5cdbe8b91d81b922fe56b2462e1b9 Mon Sep 17 00:00:00 2001
  2. From: Christian Marangi <[email protected]>
  3. Date: Thu, 7 Jul 2022 03:09:39 +0200
  4. Subject: [PATCH 5/8] ARM: dts: qcom: ipq8064: disable usb phy by default
  5. Disable usb phy by default. When the usb phy were pushed, half of them
  6. were flagged as disabled by mistake.
  7. Correctly disable all usb phy and enable them only if a device actually
  8. use them.
  9. Signed-off-by: Christian Marangi <[email protected]>
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. Link: https://lore.kernel.org/r/[email protected]
  12. ---
  13. arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 ++++
  14. 1 file changed, 4 insertions(+)
  15. --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
  16. +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
  17. @@ -1188,6 +1188,8 @@
  18. clocks = <&gcc USB30_1_UTMI_CLK>;
  19. clock-names = "ref";
  20. #phy-cells = <0>;
  21. +
  22. + status = "disabled";
  23. };
  24. ss_phy_1: phy@110f8830 {
  25. @@ -1196,6 +1198,8 @@
  26. clocks = <&gcc USB30_1_MASTER_CLK>;
  27. clock-names = "ref";
  28. #phy-cells = <0>;
  29. +
  30. + status = "disabled";
  31. };
  32. usb3_1: usb3@110f8800 {