Skip to content

Commit

Permalink
arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP
Browse files Browse the repository at this point in the history
GPIOs 0 through 3 and 81 through 84 are configured to not be accessible
from the application CPUs. Mark them as reserved to allow the MSM8998
MTP to boot after the introduction of 3edfb7b ("gpiolib: Show
correct direction from the beginning").

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
  • Loading branch information
andersson authored and Andy Gross committed Nov 9, 2018
1 parent 5f8d3ab commit 9134586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@
};
};
};

&tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;
};

0 comments on commit 9134586

Please sign in to comment.