diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2022-04-15 13:56:17 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-04-19 18:22:16 -0500 |
commit | 087c9704d5bb322dd5db52938416caeaf4cdc3c3 (patch) | |
tree | 659e6d438c9d853f81f7d9bddb4729db77e51729 /arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts | |
parent | 64cf62683b5398e46cf967c308be95685137626a (diff) | |
download | linux-087c9704d5bb322dd5db52938416caeaf4cdc3c3.tar.gz |
ARM: dts: qcom-msm8974*: Rename msmgpio to tlmm
Rename the label to match new the style used in newer DTs.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220415115633.575010-8-konrad.dybcio@somainline.org
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts index 8cace789fb26..6545917dd489 100644 --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts @@ -280,7 +280,7 @@ vmmc-supply = <&pm8941_l21>; vqmmc-supply = <&pm8941_l13>; - cd-gpios = <&msmgpio 62 GPIO_ACTIVE_LOW>; + cd-gpios = <&tlmm 62 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; pinctrl-0 = <&sdhc2_pin_a>, <&sdhc2_cd_pin_a>; |