ARM: dts: NSP: replace status value "ok" by "okay"

While the DT parser recognizes "ok" as a valid value for the
"status" property, it is actually mentioned nowhere. Use the
proper value "okay" instead, as done in the majority of files
already.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Adrian Schmutzler 2020-08-30 21:54:41 +02:00 committed by Florian Fainelli
parent ec88a9c344
commit 5d00306e3a
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ &sata {
};
&sdio {
status = "ok";
status = "okay";
};
&uart0 {

View File

@ -208,7 +208,7 @@ &sata {
&sdio {
bus-width = <4>;
no-1-8-v;
status = "ok";
status = "okay";
};
&srab {