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.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2023-01-27 11:18:38 +01:00
parent f7ec6efef4
commit 90bf48c6dd
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ ethernet@30000 {
};
usb@58000 {
status = "ok";
status = "okay";
};
ethernet@70000 {

View File

@@ -422,7 +422,7 @@ sata_phy0: sata-phy@a2000 {
clocks = <&gate_clk 3>;
clock-names = "sata";
#phy-cells = <0>;
status = "ok";
status = "okay";
};
audio0: audio-controller@b0000 {