Skip to content

Commit e644da7

Browse files
pevikgregkh
authored andcommitted
arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88
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]>
1 parent 4f76285 commit e644da7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@
3030
};
3131
};
3232
};
33+
34+
&msmgpio {
35+
gpio-reserved-ranges = <85 4>;
36+
};

0 commit comments

Comments
 (0)