]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: koelsch dts: Replace status value "ok" by "okay"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 9 Dec 2014 11:25:03 +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/r8a7791-koelsch.dts

index 990af167c551492cca23849514fb7e86a0f8e86c..e2faa62610580b00a91e7ce06dc51bfa67c2af84 100644 (file)
 
        phy-handle = <&phy1>;
        renesas,ether-link-active-low;
-       status = "ok";
+       status = "okay";
 
        phy1: ethernet-phy@1 {
                reg = <1>;
 };
 
 &cmt0 {
-       status = "ok";
+       status = "okay";
 };
 
 &sata0 {
 
 /* composite video input */
 &vin1 {
-       status = "ok";
+       status = "okay";
        pinctrl-0 = <&vin1_pins>;
        pinctrl-names = "default";