projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8d3ab
)
arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP
author
Bjorn Andersson
<
[email protected]
>
Tue, 30 Oct 2018 05:45:54 +0000
(22:45 -0700)
committer
Andy Gross
<
[email protected]
>
Fri, 9 Nov 2018 23:17:53 +0000
(17:17 -0600)
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
3edfb7bd76bd
("gpiolib: Show
correct direction from the beginning").
Signed-off-by: Bjorn Andersson <
[email protected]
>
Reviewed-by: Jeffrey Hugo <
[email protected]
>
Signed-off-by: Andy Gross <
[email protected]
>
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
b/arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
index b4276da1fb0d98d7441bb4ac7161d90fb914e8a9..11fd1fe8bdb5209793c09afccff1e7893d2e4e00 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
+++ b/
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi
@@
-241,3
+241,7
@@
};
};
};
+
+&tlmm {
+ gpio-reserved-ranges = <0 4>, <81 4>;
+};