diff options
author | Komal Bajaj <[email protected]> | 2023-07-05 14:47:30 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:45:19 -0700 |
commit | 301f7ca3574c05c3ae62d6d5ac1fa0c48cd4b080 (patch) | |
tree | 751dc4b9199db35df472533f7bb2cb49a9f8b666 | |
parent | 5a89585fc880a56bdeed6132d0568d99a29e4231 (diff) |
arm64: dts: qcom: qru1000-idp: Add reserved gpio list
Add reserve gpios for QRU1000 IDP platform. These gpios are
needed for modem subsystem.
Signed-off-by: Komal Bajaj <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qru1000-idp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qru1000-idp.dts b/arch/arm64/boot/dts/qcom/qru1000-idp.dts index 2cc893ae4d10..80dadd2f30a3 100644 --- a/arch/arm64/boot/dts/qcom/qru1000-idp.dts +++ b/arch/arm64/boot/dts/qcom/qru1000-idp.dts @@ -448,6 +448,10 @@ status = "okay"; }; +&tlmm { + gpio-reserved-ranges = <28 2>; +}; + &uart7 { status = "okay"; }; |