ARM: dts: NSP: replace status value "ok" by "okay"
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 30 Aug 2020 19:54:41 +0000 (21:54 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 10 Sep 2020 20:35:18 +0000 (13:35 -0700)
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>
arch/arm/boot/dts/bcm958525xmc.dts
arch/arm/boot/dts/bcm958625k.dts

index 716da62..21f922d 100644 (file)
 };
 
 &sdio {
-       status = "ok";
+       status = "okay";
 };
 
 &uart0 {
index 7b84b54..7782b61 100644 (file)
 &sdio {
        bus-width = <4>;
        no-1-8-v;
-       status = "ok";
+       status = "okay";
 };
 
 &srab {