ARM: dts: msm: Add nodes for reboot reason driver for cinder

Add nodes for reboot reason driver for cinder.

Change-Id: I2fb339bdf3e1ee05d8a3764e5c163cbe578209b7
This commit is contained in:
Melody Olvera
2022-05-05 14:42:07 -07:00
committed by Gerrit - the friendly Code Review server
parent 3fbd3836ac
commit d3a2cdd930
2 changed files with 15 additions and 0 deletions

View File

@@ -73,3 +73,11 @@
};
};
};
&soc {
reboot_reason {
compatible = "qcom,reboot-reason";
nvmem-cells = <&restart_reason>;
nvmem-cell-names = "restart_reason";
};
};

View File

@@ -84,6 +84,13 @@
pm8150_sdam_2: sdam@b100 {
compatible = "qcom,spmi-sdam";
reg = <0xb100>;
#address-cells = <1>;
#size-cells = <1>;
restart_reason: restart@48 {
reg = <0x48 0x1>;
bits = <1 7>;
};
};
pm8150_vadc: vadc@3100 {