ipq806x: move to kernel 6.1 by default
[openwrt/openwrt.git] / target / linux / ipq806x / patches-5.15 / 104-v6.0-05-ARM-dts-qcom-ipq8064-disable-usb-phy-by-default.patch
1 From d63d3124c0a5cdbe8b91d81b922fe56b2462e1b9 Mon Sep 17 00:00:00 2001
2 From: Christian Marangi <ansuelsmth@gmail.com>
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
6 Disable usb phy by default. When the usb phy were pushed, half of them
7 were flagged as disabled by mistake.
8 Correctly disable all usb phy and enable them only if a device actually
9 use them.
10
11 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
13 Link: https://lore.kernel.org/r/20220707010943.20857-6-ansuelsmth@gmail.com
14 ---
15 arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
19 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
20 @@ -1188,6 +1188,8 @@
21 clocks = <&gcc USB30_1_UTMI_CLK>;
22 clock-names = "ref";
23 #phy-cells = <0>;
24 +
25 + status = "disabled";
26 };
27
28 ss_phy_1: phy@110f8830 {
29 @@ -1196,6 +1198,8 @@
30 clocks = <&gcc USB30_1_MASTER_CLK>;
31 clock-names = "ref";
32 #phy-cells = <0>;
33 +
34 + status = "disabled";
35 };
36
37 usb3_1: usb3@110f8800 {