arm64: dts: qcom: pmi632: define USB-C related blocks
Define VBUS regulator and the Type-C handling block as present on the Quacomm PMI632 PMIC. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Tested-by: Luca Weiss <luca.weiss@fairphone.com> # sdm632-fairphone-fp3 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240130-pmi632-typec-v3-4-b05fe44f0a51@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
05f439c0e6
commit
f69b3e40f4
@@ -45,6 +45,36 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmi632_vbus: usb-vbus-regulator@1100 {
|
||||
compatible = "qcom,pmi632-vbus-reg", "qcom,pm8150b-vbus-reg";
|
||||
reg = <0x1100>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmi632_typec: typec@1500 {
|
||||
compatible = "qcom,pmi632-typec";
|
||||
reg = <0x1500>;
|
||||
interrupts = <0x2 0x15 0x00 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x2 0x15 0x01 IRQ_TYPE_EDGE_BOTH>,
|
||||
<0x2 0x15 0x02 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x2 0x15 0x03 IRQ_TYPE_EDGE_BOTH>,
|
||||
<0x2 0x15 0x04 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x2 0x15 0x05 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x2 0x15 0x06 IRQ_TYPE_EDGE_BOTH>,
|
||||
<0x2 0x15 0x07 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "or-rid-detect-change",
|
||||
"vpd-detect",
|
||||
"cc-state-change",
|
||||
"vconn-oc",
|
||||
"vbus-change",
|
||||
"attach-detach",
|
||||
"legacy-cable-detect",
|
||||
"try-snk-src-detect";
|
||||
vdd-vbus-supply = <&pmi632_vbus>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmi632_temp: temp-alarm@2400 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0x2400>;
|
||||
|
||||
Reference in New Issue
Block a user