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>
This commit is contained in:
Adrian Schmutzler
2020-05-11 11:52:34 +02:00
parent fdd968d64e
commit 2308644b0c
12 changed files with 46 additions and 46 deletions

View File

@@ -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";
+ };
};
};