aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-11 11:52:34 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-12 19:16:41 +0200
commit2308644b0ce938bbdfe6155b12aae85dd02beea7 (patch)
tree02528c1469b8fa68954eeb388e6220b02f00efc1 /target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch
parentfdd968d64e507e902891bf8a2be9ac00f80a57e5 (diff)
downloadupstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.tar.gz
upstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.tar.bz2
upstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.zip
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch')
-rw-r--r--target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch b/target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch
index e02fdf59c2..30a0678fd8 100644
--- a/target/linux/ipq40xx/patches-4.19/077-qcom-ipq4019-add-USB-devicetree-nodes.patch
+++ b/target/linux/ipq40xx/patches-4.19/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";
+ };
};
};