From: "Antoine Ténart" <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org,
anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org,
zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org,
jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q
Date: Wed, 16 Apr 2014 15:23:13 +0200 [thread overview]
Message-ID: <20140416132313.GA6253@kwain> (raw)
In-Reply-To: <20140416130915.GC11310-g2DYL2Zd6BY@public.gmane.org>
Hi Andrew,
On Wed, Apr 16, 2014 at 03:09:15PM +0200, Andrew Lunn wrote:
> On Wed, Apr 16, 2014 at 02:40:10PM +0200, Antoine Ténart wrote:
> > Add the SDHCI nodes for the Marvell Berlin BG2Q, using the berlin-sdhci
> > driver.
> >
> > Signed-off-by: Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> > ---
> > arch/arm/boot/dts/berlin2q.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 40 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> > index 5925e6a16749..8f897d461460 100644
> > --- a/arch/arm/boot/dts/berlin2q.dtsi
> > +++ b/arch/arm/boot/dts/berlin2q.dtsi
> > @@ -67,6 +67,14 @@
> > clock-div = <3>;
> > };
> >
> > + sdio1clk: sdio1clk {
> > + compatible = "fixed-factor-clock";
> > + #clock-cells = <0>;
> > + clocks = <&syspll>;
> > + clock-mult = <1>;
> > + clock-div = <4>;
> > + };
> > +
> > soc {
> > compatible = "simple-bus";
> > #address-cells = <1>;
> > @@ -75,6 +83,38 @@
> > ranges = <0 0xf7000000 0x1000000>;
> > interrupt-parent = <&gic>;
> >
> > + sdhci0: sdhci@ab0000 {
> > + compatible = "marvell,berlin2q-sdhci";
> > + reg = <0xab0000 0x200>;
> > + clocks = <&sdio1clk>;
> > + interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
> > + keep-power-in-suspend;
> > + enable-sdio-wakeup;
> > + broken-cd;
>
> Hi Antoine
>
> I would expect these three last properties to be a property of the
> board, not the SoC. Or am i missing something?
No reason, I'll move them.
Thanks !
Antoine
--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: antoine.tenart@free-electrons.com (Antoine Ténart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q
Date: Wed, 16 Apr 2014 15:23:13 +0200 [thread overview]
Message-ID: <20140416132313.GA6253@kwain> (raw)
In-Reply-To: <20140416130915.GC11310@lunn.ch>
Hi Andrew,
On Wed, Apr 16, 2014 at 03:09:15PM +0200, Andrew Lunn wrote:
> On Wed, Apr 16, 2014 at 02:40:10PM +0200, Antoine T?nart wrote:
> > Add the SDHCI nodes for the Marvell Berlin BG2Q, using the berlin-sdhci
> > driver.
> >
> > Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
> > ---
> > arch/arm/boot/dts/berlin2q.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 40 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> > index 5925e6a16749..8f897d461460 100644
> > --- a/arch/arm/boot/dts/berlin2q.dtsi
> > +++ b/arch/arm/boot/dts/berlin2q.dtsi
> > @@ -67,6 +67,14 @@
> > clock-div = <3>;
> > };
> >
> > + sdio1clk: sdio1clk {
> > + compatible = "fixed-factor-clock";
> > + #clock-cells = <0>;
> > + clocks = <&syspll>;
> > + clock-mult = <1>;
> > + clock-div = <4>;
> > + };
> > +
> > soc {
> > compatible = "simple-bus";
> > #address-cells = <1>;
> > @@ -75,6 +83,38 @@
> > ranges = <0 0xf7000000 0x1000000>;
> > interrupt-parent = <&gic>;
> >
> > + sdhci0: sdhci at ab0000 {
> > + compatible = "marvell,berlin2q-sdhci";
> > + reg = <0xab0000 0x200>;
> > + clocks = <&sdio1clk>;
> > + interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
> > + keep-power-in-suspend;
> > + enable-sdio-wakeup;
> > + broken-cd;
>
> Hi Antoine
>
> I would expect these three last properties to be a property of the
> board, not the SoC. Or am i missing something?
No reason, I'll move them.
Thanks !
Antoine
--
Antoine T?nart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: "Antoine Ténart" <antoine.tenart@free-electrons.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: sebastian.hesselbarth@gmail.com, chris@printf.net,
anton@enomsg.org, zmxu@marvell.com, jszhang@marvell.com,
devicetree@vger.kernel.org, linux-mmc@vger.kernel.org,
linux-kernel@vger.kernel.org,
alexandre.belloni@free-electrons.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q
Date: Wed, 16 Apr 2014 15:23:13 +0200 [thread overview]
Message-ID: <20140416132313.GA6253@kwain> (raw)
In-Reply-To: <20140416130915.GC11310@lunn.ch>
Hi Andrew,
On Wed, Apr 16, 2014 at 03:09:15PM +0200, Andrew Lunn wrote:
> On Wed, Apr 16, 2014 at 02:40:10PM +0200, Antoine Ténart wrote:
> > Add the SDHCI nodes for the Marvell Berlin BG2Q, using the berlin-sdhci
> > driver.
> >
> > Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
> > ---
> > arch/arm/boot/dts/berlin2q.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 40 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> > index 5925e6a16749..8f897d461460 100644
> > --- a/arch/arm/boot/dts/berlin2q.dtsi
> > +++ b/arch/arm/boot/dts/berlin2q.dtsi
> > @@ -67,6 +67,14 @@
> > clock-div = <3>;
> > };
> >
> > + sdio1clk: sdio1clk {
> > + compatible = "fixed-factor-clock";
> > + #clock-cells = <0>;
> > + clocks = <&syspll>;
> > + clock-mult = <1>;
> > + clock-div = <4>;
> > + };
> > +
> > soc {
> > compatible = "simple-bus";
> > #address-cells = <1>;
> > @@ -75,6 +83,38 @@
> > ranges = <0 0xf7000000 0x1000000>;
> > interrupt-parent = <&gic>;
> >
> > + sdhci0: sdhci@ab0000 {
> > + compatible = "marvell,berlin2q-sdhci";
> > + reg = <0xab0000 0x200>;
> > + clocks = <&sdio1clk>;
> > + interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
> > + keep-power-in-suspend;
> > + enable-sdio-wakeup;
> > + broken-cd;
>
> Hi Antoine
>
> I would expect these three last properties to be a property of the
> board, not the SoC. Or am i missing something?
No reason, I'll move them.
Thanks !
Antoine
--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-04-16 13:23 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-16 12:40 [PATCH 0/4] ARM: berlin: add SDHCI support Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` [PATCH 1/4] mmc: sdhci: add a driver for Berlin SoCs Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:56 ` Joe Perches
2014-04-16 12:56 ` Joe Perches
2014-04-16 13:09 ` Antoine Ténart
2014-04-16 13:09 ` Antoine Ténart
2014-04-16 14:26 ` Sebastian Hesselbarth
2014-04-16 14:26 ` Sebastian Hesselbarth
2014-04-16 14:26 ` Sebastian Hesselbarth
2014-04-17 13:33 ` Antoine Ténart
2014-04-17 13:33 ` Antoine Ténart
2014-04-18 6:06 ` Jisheng Zhang
2014-04-18 6:06 ` Jisheng Zhang
2014-04-18 6:06 ` Jisheng Zhang
2014-04-18 7:20 ` Antoine Ténart
2014-04-18 7:20 ` Antoine Ténart
2014-05-09 15:55 ` Ben Dooks
2014-05-09 15:55 ` Ben Dooks
[not found] ` <1397652011-21284-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-04-16 12:40 ` [PATCH 2/4] Documentation: bindings: add the sdhci-berlin Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
[not found] ` <1397652011-21284-4-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-04-16 13:09 ` Andrew Lunn
2014-04-16 13:09 ` Andrew Lunn
2014-04-16 13:09 ` Andrew Lunn
[not found] ` <20140416130915.GC11310-g2DYL2Zd6BY@public.gmane.org>
2014-04-16 13:23 ` Antoine Ténart [this message]
2014-04-16 13:23 ` Antoine Ténart
2014-04-16 13:23 ` Antoine Ténart
2014-04-17 3:33 ` Jisheng Zhang
2014-04-17 3:33 ` Jisheng Zhang
2014-04-17 6:54 ` Sebastian Hesselbarth
2014-04-17 6:54 ` Sebastian Hesselbarth
2014-04-17 6:54 ` Sebastian Hesselbarth
2014-04-16 12:40 ` [PATCH 4/4] ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
2014-04-16 12:40 ` Antoine Ténart
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=20140416132313.GA6253@kwain \
--to=antoine.tenart-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
--cc=alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org \
--cc=chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org \
/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.