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

Commit d1d6afd7 authored by Archit Saxena's avatar Archit Saxena
Browse files

ARM: msm: Define scuba architecture on 5.4



Add initial  architecture support for arch and pincontrol
for scuba on 5.4.

Change-Id: I844f2c3fc0776f77c533808c2cca6f05ee946644
Signed-off-by: default avatarArchit Saxena <archsaxe@codeaurora.org>
Signed-off-by: default avatarNagireddy Annem <nannem@codeaurora.org>
parent 6dd62948
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -256,6 +256,17 @@ config PINCTRL_YUPIK
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_SCUBA
        tristate "Qualcomm Technologies Inc SCUBA pin controller driver"
        depends on GPIOLIB && OF
        select PINCTRL_MSM
        help
          This is the pinctrl, pinmux, pinconf and gpiolib driver for the
          Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM)
          block found on the Qualcomm Technologies Inc SCUBA platform.
          Say Y here to compile statically, or M here to compile it as a module.
          If unsure, say N.

config PINCTRL_SDXLEMUR
	tristate "Qualcomm Technologies Inc SDXLEMUR pin controller driver"
	depends on GPIOLIB && OF
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@ obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o
obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o
obj-$(CONFIG_PINCTRL_YUPIK) += pinctrl-yupik.o
obj-$(CONFIG_PINCTRL_SCUBA) += pinctrl-scuba.o
obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
obj-$(CONFIG_PINCTRL_SDXNIGHTJAR) += pinctrl-sdxnightjar.o
+1630 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -660,6 +660,7 @@ static const struct soc_id soc_id[] = {
	{ 458, "SDXLEMUR" },
	{ 475, "YUPIK" },
	{ 484, "SDXNIGHTJAR" },
	{ 441, "SCUBA" },
};

static struct qcom_socinfo *qsocinfo;