arm64: dts: broadcom: replace status value "ok" by "okay"
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 30 Aug 2020 20:03:33 +0000 (22:03 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 31 Aug 2020 03:51:48 +0000 (20:51 -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/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi

index a9b92e52d50e8a1d4175ece1de5dc2050c34eea6..43aa5e9c00202d32029c33ad814d9f79604efec0 100644 (file)
 };
 
 &nand {
-       status = "ok";
+       status = "okay";
        nandcs@0 {
                compatible = "brcm,nandcs";
                reg = <0>;