Commit f890f89d authored by Petr Vorel's avatar Petr Vorel Committed by Bjorn Andersson

arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88

Reserve GPIO pins 85-88 as these aren't meant to be accessible from the
application CPUs (causes reboot). Yet another fix similar to
91345867, 5f8d3ab1, which is needed to allow angler to boot after
3edfb7bd ("gpiolib: Show correct direction from the beginning").

Fixes: feeaf56a ("arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support")
Signed-off-by: default avatarPetr Vorel <petr.vorel@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210415193913.1836153-1-petr.vorel@gmail.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 0a275a35
......@@ -32,3 +32,7 @@ serial@f991e000 {
};
};
};
&tlmm {
gpio-reserved-ranges = <85 4>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment