From 2308644b0ce938bbdfe6155b12aae85dd02beea7 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 11 May 2020 11:52:34 +0200 Subject: ipq40xx: replace "ok" with "okay" for status in DTS files While "ok" is recognized in DT parsing, only "okay" is actually mentioned as valid value. Replace it accordingly. Signed-off-by: Adrian Schmutzler --- .../077-qcom-ipq4019-add-USB-devicetree-nodes.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/ipq40xx/patches-5.4/077-qcom-ipq4019-add-USB-devicetree-nodes.patch') 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 }; + + 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"; + }; }; }; -- cgit v1.2.3