Message ID | 20200623180832.254163-7-konradybcio@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/8] soc: qcom: rpmpd: Add SDM660 power-domains | expand |
diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi index de06fa809488..9fe800d547cb 100644 --- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi @@ -136,3 +136,7 @@ &sdhc_1 { /* SoMC Nile platform's eMMC doesn't support HS200 mode */ mmc-hs400-1_8v; }; + +&tlmm { + gpio-reserved-ranges = <8 4>; +};
Both Nile and Ganges platforms have gpios 8-11 disabled. Without this, the kernel will not boot when the pinctrl driver is present. Signed-off-by: Konrad Dybcio <konradybcio@gmail.com> --- arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 4 ++++ 1 file changed, 4 insertions(+)