Merge "ARM: dts: msm: Add qfprom for sa8155"

This commit is contained in:
qctecmdr
2022-02-09 19:16:12 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -51,3 +51,14 @@
/* Add regulator nodes specific to SA8155 */
#include "sa8155-regulator.dtsi"
&soc {
qfprom: qfprom@780130 {
compatible = "qcom,qfprom";
reg = <0x00780130 0x4>;
#address-cells = <1>;
#size-cells = <1>;
read-only;
ranges;
};
};