diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-09-02 03:09:06 -0400 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-07 20:54:30 +0000 |
commit | 8530762f2391164394fc8d99d7a5a55f521b6131 (patch) | |
tree | 3d508416e2eb3481f10ab716168a7de17ca3aa3d /arch/mips/boot/dts/ralink | |
parent | 072916f55ddbb94330dd14118a126930c0e20751 (diff) | |
download | blackbird-op-linux-8530762f2391164394fc8d99d7a5a55f521b6131.tar.gz blackbird-op-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/ralink')
-rw-r--r-- | arch/mips/boot/dts/ralink/rt3052_eval.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ralink/rt3052_eval.dts b/arch/mips/boot/dts/ralink/rt3052_eval.dts index ec9e9a035541..564870ff2431 100644 --- a/arch/mips/boot/dts/ralink/rt3052_eval.dts +++ b/arch/mips/boot/dts/ralink/rt3052_eval.dts @@ -46,6 +46,6 @@ }; usb@101c0000 { - status = "ok"; + status = "okay"; }; }; |