diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 23:03:33 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-08-31 06:51:48 +0300 |
commit | ed23822eb24b6df608aedb007e569c2cc99f5c2c (patch) | |
tree | bded4000f1ad35fc1909f171e3a69529d997382f /arch/arm64/boot/dts/broadcom | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
download | linux-ed23822eb24b6df608aedb007e569c2cc99f5c2c.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom')
-rw-r--r-- | arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi b/arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi index a9b92e52d50e..43aa5e9c0020 100644 --- a/arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi +++ b/arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi @@ -151,7 +151,7 @@ }; &nand { - status = "ok"; + status = "okay"; nandcs@0 { compatible = "brcm,nandcs"; reg = <0>; |