OSDN Git Service

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 636d53b..56e66bb 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>;