From 688ae1c4c0591508540f231512c3a0c81bc51586 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Mon, 19 Mar 2018 12:23:00 +0100 Subject: ipq40xx: Fix DTS status parameter values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts') 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"; }; -- cgit v1.2.3