linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: eddie.huang@mediatek.com (Eddie Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 4/7] arm64: dts: mediatek: Add MT8173 MMC dts
Date: Thu, 18 Jun 2015 10:28:33 +0800	[thread overview]
Message-ID: <1434594513.26032.6.camel@mtksdaap41> (raw)
In-Reply-To: <1434593063.23303.3.camel@mtksdaap41>

Hi Dan,

On Thu, 2015-06-18 at 10:04 +0800, Eddie Huang wrote:
> Hi Dan,
> 
> On Tue, 2015-06-16 at 20:20 +0800, Daniel Kurtz wrote:
> > On Tue, Jun 16, 2015 at 7:39 PM, Daniel Kurtz <djkurtz@chromium.org> wrote:
> > > On Mon, Jun 15, 2015 at 7:20 PM, Chaotian Jing
> > > <chaotian.jing@mediatek.com> wrote:
> > >> From: Eddie Huang <eddie.huang@mediatek.com>
> > >>
> > >> Add node mmc0 ~ mmc3 for mt8173.dtsi
> > >> Add node mmc0, mmc1 for mt8173-evb.dts
> > >>
> > >> Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
> > >> Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
> > >> ---
> > >>  arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 126 ++++++++++++++++++++++++++++
> > >>  arch/arm64/boot/dts/mediatek/mt8173.dtsi    |  45 +++++++++-
> > >>  2 files changed, 170 insertions(+), 1 deletion(-)
> > >>
> > >> diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
> > >> index b1560c9..762ec61 100644
> > >> --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
> > >> +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
> > >> @@ -33,6 +33,132 @@
> > >>         chosen { };
> > >>  };
> > >>
> > >> +&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>;
> > >> +       vqmmc-supply = <&mt6397_vio18_reg>;
> > 
> > I also can't find phandles for these regulators.
> > 
> > >> +       non-removable;
> > >> +};
> > >> +
> > >> +&mmc1 {
> > >> +       pinctrl-names = "default", "state_uhs";
> > >> +       pinctrl-0 = <&mmc1_pins_default>;
> > >> +       pinctrl-1 = <&mmc1_pins_uhs>;
> > >> +       status = "okay";
> > >> +       bus-width = <4>;
> > >> +       max-frequency = <50000000>;
> > >> +       cap-sd-highspeed;
> > >> +       sd-uhs-sdr25;
> > >> +       cd-gpios = <&pio 132 0>;
> > >> +       vmmc-supply = <&mt6397_vmch_reg>;
> > >> +       vqmmc-supply = <&mt6397_vmc_reg>;
> > 
> > nor these regulators.
> > 
> > Which kernel branch are you basing your patch set on?
> > 
> It is based on 4.1-rc1, and Sascha's regulator dts patch.
> [3/4] ARM: dts: mt8135-evbp1: Add PMIC support:
> https://patchwork.kernel.org/patch/6261161/
> 
My mistake, we only sent mt8135-evbp1.dts, but this patch need
mt8173-evb.dts, we will send this.

Eddie
Thanks

  reply	other threads:[~2015-06-18  2:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15 11:20 [PATCH v6 0/7] Add Mediatek MMC driver Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 1/7] mmc: dt-bindings: add Mediatek MMC bindings Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 2/7] mmc: mediatek: Add Mediatek MMC driver Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 3/7] mmc: mediatek: Add PM support for " Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 4/7] arm64: dts: mediatek: Add MT8173 MMC dts Chaotian Jing
2015-06-16 11:39   ` Daniel Kurtz
2015-06-16 12:20     ` Daniel Kurtz
2015-06-18  2:04       ` Eddie Huang
2015-06-18  2:28         ` Eddie Huang [this message]
2015-06-29 11:24           ` Daniel Kurtz
2015-06-29 11:47             ` Eddie Huang
2015-06-15 11:20 ` [PATCH v6 5/7] ARM: mediatek: dts: Add emmc support to mt8135 Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 6/7] arm64: mediatek: Add Mediatek MMC support in defconfig Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 7/7] ARM: multi_v7_defconfig: Enable Mediatek MMC support multi-v7 Chaotian Jing
2015-06-16  8:03 ` [PATCH v6 0/7] Add Mediatek MMC driver Ulf Hansson
2015-06-17 21:01   ` Paul Gortmaker
2015-06-18  7:26     ` 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=1434594513.26032.6.camel@mtksdaap41 \
    --to=eddie.huang@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).