diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 21:16:43 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-01-22 20:47:37 +0100 |
commit | 0fd69f04d07f7fc61a639b8cc0c6ce37d321dbbb (patch) | |
tree | 1fe13d6baeea0cef1b4fd61f1e0117272fb837da /arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | |
parent | ARM: dts: qcom: add additional DT labels in qcom-ipq8064.dtsi (diff) | |
download | linux-0fd69f04d07f7fc61a639b8cc0c6ce37d321dbbb.tar.xz linux-0fd69f04d07f7fc61a639b8cc0c6ce37d321dbbb.zip |
ARM: 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/20200830191643.20717-1-freifunk@adrianschmutzler.de
[bjorn: Rebased and included fixup of sdx55-mtp]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts index f23d1002b8f8..3929c9435e29 100644 --- a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts +++ b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts @@ -303,7 +303,7 @@ &soc { serial@f991e000 { - status = "ok"; + status = "okay"; }; gpio-keys { @@ -456,7 +456,7 @@ }; sdhc_1: sdhci@f9824900 { - status = "ok"; + status = "okay"; vmmc-supply = <&pma8084_l20>; vqmmc-supply = <&pma8084_s4>; @@ -469,7 +469,7 @@ }; sdhc_2: sdhci@f9864900 { - status = "ok"; + status = "okay"; max-frequency = <100000000>; @@ -518,7 +518,7 @@ }; usb@f9a55000 { - status = "ok"; + status = "okay"; phys = <&usb_hs1_phy>; phy-select = <&tcsr 0xb000 0>; @@ -531,7 +531,7 @@ ulpi { phy@a { - status = "ok"; + status = "okay"; v1p8-supply = <&pma8084_l6>; v3p3-supply = <&pma8084_l24>; |