aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.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-ipq4019-fritz4040.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-ipq4019-fritz4040.dts')
-rw-r--r--target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts24
1 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts
index f5ca3d5c56..65e802b2b2 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.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 {
@@ -112,7 +112,7 @@
};
watchdog@b017000 {
- status = "ok";
+ status = "okay";
};
qca8075: ess-switch@c000000 {
@@ -214,17 +214,17 @@
};
&cryptobam {
- status = "ok";
+ status = "okay";
};
&blsp_dma {
- status = "ok";
+ status = "okay";
};
&spi_0 { /* BLSP1 QUP1 */
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
- status = "ok";
+ status = "okay";
cs-gpios = <&tlmm 54 0>;
mx25l25635f@0 {
@@ -233,7 +233,7 @@
#size-cells = <0>;
reg = <0>;
spi-max-frequency = <24000000>;
- status = "ok";
+ status = "okay";
m25p,fast-read;
partitions {
@@ -310,13 +310,13 @@
};
&usb3_ss_phy {
- status = "ok";
+ status = "okay";
};
&usb3_hs_phy {
- status = "ok";
+ status = "okay";
};
&usb2_hs_phy {
- status = "ok";
+ status = "okay";
};