diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-12-09 12:25:05 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 08:55:32 +0100 |
commit | 338d1f0b5e877eae51c885da81d86b0efd6373e7 (patch) | |
tree | d2b540f2fc25f14e70ed7436ced05a894659ecc5 /arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | |
parent | ARM: shmobile: alt dts: Replace status value "ok" by "okay" (diff) | |
download | linux-338d1f0b5e877eae51c885da81d86b0efd6373e7.tar.xz linux-338d1f0b5e877eae51c885da81d86b0efd6373e7.zip |
ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay"
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 939be1299ca6..863dc4c7d7f6 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -179,7 +179,7 @@ }; &cmt1 { - status = "ok"; + status = "okay"; }; &i2c0 { |