Commit 90bf48c6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: marvell: use "okay" for status

"okay" over "ok" is preferred for status property.

Link: https://lore.kernel.org/r/20230127101839.93873-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent f7ec6efe
...@@ -62,7 +62,7 @@ ethernet@30000 { ...@@ -62,7 +62,7 @@ ethernet@30000 {
}; };
usb@58000 { usb@58000 {
status = "ok"; status = "okay";
}; };
ethernet@70000 { ethernet@70000 {
......
...@@ -422,7 +422,7 @@ sata_phy0: sata-phy@a2000 { ...@@ -422,7 +422,7 @@ sata_phy0: sata-phy@a2000 {
clocks = <&gate_clk 3>; clocks = <&gate_clk 3>;
clock-names = "sata"; clock-names = "sata";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok"; status = "okay";
}; };
audio0: audio-controller@b0000 { audio0: audio-controller@b0000 {
......
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