From: Sascha Hauer <s.hauer@pengutronix.de>
To: Chaotian Jing <chaotian.jing@mediatek.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Chris Ball <chris@printf.net>,
Ulf Hansson <ulf.hansson@linaro.org>,
Mark Rutland <mark.rutland@arm.com>,
James Liao <jamesjj.liao@mediatek.com>,
srv_heupstream@mediatek.com, Arnd Bergmann <arnd@arndb.de>,
devicetree@vger.kernel.org,
Hongzhou Yang <hongzhou.yang@mediatek.com>,
Catalin Marinas <catalin.marinas@arm.com>,
bin.zhang@mediatek.com, linux-mmc@vger.kernel.org,
linux-kernel@vger.kernel.org, Will Deacon <will.deacon@arm.com>,
linux-gpio@vger.kernel.org, linux-mediatek@lists.infradead.org,
Sascha Hauer <kernel@pengutronix.de>,
"Joe.C" <yingjoe.chen@mediatek.com>,
Eddie Huang <eddie.huang@mediatek.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 6/7] ARM: mediatek: dts: Add emmc support to mt8135
Date: Tue, 28 Apr 2015 14:37:25 +0200 [thread overview]
Message-ID: <20150428123725.GK6325@pengutronix.de> (raw)
In-Reply-To: <1430214525-19198-7-git-send-email-chaotian.jing@mediatek.com>
On Tue, Apr 28, 2015 at 05:48:44PM +0800, Chaotian Jing wrote:
> From: Yingjoe Chen <yingjoe.chen@mediatek.com>
>
> Add emmc node for mt8135.dtsi & mt8135-evbp1.dts
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
> Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
> ---
> arch/arm/boot/dts/mt8135-evbp1.dts | 141 +++++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/mt8135.dtsi | 26 +++++++
> 2 files changed, 167 insertions(+)
>
> diff --git a/arch/arm/boot/dts/mt8135-evbp1.dts b/arch/arm/boot/dts/mt8135-evbp1.dts
> index 357a91f..6d2fee9 100644
> --- a/arch/arm/boot/dts/mt8135-evbp1.dts
> +++ b/arch/arm/boot/dts/mt8135-evbp1.dts
> @@ -24,6 +24,147 @@
> };
> };
>
> +&mmc0 {
> + pinctrl-names = "default", "state_uhs";
> + pinctrl-0 = <&mmc0_pins_default>;
> + pinctrl-1 = <&mmc0_pins_uhs>;
> + status = "okay";
> + bus-width = <8>;
> + max-frequency = <50000000>;
> + cap-mmc-highspeed;
> + vmmc-supply = <&mt6397_vemc_3v3_reg>;
> + non-removable;
> + func = "EMMC";
...
> + func = "SDCARD";
These have been removed in earlier versions, right?
> diff --git a/arch/arm/boot/dts/mt8135.dtsi b/arch/arm/boot/dts/mt8135.dtsi
> index 4d1ddd9..2c5c4da 100644
> --- a/arch/arm/boot/dts/mt8135.dtsi
> +++ b/arch/arm/boot/dts/mt8135.dtsi
> @@ -212,5 +212,31 @@
> status = "disabled";
> };
>
> + mmc0: mmc@11230000 {
> + compatible = "mediatek,mt8135-mmc";
> + reg = <0 0x11230000 0 0x108>;
Please use the whole register space for the controller here, not only
the one actually used by the registers.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next parent reply other threads:[~2015-04-28 12:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1430214525-19198-1-git-send-email-chaotian.jing@mediatek.com>
[not found] ` <1430214525-19198-7-git-send-email-chaotian.jing@mediatek.com>
2015-04-28 12:37 ` Sascha Hauer [this message]
[not found] ` <1430214525-19198-5-git-send-email-chaotian.jing@mediatek.com>
2015-04-29 6:37 ` [PATCH v3 4/7] arm64: dts: mediatek: Add MT8173 MMC dts Sascha Hauer
[not found] ` <1430214525-19198-3-git-send-email-chaotian.jing@mediatek.com>
2015-05-05 12:49 ` [PATCH v3 2/7] mmc: mediatek: Add Mediatek MMC driver Ulf Hansson
[not found] ` <1430895299.15154.9.camel@mhfsdcap03>
2015-05-06 16:31 ` Ulf Hansson
[not found] ` <1430962956.15154.48.camel@mhfsdcap03>
2015-05-08 12:12 ` Ulf Hansson
[not found] ` <1431335885.26820.7.camel@mhfsdcap03>
2015-05-11 10:29 ` Ulf Hansson
[not found] ` <1430214525-19198-4-git-send-email-chaotian.jing@mediatek.com>
2015-05-05 12:57 ` [PATCH v3 3/7] mmc: mediatek: Add PM support for " Ulf Hansson
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=20150428123725.GK6325@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=arnd@arndb.de \
--cc=bin.zhang@mediatek.com \
--cc=catalin.marinas@arm.com \
--cc=chaotian.jing@mediatek.com \
--cc=chris@printf.net \
--cc=devicetree@vger.kernel.org \
--cc=eddie.huang@mediatek.com \
--cc=hongzhou.yang@mediatek.com \
--cc=jamesjj.liao@mediatek.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@mediatek.com \
--cc=ulf.hansson@linaro.org \
--cc=will.deacon@arm.com \
--cc=yingjoe.chen@mediatek.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox