Commit 1dd5e986 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mauro Carvalho Chehab
Browse files

media: dt-bindings: media: rcar_vin: Use status "okay"



According to the Devicetree Specification, "ok" is not a valid status.

Fixes: 47c71bd6 ("[media] rcar_vin: add devicetree support")

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 238f694e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ Board setup example (vin1 composite video input)
------------------------------------------------

&i2c2   {
        status = "ok";
        status = "okay";
        pinctrl-0 = <&i2c2_pins>;
        pinctrl-names = "default";

@@ -79,7 +79,7 @@ Board setup example (vin1 composite video input)
        pinctrl-0 = <&vin1_pins>;
        pinctrl-names = "default";

        status = "ok";
        status = "okay";

        port {
                #address-cells = <1>;