Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8bbc0d3 authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

ARM: dts: msm: Add qfprom device node for Bengal

Add qfprom device node for reading fuse bits to
differentiate between Bengal SoCs having feature
supported capabilities.

Change-Id: I1215fbcb8d1582468f51daaa8ceef49e336d2263
parent 131aec94
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -978,6 +978,15 @@
		compatible = "qcom,msm-sps-4k";
		qcom,pipe-attr-ee;
	};

	qfprom: qfprom@1b40000 {
		compatible = "qcom,qfprom";
		reg = <0x1b40000 0x7000>;
		#address-cells = <1>;
		#size-cells = <1>;
		read-only;
		ranges;
	};
};

#include "bengal-gdsc.dtsi"