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

Commit a9e6ab41 authored by Bhargav Gurappadi's avatar Bhargav Gurappadi Committed by Channagoud Kadabi
Browse files

soc: qcom: Add socinfo driver snapshot



This is a snapshot of the socinfo driver from drivers/soc/qcom
taken as of msm-4.4 commit <2e45ea728118fa8> (Merge "ARM:
dts: msm: add MSM External display node for msmcobalt").

CRs-Fixed: 1055807
Change-Id: I3a1225f21eedf51eb0509149347e31c628da364b
Signed-off-by: default avatarBruce Levy <blevy@codeaurora.org>
Signed-off-by: default avatarBhargav Gurappadi <bhargavg1@codeaurora.org>
parent c4ea4d9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ config ARCH_MVEBU
config ARCH_QCOM
	bool "Qualcomm Platforms"
	select PINCTRL
	select SOC_BUS
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.

+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ obj-$(CONFIG_QCOM_SMSM) += smsm.o
obj-$(CONFIG_QCOM_WCNSS_CTRL) += wcnss_ctrl.o
CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
obj-$(CONFIG_QCOM_SCM)  +=      scm.o scm-boot.o
obj-$(CONFIG_SOC_BUS) += socinfo.o
Loading