From: Shawn Guo <shawnguo@kernel.org>
To: Yinbo Zhu <yinbo.zhu@nxp.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
xiaobo.xie@nxp.com, Li Yang <leoyang.li@nxp.com>,
Rob Herring <robh+dt@kernel.org>,
jiafei.pan@nxp.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
Date: Mon, 23 Dec 2019 14:43:11 +0800 [thread overview]
Message-ID: <20191223064311.GN11523@dragon> (raw)
In-Reply-To: <20191213021839.23517-1-yinbo.zhu@nxp.com>
On Fri, Dec 13, 2019 at 10:18:38AM +0800, Yinbo Zhu wrote:
> This patch is to enable emmc hs400 mode for ls1028ardb
>
> Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
> Acked-by: Shawn Guo <shawnguo@kernel.org>
Did I? You can only add the tag when people explicitly gave it.
Applied, thanks.
Shawn
> Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
> Change in v2:
> add Acked-by
>
> arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> index 9720a190049f..61c4f772e3a6 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> @@ -93,6 +93,8 @@
>
> &esdhc1 {
> mmc-hs200-1_8v;
> + mmc-hs400-1_8v;
> + bus-width = <8>;
> status = "okay";
> };
>
> --
> 2.17.1
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Yinbo Zhu <yinbo.zhu@nxp.com>
Cc: Li Yang <leoyang.li@nxp.com>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
xiaobo.xie@nxp.com, jiafei.pan@nxp.com,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/2] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
Date: Mon, 23 Dec 2019 14:43:11 +0800 [thread overview]
Message-ID: <20191223064311.GN11523@dragon> (raw)
In-Reply-To: <20191213021839.23517-1-yinbo.zhu@nxp.com>
On Fri, Dec 13, 2019 at 10:18:38AM +0800, Yinbo Zhu wrote:
> This patch is to enable emmc hs400 mode for ls1028ardb
>
> Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
> Acked-by: Shawn Guo <shawnguo@kernel.org>
Did I? You can only add the tag when people explicitly gave it.
Applied, thanks.
Shawn
> Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
> Change in v2:
> add Acked-by
>
> arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> index 9720a190049f..61c4f772e3a6 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> @@ -93,6 +93,8 @@
>
> &esdhc1 {
> mmc-hs200-1_8v;
> + mmc-hs400-1_8v;
> + bus-width = <8>;
> status = "okay";
> };
>
> --
> 2.17.1
>
next prev parent reply other threads:[~2019-12-23 6:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 2:18 [PATCH v2 1/2] arm64: dts: ls1028a-rdb: enable emmc hs400 mode Yinbo Zhu
2019-12-13 2:18 ` Yinbo Zhu
2019-12-13 2:18 ` [PATCH v2 2/2] arm64: dts: ls1028a: fix little-big endian issue for dcfg Yinbo Zhu
2019-12-13 2:18 ` Yinbo Zhu
2019-12-23 6:54 ` Shawn Guo
2019-12-23 6:54 ` Shawn Guo
2019-12-23 6:43 ` Shawn Guo [this message]
2019-12-23 6:43 ` [PATCH v2 1/2] arm64: dts: ls1028a-rdb: enable emmc hs400 mode Shawn Guo
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=20191223064311.GN11523@dragon \
--to=shawnguo@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jiafei.pan@nxp.com \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=xiaobo.xie@nxp.com \
--cc=yinbo.zhu@nxp.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.