diff options
Diffstat (limited to 'target/linux/ipq40xx/patches-5.4')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch | 10 | ||||
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/900-dts-ipq4019-ap-dk01.1.patch | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch b/target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch index fbcbecf080..5efc08bcca 100644 --- a/target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch +++ b/target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch @@ -19,23 +19,23 @@ Signed-off-by: John Crispin <john@phrozen.org> }; + + usb3_ss_phy: ssphy@9a000 { -+ status = "ok"; ++ status = "okay"; + }; + + usb3_hs_phy: hsphy@a6000 { -+ status = "ok"; ++ status = "okay"; + }; + + usb3: usb3@8af8800 { -+ status = "ok"; ++ status = "okay"; + }; + + usb2_hs_phy: hsphy@a8000 { -+ status = "ok"; ++ status = "okay"; + }; + + usb2: usb2@60f8800 { -+ status = "ok"; ++ status = "okay"; + }; }; }; diff --git a/target/linux/ipq40xx/patches-5.4/900-dts-ipq4019-ap-dk01.1.patch b/target/linux/ipq40xx/patches-5.4/900-dts-ipq4019-ap-dk01.1.patch index 48825375eb..5157079762 100644 --- a/target/linux/ipq40xx/patches-5.4/900-dts-ipq4019-ap-dk01.1.patch +++ b/target/linux/ipq40xx/patches-5.4/900-dts-ipq4019-ap-dk01.1.patch @@ -17,7 +17,7 @@ + compatible = "qcom,tcsr"; + reg = <0x194b000 0x100>; + qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>; -+ status = "ok"; ++ status = "okay"; + }; + + ess_tcsr@1953000 { @@ -77,7 +77,7 @@ + }; + usb3_ss_phy: ssphy@9a000 { - status = "ok"; + status = "okay"; }; --- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts |