aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@openmesh.com>2018-03-19 12:23:00 +0100
committerMathias Kresin <dev@kresin.me>2018-03-23 20:31:49 +0100
commit688ae1c4c0591508540f231512c3a0c81bc51586 (patch)
tree74883f0117bdf454befe26f99c49520ef13de892 /target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts
parent6b456d1014619e854af6e523e231d3d8e8786990 (diff)
downloadupstream-688ae1c4c0591508540f231512c3a0c81bc51586.tar.gz
upstream-688ae1c4c0591508540f231512c3a0c81bc51586.tar.bz2
upstream-688ae1c4c0591508540f231512c3a0c81bc51586.zip
ipq40xx: Fix DTS status parameter values
The "Devicetree Speciļ¬cation, Release v0.2 - 2.3.4 status" [1] only allows the "okay" value for an operational device. The "ok" value will be accepted by the kernel but should be avoided. Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Diffstat (limited to 'target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts')
-rw-r--r--target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts
index 7e5d12345a..2b40b9e171 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-rt-ac58u.dts
@@ -86,21 +86,21 @@
};
usb2@60f8800 {
- status = "ok";
+ status = "okay";
};
serial@78af000 {
pinctrl-0 = <&serial_pins>;
pinctrl-names = "default";
- status = "ok";
+ status = "okay";
};
usb3@8af8800 {
- status = "ok";
+ status = "okay";
};
crypto@8e3a000 {
- status = "ok";
+ status = "okay";
};
wifi@a000000 {
@@ -114,7 +114,7 @@
};
watchdog@b017000 {
- status = "ok";
+ status = "okay";
};
ess-switch@c000000 {
@@ -178,11 +178,11 @@
};
&cryptobam {
- status = "ok";
+ status = "okay";
};
&blsp_dma {
- status = "ok";
+ status = "okay";
};
&tlmm {
@@ -215,7 +215,7 @@
&spi_0 { /* BLSP1 QUP1 */
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
- status = "ok";
+ status = "okay";
cs-gpios = <&tlmm 54 0>,
<&tlmm 59 0>;
@@ -302,13 +302,13 @@
};
&usb3_ss_phy {
- status = "ok";
+ status = "okay";
};
&usb3_hs_phy {
- status = "ok";
+ status = "okay";
};
&usb2_hs_phy {
- status = "ok";
+ status = "okay";
};