Re: [GIT PULL] arm64: BST C1200 eMMC DTS + defconfig for v7.2
"Arnd Bergmann" <[email protected]> Tue, 09 Jun 2026 15:24:54 +0200
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 3, 2026, at 13:31, [email protected] wrote: > The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: > arm64: BST C1200 eMMC DTS + defconfig for v7.2 > > Black Sesame Technologies: > > Enable eMMC controller on BST C1200 CDCU1.0 board: > - Add mmc0 node in bstc1200.dtsi (DWCMSHC SDHCI controller) > - Add fixed clock definition and reserved SRAM bounce buffer > - Enable mmc0 with 8-bit bus on CDCU1.0 ADAS 4C2G board > - Enable CONFIG_MMC_SDHCI_BST=y in arm64 defconfig > > The MMC driver was merged via mmc-next in v7.1-rc1. > These are the remaining DTS and defconfig pieces. Hi Gordon, There are two more formal mistakes here in your pull request, please fix: - keep the defconfig patch separate from the devicetree changes, as we will merge them separately. - on each patch, make sure there is at least a 'Signed-off-by' tag from the committer (plus author, if different), and ideally any 'Reviewed-by', 'Acked-by' or 'Tested-by' tags you have received. Arnd