ARM: dts: msm: Add qfprom and qfprom_sys node for Ravelin

Add qfprom and qfprom_sys node for Ravelin platform.

Change-Id: I60047b98d6f7232f6a3429442f1925ffe4dbbdef
This commit is contained in:
Yue Liu
2022-08-24 13:57:51 +08:00
parent 51b501a79e
commit 1bf2bd46be

View File

@@ -1207,6 +1207,19 @@
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
};
qfprom: qfprom@221c8000 {
compatible = "qcom,qfprom";
reg = <0x221c8000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
read-only;
ranges;
};
qfprom_sys: qfprom@0 {
compatible = "qcom,qfprom-sys";
};
};
#include "ravelin-pinctrl.dtsi"