From: Yao Zi <ziyao@disroot.org>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>, Jonas Karlman <jonas@kwiboo.se>,
Yao Zi <ziyao@disroot.org>, Chukun Pan <amadeus@jmu.edu.cn>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v6 0/2] Support SD/SDIO controllers on RK3528
Date: Thu, 8 May 2025 23:48:28 +0000 [thread overview]
Message-ID: <20250508234829.27111-2-ziyao@disroot.org> (raw)
RK3528 features two SDIO controllers and one SD/MMC controller. This
series brings the SD/MMC one up on Radxa E20C board. Both HS and SDR104
modes are verified.
- Changed from v5
- Drop applied clock patches
- Rebase on top of linux-rockchip/for-next
- Link to v5: https://lore.kernel.org/all/20250506092206.46143-1-ziyao@disroot.org/
- Changed from v4
- rk3528 clock driver
- Switch to auxiliary GRF
- drop rockchip_clk_register_grf_branches
- Rename branch_mmc_grf to branch_grf_mmc to make style consistent
(with branch_grf_gate)
- Link to v4: https://lore.kernel.org/all/20250417143647.43860-1-ziyao@disroot.org/
- Changed from v3
- Drop applied binding patch of MMC controller
- Rebase on top of linux-rockchip/for-next
- Link to v3: https://lore.kernel.org/all/20250309055348.9299-1-ziyao@disroot.org/
- Changed from v2
- Apply review tags
- Rebase on top of linux-rockchip/for-next and drop applied patches
- RK3528 devicetree
- Fix accidentally dropped status property of saradc node
- drop det and pwren pinctrls for SDIO{0,1} according to the
reference design
- Correct max-frequency for SDIO{0,1}
- rk3528-radxa-e20c devicetree
- Don't disable sdio for sdmmc as claimed in the hw design guide
- Link to v2: https://lore.kernel.org/all/20250305194217.47052-1-ziyao@disroot.org/
- Changed from v1
- Apply review tags
- Rebase on top of linux-rockchip/for-next and saradc v2 series
- rk3528 clock driver:
- explicitly include minmax.h, replace MAX() with more robust max()
- readability improvements
- fix error checks: ERR_PTR(-ENODEV), instead of ERR_PTR(ENODEV), is
returned when syscon_regmap_lookup_by_compatible() fails for missing
such syscon
- RK3528 devicetree
- Add default pinctrl
- Move the per-SoC property, rockchip,default-sample-phase, into the
SoC devicetree
- rk3528-radxa-e20c devicetree
- Assign sdcard to mmc1
- Add missing regulators
- Apply no-sdio for the sdmmc controller
- Sort nodes
- Link to v1: https://lore.kernel.org/all/20250301104250.36295-1-ziyao@disroot.org/
Thanks for your time and review.
Yao Zi (2):
arm64: dts: rockchip: Add SDMMC/SDIO controllers for RK3528
arm64: dts: rockchip: Enable SD-card interface on Radxa E20C
.../boot/dts/rockchip/rk3528-radxa-e20c.dts | 30 ++++++++
arch/arm64/boot/dts/rockchip/rk3528.dtsi | 69 +++++++++++++++++++
2 files changed, 99 insertions(+)
--
2.49.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2025-05-08 23:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 23:48 Yao Zi [this message]
2025-05-08 23:48 ` [PATCH v6 1/2] arm64: dts: rockchip: Add SDMMC/SDIO controllers for RK3528 Yao Zi
2025-05-09 6:38 ` Jonas Karlman
2025-05-08 23:48 ` [PATCH v6 2/2] arm64: dts: rockchip: Enable SD-card interface on Radxa E20C Yao Zi
2025-05-09 6:39 ` Jonas Karlman
2025-05-09 20:00 ` [PATCH v6 0/2] Support SD/SDIO controllers on RK3528 Heiko Stuebner
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=20250508234829.27111-2-ziyao@disroot.org \
--to=ziyao@disroot.org \
--cc=amadeus@jmu.edu.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=jonas@kwiboo.se \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox