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

Commit d6d6f8e4 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add SPI config regs base address for all sdm/msm targets



Add base address of shared SPI config registers for all sdm/msm targets
and provided name as "spi_cfg_regs".

Change-Id: I4af1b9bf620060d2a2ab3aaf933f17b5a13e7b05
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent e398bee0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
		compatible = "qcom,sdxpoorwills-pinctrl";
		reg = <0x3900000 0x300000>,
			<0xB204900 0x280>;
		reg-names = "pinctrl_regs", "pdc_regs";
		interrupts = <0 212 0>;
		gpio-controller;
		#gpio-cells = <2>;
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
	msm_gpio: pinctrl@1000000 {
		compatible = "qcom,msm8909-pinctrl";
		reg = <0x1000000 0x300000>;
		reg-names = "pinctrl_regs";
		interrupts = <0 208 0>;
		interrupts-extended = <&wakegic GIC_SPI 208 IRQ_TYPE_NONE>;
		gpio-controller;
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
	tlmm: pinctrl@1000000 {
		compatible = "qcom,msm8917-pinctrl";
		reg = <0x1000000 0x300000>;
		reg-names = "pinctrl_regs";
		interrupts-extended = <&wakegic GIC_SPI 208 IRQ_TYPE_NONE>;
		gpio-controller;
		#gpio-cells = <2>;
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
	tlmm: pinctrl@1000000 {
		compatible = "qcom,msm8937-pinctrl";
		reg = <0x1000000 0x300000>;
		reg-names = "pinctrl_regs";
		interrupts-extended = <&wakegic GIC_SPI 208 IRQ_TYPE_NONE>;
		gpio-controller;
		#gpio-cells = <2>;
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
	tlmm: pinctrl@1000000 {
		compatible = "qcom,msm8953-pinctrl";
		reg = <0x1000000 0x300000>;
		reg-names = "pinctrl_regs";
		interrupts = <0 208 0>;
		interrupts-extended = <&wakegic GIC_SPI 208 IRQ_TYPE_NONE>;
		gpio-controller;
Loading