Add snapshot for
pm6150.dtsi
qg-batterydata-alium-3600mah.dtsi
qg-batterydata-mlp356477-2800mah.dtsi
sm6150-pmic-overlay.dtsi
smb1390.dtsi
files from msm-5.4 branch commit
84b7709e955d ("ARM: dts: qcom: Removed bluetooth header file").
While at it, update the 'io-channels' property of pm6150_adc_tm and
pm6150l_adc_tm thermistor nodes in sm6150-pmic-overlay.dtsi,
Remove pm6150_revid node and its reference from pm6150.dtsi and
modify pm6150_adc_tm nodes to suit qcom-spmi-adc-tm5 thermal driver
in pm6150.dtsi and updated Power on node in pm6150.dtsi to use the
upstream driver.
Change-Id: Icc0a1d01447e2a316625ae975f99429500c3de04
Signed-off-by: Monish Chunara <quic_mchunara@quicinc.com>
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
|
smb1390: qcom,smb1390@10 {
|
|
compatible = "qcom,i2c-pmic";
|
|
reg = <0x10>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
interrupt-parent = <&spmi_bus>;
|
|
interrupts = <0x2 0xC5 0x0 IRQ_TYPE_LEVEL_LOW>;
|
|
interrupt_names = "smb1390";
|
|
interrupt-controller;
|
|
#interrupt-cells = <3>;
|
|
qcom,periph-map = <0x10>;
|
|
status = "disabled";
|
|
|
|
smb1390_charger: qcom,charge_pump {
|
|
compatible = "qcom,smb1390-charger-psy";
|
|
#io-channel-cells = <1>;
|
|
interrupt-parent = <&smb1390>;
|
|
status = "disabled";
|
|
|
|
qcom,core {
|
|
interrupts = <0x10 0x0 IRQ_TYPE_EDGE_BOTH>,
|
|
<0x10 0x1 IRQ_TYPE_EDGE_BOTH>,
|
|
<0x10 0x2 IRQ_TYPE_EDGE_BOTH>,
|
|
<0x10 0x3 IRQ_TYPE_EDGE_BOTH>,
|
|
<0x10 0x4 IRQ_TYPE_EDGE_BOTH>,
|
|
<0x10 0x5 IRQ_TYPE_EDGE_RISING>,
|
|
<0x10 0x6 IRQ_TYPE_EDGE_RISING>,
|
|
<0x10 0x7 IRQ_TYPE_EDGE_RISING>;
|
|
interrupt-names = "switcher-off-window",
|
|
"switcher-off-fault",
|
|
"tsd-fault",
|
|
"irev-fault",
|
|
"vph-ov-hard",
|
|
"vph-ov-soft",
|
|
"ilim",
|
|
"temp-alarm";
|
|
};
|
|
};
|
|
};
|
|
|
|
smb1390_slave: qcom,smb1390_slave@18 {
|
|
compatible = "qcom,i2c-pmic";
|
|
reg = <0x18>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
qcom,periph-map = <0x10>;
|
|
status = "disabled";
|
|
|
|
smb1390_slave_charger: qcom,charge_pump_slave {
|
|
compatible = "qcom,smb1390-slave";
|
|
#io-channel-cells = <1>;
|
|
status = "disabled";
|
|
};
|
|
};
|