mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: qcom: add PMIC PON log device for Kalama"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
bbac7a2dea
@@ -12,12 +12,14 @@ PON Log device accesses this log and parses it into a human readable format.
|
||||
- nvmem:
|
||||
Usage: required
|
||||
Value type: <phandle-list>
|
||||
Definition: phandle of the PMIC nvmem device containing the PON log
|
||||
Definition: phandle list of the PMIC nvmem devices containing the PON
|
||||
log.
|
||||
|
||||
- nvmem-names:
|
||||
Usage: required
|
||||
Value type: <stringlist>
|
||||
Definition: must be "pon_log"
|
||||
Definition: must be "pon_log" if using a single nvmem device or
|
||||
"pon_log0", "pon_log1", etc if using multiple nvmem devices.
|
||||
|
||||
- qcom,pmic-fault-panic:
|
||||
Usage: optional
|
||||
@@ -26,10 +28,16 @@ PON Log device accesses this log and parses it into a human readable format.
|
||||
controlled panic shutdown if the preceding restart was
|
||||
caused by a PMIC fault.
|
||||
|
||||
Example:
|
||||
Examples:
|
||||
|
||||
pmic-pon-log {
|
||||
compatible = "qcom,pmic-pon-log";
|
||||
nvmem = <&pmk8350_sdam_5>;
|
||||
nvmem-names = "pon_log";
|
||||
};
|
||||
|
||||
pmic-pon-log {
|
||||
compatible = "qcom,pmic-pon-log";
|
||||
nvmem = <&pmk8550_sdam_5>, <&pmk8550_sdam_6>;
|
||||
nvmem-names = "pon_log0", "pon_log1";
|
||||
};
|
||||
|
||||
@@ -454,4 +454,10 @@
|
||||
regulator-enable-ramp-delay = <1500>;
|
||||
enable-active-high;
|
||||
};
|
||||
|
||||
pmic-pon-log {
|
||||
compatible = "qcom,pmic-pon-log";
|
||||
nvmem = <&pmk8550_sdam_5>, <&pmk8550_sdam_6>;
|
||||
nvmem-names = "pon_log0", "pon_log1";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
reg = <0x7400>;
|
||||
};
|
||||
|
||||
pmk8550_sdam_6: sdam@7500 {
|
||||
compatible = "qcom,spmi-sdam";
|
||||
reg = <0x7500>;
|
||||
};
|
||||
|
||||
pmk8550_sdam_21: sdam@8400 {
|
||||
compatible = "qcom,spmi-sdam";
|
||||
reg = <0x8400>;
|
||||
|
||||
Reference in New Issue
Block a user