diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-09-02 08:47:26 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-02-21 14:10:15 +0100 |
commit | 5c285dd76c7f022dbde3f617efd4f0b8b8ebaeb7 (patch) | |
tree | 9f70941ce1f7d8fa4d8976d29e5d92a9f064a795 /arch/powerpc/boot/dts/bluestone.dts | |
parent | powerpc/book3s: Remove pgd/pud/pmd_set() interfaces (diff) | |
download | linux-5c285dd76c7f022dbde3f617efd4f0b8b8ebaeb7.tar.xz linux-5c285dd76c7f022dbde3f617efd4f0b8b8ebaeb7.zip |
powerpc/dts: Standardize DTS status assignments from "ok" to "okay"
While the current kernel drivers/of/ code allows developers to be
sloppy and use a DTS status value of "ok", the current DTSpec 0.1
makes it clear that the proper spelling is "okay", so fix the small
number of PowerPC .dts files that do this.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/dts/bluestone.dts')
-rw-r--r-- | arch/powerpc/boot/dts/bluestone.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index b0b26d8d68a2..64eaf7e09d22 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts @@ -109,7 +109,7 @@ OCM: ocm@400040000 { compatible = "ibm,ocm"; - status = "ok"; + status = "okay"; cell-index = <1>; /* configured in U-Boot */ reg = <4 0x00040000 0x8000>; /* 32K */ |