diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 22:08:45 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-09-13 23:55:34 +0000 |
commit | 7a1dcc9d022f180ef95cc966dfbbfc22dc6efa1c (patch) | |
tree | ee27b9eeb3a6169de29b395f5431e37f4b39e4e1 /arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | |
parent | 949766e0a32aa9671e4a9a2d4bc1491a42f9743a (diff) |
arm64: dts: qcom: 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>
Link: https://lore.kernel.org/r/20200830200845.1771-1-freifunk@adrianschmutzler.de
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 194343510dcb..8665d3464e9b 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -585,7 +585,7 @@ }; &camss { - status = "ok"; + status = "okay"; ports { #address-cells = <1>; #size-cells = <0>; @@ -602,7 +602,7 @@ }; &cci { - status = "ok"; + status = "okay"; }; &cci_i2c0 { |