ARM: shmobile: armadillo800eva dts: Replace status value "ok" by "okay"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 9 Dec 2014 11:25:00 +0000 (12:25 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 07:55:32 +0000 (16:55 +0900)
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>
arch/arm/boot/dts/r8a7740-armadillo800eva.dts

index d4af4d86c6b03d01bbc5ba75b015f76d5e5e4cd6..9bd0cb439f448d03d51ce8741801a4bcf19171ec 100644 (file)
        pinctrl-names = "default";
 
        phy-handle = <&phy0>;
-       status = "ok";
+       status = "okay";
 
        phy0: ethernet-phy@0 {
                reg = <0>;
 };
 
 &cmt1 {
-       status = "ok";
+       status = "okay";
 };
 
 &i2c0 {
This page took 0.026033 seconds and 5 git commands to generate.