arm64: dts: broadcom: 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:
committed by
Florian Fainelli
parent
9123e3a74e
commit
ed23822eb2
@@ -151,7 +151,7 @@
|
||||
};
|
||||
|
||||
&nand {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
nandcs@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
reg = <0>;
|
||||
|
||||
Reference in New Issue
Block a user