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

Commit df1afd3b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: fix qfprom register bits field for sdm670"

parents ad6cbc88 50a47e50
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2839,14 +2839,14 @@

	qfprom: qfprom@0x780000 {
		compatible	= "qcom,qfprom";
		reg		= <0x00780000 0x1000>;
		reg		= <0x00784000 0x1000>;
		#address-cells	= <1>;
		#size-cells	= <1>;
		ranges;

		minor_rev: minor_rev@0x78014c {
		minor_rev: minor_rev@0x78414c {
			reg = <0x14c 0x4>;
			bits = <0x1c 0x2>;
			bits = <0 30>; /* Access 30 bits from bit offset 0 */
		};
	};