summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2023-05-27 00:50:23 +0300
committerBjorn Andersson <andersson@kernel.org>2023-06-14 01:21:29 +0300
commite5d83d4d5cb9e00befb497fe8a64001ac1cce157 (patch)
tree8826f1525e1204186bbce7af1792a6a0a4100dde /arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
parent23cf50b13e0686cd9929f54f89580d7b22cbeb71 (diff)
downloadlinux-e5d83d4d5cb9e00befb497fe8a64001ac1cce157.tar.xz
arm64: dts: qcom: sdm845-shift-axolotl: enable pmi8998 charger
Enable the PMI8998/smb2 charger, and denote the secondary SMB1355 charger which is used for parallel charging. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230524-pmi8998-charger-dts-v2-4-2a5c77d2ff0c@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index 1eaff964b202..f1cfe5a1d172 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -494,6 +494,10 @@
};
};
+&i2c10 {
+ /* SMB1355@0x0C */
+};
+
&ipa {
qcom,gsi-loader = "self";
memory-region = <&ipa_fw_mem>;
@@ -522,6 +526,12 @@
};
};
+&pmi8998_charger {
+ monitored-battery = <&battery>;
+
+ status = "okay";
+};
+
&pm8998_resin {
linux,code = <KEY_VOLUMEDOWN>;
status = "okay";