summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2021-04-15 21:39:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-03 10:08:16 +0200
commite644da7ace0fe391683ebc5e53cbb340bc923b09 (patch)
treee346d9a7be4f9aaa86ef8f4b2c174e69da373468 /arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
parent4f76285f6df8ea44ac677c4c80853edff5be7a53 (diff)
arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88
commit f890f89d9a80fffbfa7ca791b78927e5b8aba869 upstream. Reserve GPIO pins 85-88 as these aren't meant to be accessible from the application CPUs (causes reboot). Yet another fix similar to 9134586715e3, 5f8d3ab136d0, which is needed to allow angler to boot after 3edfb7bd76bd ("gpiolib: Show correct direction from the beginning"). Fixes: feeaf56ac78d ("arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support") Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210415193913.1836153-1-petr.vorel@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
index a5f9a6ab512c..9b989cc30edc 100644
--- a/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
+++ b/arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
@@ -30,3 +30,7 @@
};
};
};
+
+&msmgpio {
+ gpio-reserved-ranges = <85 4>;
+};