mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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:
parent
ec88a9c344
commit
5d00306e3a
|
|
@ -196,7 +196,7 @@ &sata {
|
|||
};
|
||||
|
||||
&sdio {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ &sata {
|
|||
&sdio {
|
||||
bus-width = <4>;
|
||||
no-1-8-v;
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&srab {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user