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

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
...@@ -56,7 +56,7 @@ Board setup example (vin1 composite video input) ...@@ -56,7 +56,7 @@ Board setup example (vin1 composite video input)
------------------------------------------------ ------------------------------------------------
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
pinctrl-0 = <&i2c2_pins>; pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -79,7 +79,7 @@ Board setup example (vin1 composite video input) ...@@ -79,7 +79,7 @@ Board setup example (vin1 composite video input)
pinctrl-0 = <&vin1_pins>; pinctrl-0 = <&vin1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
port { port {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment