From: "Heiko Stübner" <heiko@sntech.de>
To: Chukun Pan <amadeus@jmu.edu.cn>
Cc: Chukun Pan <amadeus@jmu.edu.cn>, Hsun Lai <i@chainsx.cn>,
Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1
Date: Fri, 14 Nov 2025 00:00:19 +0100 [thread overview]
Message-ID: <1841407.VLH7GnMWUR@diego> (raw)
In-Reply-To: <20251101120010.41729-1-amadeus@jmu.edu.cn>
Hi,
Am Samstag, 1. November 2025, 13:00:05 Mitteleuropäische Normalzeit schrieb Chukun Pan:
> Add missing MMC aliases. Remove the max-frequency property
> from the MMC node, which is already defined in rk3576.dtsi.
please split this into 2 patches, one for the aliases, one for the
max-frequency removal.
Thanks
Heiko
>
> Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
> ---
> arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> index 59c172573cf8..9cbd3fae16ab 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> @@ -19,6 +19,8 @@ / {
> aliases {
> ethernet0 = &gmac0;
> ethernet1 = &gmac1;
> + mmc0 = &sdhci;
> + mmc1 = &sdmmc;
> };
>
> chosen {
> @@ -735,7 +737,6 @@ &sai6 {
> &sdhci {
> bus-width = <8>;
> full-pwr-cycle-in-suspend;
> - max-frequency = <200000000>;
> mmc-hs400-1_8v;
> mmc-hs400-enhanced-strobe;
> no-sdio;
> @@ -749,7 +750,6 @@ &sdmmc {
> cap-mmc-highspeed;
> cap-sd-highspeed;
> disable-wp;
> - max-frequency = <200000000>;
> sd-uhs-sdr104;
> vmmc-supply = <&vcc_3v3_s3>;
> vqmmc-supply = <&vccio_sd_s0>;
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Chukun Pan <amadeus@jmu.edu.cn>
Cc: Chukun Pan <amadeus@jmu.edu.cn>, Hsun Lai <i@chainsx.cn>,
Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1
Date: Fri, 14 Nov 2025 00:00:19 +0100 [thread overview]
Message-ID: <1841407.VLH7GnMWUR@diego> (raw)
In-Reply-To: <20251101120010.41729-1-amadeus@jmu.edu.cn>
Hi,
Am Samstag, 1. November 2025, 13:00:05 Mitteleuropäische Normalzeit schrieb Chukun Pan:
> Add missing MMC aliases. Remove the max-frequency property
> from the MMC node, which is already defined in rk3576.dtsi.
please split this into 2 patches, one for the aliases, one for the
max-frequency removal.
Thanks
Heiko
>
> Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
> ---
> arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> index 59c172573cf8..9cbd3fae16ab 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
> @@ -19,6 +19,8 @@ / {
> aliases {
> ethernet0 = &gmac0;
> ethernet1 = &gmac1;
> + mmc0 = &sdhci;
> + mmc1 = &sdmmc;
> };
>
> chosen {
> @@ -735,7 +737,6 @@ &sai6 {
> &sdhci {
> bus-width = <8>;
> full-pwr-cycle-in-suspend;
> - max-frequency = <200000000>;
> mmc-hs400-1_8v;
> mmc-hs400-enhanced-strobe;
> no-sdio;
> @@ -749,7 +750,6 @@ &sdmmc {
> cap-mmc-highspeed;
> cap-sd-highspeed;
> disable-wp;
> - max-frequency = <200000000>;
> sd-uhs-sdr104;
> vmmc-supply = <&vcc_3v3_s3>;
> vqmmc-supply = <&vccio_sd_s0>;
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-11-13 23:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-01 12:00 [PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1 Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-01 12:00 ` [PATCH 2/6] arm64: dts: rockchip: fixes regulator " Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-01 12:00 ` [PATCH 3/6] arm64: dts: rockchip: fixes ethernet " Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-01 12:00 ` [PATCH 4/6] arm64: dts: rockchip: fixes supply " Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-01 12:00 ` [PATCH 5/6] arm64: dts: rockchip: fixes audio " Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-01 12:00 ` [PATCH 6/6] arm64: dts: rockchip: update 100ASK DshanPi A1 support Chukun Pan
2025-11-01 12:00 ` Chukun Pan
2025-11-13 23:05 ` Heiko Stübner
2025-11-13 23:05 ` Heiko Stübner
2025-11-13 23:00 ` Heiko Stübner [this message]
2025-11-13 23:00 ` [PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1 Heiko Stübner
2025-11-13 23:04 ` (subset) " Heiko Stuebner
2025-11-13 23:04 ` Heiko Stuebner
2025-11-15 15:00 ` Chukun Pan
2025-11-15 15:00 ` Chukun Pan
2025-11-15 19:53 ` Heiko Stübner
2025-11-15 19:53 ` Heiko Stübner
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=1841407.VLH7GnMWUR@diego \
--to=heiko@sntech.de \
--cc=amadeus@jmu.edu.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=i@chainsx.cn \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.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.