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

Commit 04c05e32 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: Add qfprom node for sdm670"

parents 155e1417 325dff65
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2801,6 +2801,20 @@
		compatible = "syscon";
		reg = <0x5091008 0x4>;
	};

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

		minor_rev: minor_rev@0x78014c {
			reg = <0x14c 0x4>;
			bits = <0x1c 0x2>;
		};
	};

};

#include "pm660.dtsi"
+2 −0
Original line number Diff line number Diff line
@@ -564,6 +564,8 @@ CONFIG_PWM_QPNP=y
CONFIG_ARM_GIC_V3_ACL=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_NVMEM=y
CONFIG_QCOM_QFPROM=y
CONFIG_SENSORS_SSC=y
CONFIG_MSM_TZ_LOG=y
CONFIG_EXT2_FS=y
+2 −0
Original line number Diff line number Diff line
@@ -582,6 +582,8 @@ CONFIG_ARM_GIC_V3_ACL=y
CONFIG_PHY_XGENE=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_NVMEM=y
CONFIG_QCOM_QFPROM=y
CONFIG_SENSORS_SSC=y
CONFIG_MSM_TZ_LOG=y
CONFIG_EXT2_FS=y