Loading bindings/soc/qcom/qcom,pmic-pon-log.txt 0 → 100644 +28 −0 Original line number Diff line number Diff line Qualcomm Technologies, Inc. PMIC PON Log Certain Qualcomm Technologies, Inc. PMIC devices capture power-on, power-off, and fault information in a binary log found within SDAM peripherals. The PMIC PON Log device accesses this log and parses it into a human readable format. - compatible: Usage: required Value type: <stringlist> Definition: must be "qcom,pmic-pon-log" - nvmem: Usage: required Value type: <phandle-list> Definition: phandle of the PMIC nvmem device containing the PON log - nvmem-names: Usage: required Value type: <stringlist> Definition: must be "pon_log" Example: pmic-pon-log { compatible = "qcom,pmic-pon-log"; nvmem = <&pmk8350_sdam_5>; nvmem-names = "pon_log"; }; qcom/lahaina-pmic-overlay.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -554,3 +554,11 @@ nvmem-cell-names = "restart_reason"; }; }; &soc { pmic-pon-log { compatible = "qcom,pmic-pon-log"; nvmem = <&pmk8350_sdam_5>; nvmem-names = "pon_log"; }; }; qcom/pmk8350.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,11 @@ }; }; pmk8350_sdam_5: sdam@7400 { compatible = "qcom,spmi-sdam"; reg = <0x7400>; }; pmk8350_sdam_13: sdam@7c00 { compatible = "qcom,spmi-sdam"; reg = <0x7c00>; Loading Loading
bindings/soc/qcom/qcom,pmic-pon-log.txt 0 → 100644 +28 −0 Original line number Diff line number Diff line Qualcomm Technologies, Inc. PMIC PON Log Certain Qualcomm Technologies, Inc. PMIC devices capture power-on, power-off, and fault information in a binary log found within SDAM peripherals. The PMIC PON Log device accesses this log and parses it into a human readable format. - compatible: Usage: required Value type: <stringlist> Definition: must be "qcom,pmic-pon-log" - nvmem: Usage: required Value type: <phandle-list> Definition: phandle of the PMIC nvmem device containing the PON log - nvmem-names: Usage: required Value type: <stringlist> Definition: must be "pon_log" Example: pmic-pon-log { compatible = "qcom,pmic-pon-log"; nvmem = <&pmk8350_sdam_5>; nvmem-names = "pon_log"; };
qcom/lahaina-pmic-overlay.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -554,3 +554,11 @@ nvmem-cell-names = "restart_reason"; }; }; &soc { pmic-pon-log { compatible = "qcom,pmic-pon-log"; nvmem = <&pmk8350_sdam_5>; nvmem-names = "pon_log"; }; };
qcom/pmk8350.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,11 @@ }; }; pmk8350_sdam_5: sdam@7400 { compatible = "qcom,spmi-sdam"; reg = <0x7400>; }; pmk8350_sdam_13: sdam@7c00 { compatible = "qcom,spmi-sdam"; reg = <0x7c00>; Loading