From: Wei Xu <xuwei5@hisilicon.com>
To: Shawn Lin <shawn.lin@rock-chips.com>,
Ulf Hansson <ulf.hansson@linaro.org>
Cc: <linux-mmc@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Jaehoon Chung <jh80.chung@samsung.com>, <xuwei5@hisilicon.com>
Subject: Re: [PATCH v2 1/3] arm64: dts: hisilicon: hikey960/970: Convert to use standard mmc alias
Date: Mon, 26 Jan 2026 20:08:43 +0800 [thread overview]
Message-ID: <6977594B.4020902@hisilicon.com> (raw)
In-Reply-To: <1769171049-74327-2-git-send-email-shawn.lin@rock-chips.com>
Hi Shawn,
On 2026/1/23 20:24, Shawn Lin wrote:
> Convert the long-deprecated mshc alias to standard mmc alias.
>
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
LGTM,
Reviewed-by: Wei Xu <xuwei5@hisilicon.com>
Thanks!
Best Regards,
Wei
> ---
>
> Changes in v2: None
>
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 4 ++--
> arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> index ed84ab9..c6056a8 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> @@ -20,8 +20,8 @@
> compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660";
>
> aliases {
> - mshc1 = &dwmmc1;
> - mshc2 = &dwmmc2;
> + mmc1 = &dwmmc1;
> + mmc2 = &dwmmc2;
> serial0 = &uart0;
> serial1 = &uart1;
> serial2 = &uart2;
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts b/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts
> index 7c32f5f..65764b3 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts
> @@ -19,8 +19,8 @@
> compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
>
> aliases {
> - mshc1 = &dwmmc1;
> - mshc2 = &dwmmc2;
> + mmc1 = &dwmmc1;
> + mmc2 = &dwmmc2;
> serial0 = &uart0;
> serial1 = &uart1;
> serial2 = &uart2;
>
next prev parent reply other threads:[~2026-01-26 12:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 12:24 [PATCH v2 0/3] Remove deprecated mshc alias support from dw_mmc Shawn Lin
2026-01-23 12:24 ` [PATCH v2 1/3] arm64: dts: hisilicon: hikey960/970: Convert to use standard mmc alias Shawn Lin
2026-01-26 12:08 ` Wei Xu [this message]
2026-01-23 12:24 ` [PATCH v2 2/3] mmc: dw_mmc-k3: Remove mshc alias support Shawn Lin
2026-01-23 12:24 ` [PATCH v2 3/3] mmc: dw_mmc: " Shawn Lin
2026-01-27 11:01 ` [PATCH v2 0/3] Remove deprecated mshc alias support from dw_mmc 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=6977594B.4020902@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=devicetree@vger.kernel.org \
--cc=jh80.chung@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=shawn.lin@rock-chips.com \
--cc=ulf.hansson@linaro.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.