Skip to content

Commit

Permalink
arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88
Browse files Browse the repository at this point in the history
commit f890f89 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
9134586, 5f8d3ab, which is needed to allow angler to boot after
3edfb7b ("gpiolib: Show correct direction from the beginning").

Fixes: feeaf56 ("arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support")

Signed-off-by: Petr Vorel <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
pevik authored and gregkh committed Sep 3, 2021
1 parent f760c11 commit 1604c42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@
};
};
};

&tlmm {
gpio-reserved-ranges = <85 4>;
};

0 comments on commit 1604c42

Please sign in to comment.