ARM: shmobile: lager dts: Replace status value "ok" by "okay"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 9 Dec 2014 11:25:01 +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/r8a7790-lager.dts

index 636d53bb87a27062b79afae3f009629e52fd63d3..56e66bb536573cf08de30ad8cc3f0a30bf80fa0d 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";
 };
 
 &mmcif1 {
 };
 
 &iic0  {
-       status = "ok";
+       status = "okay";
 };
 
 &iic1  {
-       status = "ok";
+       status = "okay";
        pinctrl-0 = <&iic1_pins>;
        pinctrl-names = "default";
 };
 
 &iic2  {
-       status = "ok";
+       status = "okay";
        pinctrl-0 = <&iic2_pins>;
        pinctrl-names = "default";
 
        pinctrl-0 = <&vin1_pins>;
        pinctrl-names = "default";
 
-       status = "ok";
+       status = "okay";
 
        port {
                #address-cells = <1>;
This page took 0.030951 seconds and 5 git commands to generate.