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

Add qfprom and qfprom_sys DT node for Ukee platform.

Change-Id: Icc5a3b90106e642a4d45f95e1f0dbe3d241b5bad
This commit is contained in:
Naini Singh
2022-08-10 11:06:38 +05:30
parent d8e468ac12
commit 1356cbbfd4

View File

@@ -282,6 +282,19 @@
qcom,firmware-name = "slpi2.mdt";
qcom,rproc-handle = <&slpi_pas>;
};
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";
};
};
&pcie1 {