diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-10 14:19:04 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-03-13 10:16:52 +0100 |
commit | d8fc23051a9b6dd66ed0cc3c2a676991493b8112 (patch) | |
tree | 98666a8dffe48535144d842f120411da92095b12 /arch/arm/boot/dts/r8a7791-porter.dts | |
parent | ARM: dts: r8a7793: Add INTC-SYS clock to device tree (diff) | |
download | linux-d8fc23051a9b6dd66ed0cc3c2a676991493b8112.tar.xz linux-d8fc23051a9b6dd66ed0cc3c2a676991493b8112.zip |
ARM: dts: porter: Always use status "okay" to enable devices
While status "ok" does work, the canonical form is "okay", so update the
few places that used the former.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-porter.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 6761d11d3f9e..d9aa2cd6d625 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -226,7 +226,7 @@ phy-handle = <&phy1>; renesas,ether-link-active-low; - status = "ok"; + status = "okay"; phy1: ethernet-phy@1 { reg = <1>; @@ -359,7 +359,7 @@ /* composite video input */ &vin0 { - status = "ok"; + status = "okay"; pinctrl-0 = <&vin0_pins>; pinctrl-names = "default"; |