mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
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>
This commit is contained in:
parent
2f25c2d1cd
commit
d8fc23051a
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
phy-handle = <&phy1>;
|
phy-handle = <&phy1>;
|
||||||
renesas,ether-link-active-low;
|
renesas,ether-link-active-low;
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
phy1: ethernet-phy@1 {
|
phy1: ethernet-phy@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
@ -359,7 +359,7 @@
|
|||||||
|
|
||||||
/* composite video input */
|
/* composite video input */
|
||||||
&vin0 {
|
&vin0 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
pinctrl-0 = <&vin0_pins>;
|
pinctrl-0 = <&vin0_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user