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

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

ARM: dts: msm: Add feature config node in qfprom for Bengal

Add feature config node in qfprom for reading fuse bits
to differentiate between Bengal SoCs with feature supported
capabilities.

Change-Id: Iabbde8689a026c8ced5e8db8df1a9e6a48dc6ff8
parent 13ce652e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1327,6 +1327,10 @@
		stm_debug_fuse: stm@20f0 {
			reg = <0x20f0 0x4>;
		};

		feat_conf5: feat_conf5@6018 {
			reg = <0x6018 0x4>;
		};
	};
};