From: Balaji T K <balajitk@ti.com>
To: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Mark Brown <broonie@linaro.org>, Tony Lindgren <tony@atomide.com>,
Sekhar Nori <nsekhar@ti.com>, Koen Kooi <koen@beagleboard.org>,
Grant Likely <grant.likely@secretlab.ca>,
Russell King <linux@arm.linux.org.uk>,
Vinod Koul <vinod.koul@intel.com>,
Linux Documentation List <linux-doc@vger.kernel.org>,
Chris Ball <cjb@laptop.org>, Arnd Bergmann <arnd@arndb.de>,
Devicetree Discuss <devicetree-discuss@lists.ozlabs.org>,
Rob Herring <rob.herring@calxeda.com>,
Jason Kridner <jkridner@beagleboard.org>,
Linux OMAP List <linux-omap@vger.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>,
Linux DaVinci Kernel List
<davinci-linux-open-source@linux.davincidsp.com>,
Benoit Cousson <b-cousson@ti.com>,
Linux MMC List <linux-mmc@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Rob Landley <rob@landley.net>, Linux SPI Devel List <spi-dev>
Subject: Re: [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC
Date: Wed, 26 Jun 2013 22:03:54 +0530 [thread overview]
Message-ID: <51CB17F2.5060504@ti.com> (raw)
In-Reply-To: <1372209888-6649-1-git-send-email-joelagnel@ti.com>
Hi Joel,
On Wednesday 26 June 2013 06:54 AM, Joel A Fernandes wrote:
> From: Joel A Fernandes <agnel.joel@gmail.com>
>
> HWMOD irq entries for MMC were removed. We provide the same from DT for MMC.
>
> This fixes issue where memory resource could not be found during probe.
> Also, added the reg-offset property to account for the offset from start.
>
> Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
> ---
> arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 119f8a9..e0a5741 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -237,6 +237,10 @@
> dmas = <&edma 24
> &edma 25>;
> dma-names = "tx", "rx";
> + interrupts = <64>;
> + interrupt-parent = <&intc>;
> + reg = <0x48060000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -247,6 +251,10 @@
> dmas = <&edma 2
> &edma 3>;
> dma-names = "tx", "rx";
> + interrupts = <24>;
s/24/28
> + interrupt-parent = <&intc>;
> + reg = <0x481d8000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -254,6 +262,10 @@
> compatible = "ti,omap3-hsmmc";
compatible should be ti,omap4-hsmmc since omap4 hsmmc IP is re-used in am33xx
and reg-offset property is not needed.
combine this patch with 2/5 ARM: dts: add AM33XX MMC support and please add
your signed-off to that patch.
> ti,hwmods = "mmc3";
> ti,needs-special-reset;
> + interrupts = <25>;
s/25/29
> + interrupt-parent = <&intc>;
> + reg = <0x47810000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Balaji T K <balajitk@ti.com>
To: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Mark Brown <broonie@linaro.org>, Tony Lindgren <tony@atomide.com>,
Sekhar Nori <nsekhar@ti.com>, Koen Kooi <koen@beagleboard.org>,
Grant Likely <grant.likely@secretlab.ca>,
Russell King <linux@arm.linux.org.uk>,
Vinod Koul <vinod.koul@intel.com>,
Linux Documentation List <linux-doc@vger.kernel.org>,
Chris Ball <cjb@laptop.org>, Arnd Bergmann <arnd@arndb.de>,
Devicetree Discuss <devicetree-discuss@lists.ozlabs.org>,
Rob Herring <rob.herring@calxeda.com>,
Jason Kridner <jkridner@beagleboard.org>,
Linux OMAP List <linux-omap@vger.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>,
Linux DaVinci Kernel List
<davinci-linux-open-source@linux.davincidsp.com>,
Benoit Cousson <b-cousson@ti.com>,
Linux MMC List <linux-mmc@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Rob Landley <rob@landley.net>,
Linux SPI Devel List <spi-dev
Subject: Re: [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC
Date: Wed, 26 Jun 2013 22:03:54 +0530 [thread overview]
Message-ID: <51CB17F2.5060504@ti.com> (raw)
In-Reply-To: <1372209888-6649-1-git-send-email-joelagnel@ti.com>
Hi Joel,
On Wednesday 26 June 2013 06:54 AM, Joel A Fernandes wrote:
> From: Joel A Fernandes <agnel.joel@gmail.com>
>
> HWMOD irq entries for MMC were removed. We provide the same from DT for MMC.
>
> This fixes issue where memory resource could not be found during probe.
> Also, added the reg-offset property to account for the offset from start.
>
> Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
> ---
> arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 119f8a9..e0a5741 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -237,6 +237,10 @@
> dmas = <&edma 24
> &edma 25>;
> dma-names = "tx", "rx";
> + interrupts = <64>;
> + interrupt-parent = <&intc>;
> + reg = <0x48060000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -247,6 +251,10 @@
> dmas = <&edma 2
> &edma 3>;
> dma-names = "tx", "rx";
> + interrupts = <24>;
s/24/28
> + interrupt-parent = <&intc>;
> + reg = <0x481d8000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -254,6 +262,10 @@
> compatible = "ti,omap3-hsmmc";
compatible should be ti,omap4-hsmmc since omap4 hsmmc IP is re-used in am33xx
and reg-offset property is not needed.
combine this patch with 2/5 ARM: dts: add AM33XX MMC support and please add
your signed-off to that patch.
> ti,hwmods = "mmc3";
> ti,needs-special-reset;
> + interrupts = <25>;
s/25/29
> + interrupt-parent = <&intc>;
> + reg = <0x47810000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
>
WARNING: multiple messages have this Message-ID (diff)
From: balajitk@ti.com (Balaji T K)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC
Date: Wed, 26 Jun 2013 22:03:54 +0530 [thread overview]
Message-ID: <51CB17F2.5060504@ti.com> (raw)
In-Reply-To: <1372209888-6649-1-git-send-email-joelagnel@ti.com>
Hi Joel,
On Wednesday 26 June 2013 06:54 AM, Joel A Fernandes wrote:
> From: Joel A Fernandes <agnel.joel@gmail.com>
>
> HWMOD irq entries for MMC were removed. We provide the same from DT for MMC.
>
> This fixes issue where memory resource could not be found during probe.
> Also, added the reg-offset property to account for the offset from start.
>
> Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
> ---
> arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 119f8a9..e0a5741 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -237,6 +237,10 @@
> dmas = <&edma 24
> &edma 25>;
> dma-names = "tx", "rx";
> + interrupts = <64>;
> + interrupt-parent = <&intc>;
> + reg = <0x48060000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -247,6 +251,10 @@
> dmas = <&edma 2
> &edma 3>;
> dma-names = "tx", "rx";
> + interrupts = <24>;
s/24/28
> + interrupt-parent = <&intc>;
> + reg = <0x481d8000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -254,6 +262,10 @@
> compatible = "ti,omap3-hsmmc";
compatible should be ti,omap4-hsmmc since omap4 hsmmc IP is re-used in am33xx
and reg-offset property is not needed.
combine this patch with 2/5 ARM: dts: add AM33XX MMC support and please add
your signed-off to that patch.
> ti,hwmods = "mmc3";
> ti,needs-special-reset;
> + interrupts = <25>;
s/25/29
> + interrupt-parent = <&intc>;
> + reg = <0x47810000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Balaji T K <balajitk@ti.com>
To: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>, Sekhar Nori <nsekhar@ti.com>,
Matt Porter <matt@ohporter.com>,
Grant Likely <grant.likely@secretlab.ca>,
Rob Herring <rob.herring@calxeda.com>,
Vinod Koul <vinod.koul@intel.com>,
Mark Brown <broonie@linaro.org>,
Benoit Cousson <b-cousson@ti.com>,
Russell King <linux@arm.linux.org.uk>,
Rob Landley <rob@landley.net>,
Andrew Morton <akpm@linux-foundation.org>,
Jason Kridner <jkridner@beagleboard.org>,
Koen Kooi <koen@beagleboard.org>, Chris Ball <cjb@laptop.org>,
Devicetree Discuss <devicetree-discuss@lists.ozlabs.org>,
Linux OMAP List <linux-omap@vger.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>,
Linux DaVinci Kernel List
<davinci-linux-open-source@linux.davincidsp.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Documentation List <linux-doc@vger.kernel.org>,
Linux MMC List <linux-mmc@vger.kernel.org>,
Linux SPI Devel List <spi-devel-general@lists.sourceforge.net>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC
Date: Wed, 26 Jun 2013 22:03:54 +0530 [thread overview]
Message-ID: <51CB17F2.5060504@ti.com> (raw)
In-Reply-To: <1372209888-6649-1-git-send-email-joelagnel@ti.com>
Hi Joel,
On Wednesday 26 June 2013 06:54 AM, Joel A Fernandes wrote:
> From: Joel A Fernandes <agnel.joel@gmail.com>
>
> HWMOD irq entries for MMC were removed. We provide the same from DT for MMC.
>
> This fixes issue where memory resource could not be found during probe.
> Also, added the reg-offset property to account for the offset from start.
>
> Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
> ---
> arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 119f8a9..e0a5741 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -237,6 +237,10 @@
> dmas = <&edma 24
> &edma 25>;
> dma-names = "tx", "rx";
> + interrupts = <64>;
> + interrupt-parent = <&intc>;
> + reg = <0x48060000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -247,6 +251,10 @@
> dmas = <&edma 2
> &edma 3>;
> dma-names = "tx", "rx";
> + interrupts = <24>;
s/24/28
> + interrupt-parent = <&intc>;
> + reg = <0x481d8000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
> @@ -254,6 +262,10 @@
> compatible = "ti,omap3-hsmmc";
compatible should be ti,omap4-hsmmc since omap4 hsmmc IP is re-used in am33xx
and reg-offset property is not needed.
combine this patch with 2/5 ARM: dts: add AM33XX MMC support and please add
your signed-off to that patch.
> ti,hwmods = "mmc3";
> ti,needs-special-reset;
> + interrupts = <25>;
s/25/29
> + interrupt-parent = <&intc>;
> + reg = <0x47810000 0x1000>;
> + reg-offset = <0x100>;
> status = "disabled";
> };
>
>
next prev parent reply other threads:[~2013-06-26 16:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 1:24 [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC Joel A Fernandes
2013-06-26 1:24 ` Joel A Fernandes
2013-06-26 1:24 ` Joel A Fernandes
2013-06-26 16:33 ` Balaji T K [this message]
2013-06-26 16:33 ` Balaji T K
2013-06-26 16:33 ` Balaji T K
2013-06-26 16:33 ` Balaji T K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51CB17F2.5060504@ti.com \
--to=balajitk@ti.com \
--cc=agnel.joel@gmail.com \
--cc=arnd@arndb.de \
--cc=b-cousson@ti.com \
--cc=broonie@linaro.org \
--cc=cjb@laptop.org \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=jkridner@beagleboard.org \
--cc=koen@beagleboard.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nsekhar@ti.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=tony@atomide.com \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.