projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf0cae
)
arm64: dts: qcom: apq8096-db820c: Add resin node
author
Vinod Koul
<vkoul@kernel.org>
Mon, 10 Sep 2018 09:48:49 +0000
(15:18 +0530)
committer
Andy Gross
<andy.gross@linaro.org>
Thu, 13 Sep 2018 18:43:05 +0000
(13:43 -0500)
Resin is board specific, so add the resin node in apq8096-db820c dtsi
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
index 0ef90c6554a9885260c41dff9bbb6b627dc6ddac..bf20c55a6bc4a8b7d0379aacb7945c4776cfefd4 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
+++ b/
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
@@
-623,3
+623,17
@@
l32 {
};
};
};
+
+&spmi_bus {
+ pmic@0 {
+ pon@800 {
+ resin {
+ compatible = "qcom,pm8941-resin";
+ interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
+ debounce = <15625>;
+ bias-pull-up;
+ linux,code = <KEY_VOLUMEDOWN>;
+ };
+ };
+ };
+};