ARM: dts: qcom: add regulator OCP notifier device for Sun
Add a regulator over-current (OCP) notifier device along with supply properties to map from PMIC peripherals to specific regulator devices. This provides a mechanism to notify consumers of a particular regulator when OCP occurs. Change-Id: I17ee6af65492ece062722c41f97f3ea052970a25 Signed-off-by: David Collins <quic_collinsd@quicinc.com>
This commit is contained in:
@@ -89,6 +89,15 @@
|
||||
nvmem-names = "pon_log0", "pon_log1";
|
||||
};
|
||||
|
||||
regulator_ocp_notifier: regulator-ocp-notifier {
|
||||
compatible = "qcom,regulator-ocp-notifier";
|
||||
interrupt-parent = <&spmi_bus>;
|
||||
interrupts = <0x0 0x71 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x0 0x85 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||
nvmem-cells = <&ocp_log>, <&alarm_log>;
|
||||
nvmem-cell-names = "ocp_log", "alarm_log";
|
||||
};
|
||||
|
||||
DBO3: regulator-dbo3 {
|
||||
compatible = "qti-regulator-fixed";
|
||||
regulator-name = "dbo3";
|
||||
|
Reference in New Issue
Block a user