diff options
author | Robert P. J. Day | 2017-09-02 09:09:06 +0200 |
---|---|---|
committer | James Hogan | 2017-11-07 21:54:30 +0100 |
commit | 8530762f2391164394fc8d99d7a5a55f521b6131 (patch) | |
tree | 3d508416e2eb3481f10ab716168a7de17ca3aa3d /arch/mips/boot/dts/brcm | |
parent | MIPS: BCM63XX: split out swpkt_sar/usb clocks (diff) | |
download | kernel-qcow2-linux-8530762f2391164394fc8d99d7a5a55f521b6131.tar.gz kernel-qcow2-linux-8530762f2391164394fc8d99d7a5a55f521b6131.tar.xz kernel-qcow2-linux-8530762f2391164394fc8d99d7a5a55f521b6131.zip |
MIPS: Standardize DTS files, status "ok" -> "okay"
While the current kernel code in drivers/of/ allows developers to be
sloppy and use the status value "ok", the current DTSpec 0.1 makes it
clear that the only officially proper spelling is "okay", so adjust
the very small number of DTS files under arch/mips/.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17227/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts | 2 | ||||
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts b/arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts index 430d35ca33d5..18397f4f1bae 100644 --- a/arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts +++ b/arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts @@ -18,7 +18,7 @@ }; &leds0 { - status = "ok"; + status = "okay"; brcm,serial-leds; brcm,serial-dat-low; brcm,serial-shift-inv; diff --git a/arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts b/arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts index 702eae2a22a0..cfffbba5c131 100644 --- a/arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts +++ b/arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts @@ -18,7 +18,7 @@ }; &leds0 { - status = "ok"; + status = "okay"; led@0 { reg = <0>; |