Re: [PATCH v2 5/9] arm64: dts: agilex5: add SOCDK eMMC daughter board support
"Kathpalia, Tanmay" <[email protected]>
| Newsgroups | org.kernel.vger.linux-mmc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/29/2026 12:37 PM, Krzysztof Kozlowski wrote: > On Sat, Jun 27, 2026 at 01:14:50PM -0700, Tanmay Kathpalia wrote: >> Add socfpga_agilex5_socdk_emmc.dts for the Agilex5 SoCDK eMMC daughter >> board variant. Define board-specific regulators at the DTS root: a >> fixed 3.3V supply for card power and a fixed 1.8V supply for eMMC I/O >> voltage. >> >> Enable the shared SD/eMMC controller for eMMC-only operation with an >> 8-bit bus, HS200 and HS400 modes at 1.8V signaling, and a 200 MHz >> maximum clock frequency. >> >> Signed-off-by: Tanmay Kathpalia <[email protected]> >> --- >> arch/arm64/boot/dts/intel/Makefile | 1 + >> .../dts/intel/socfpga_agilex5_socdk_emmc.dts | 120 ++++++++++++++++++ >> 2 files changed, 121 insertions(+) >> create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_emmc.dts >> >> diff --git a/arch/arm64/boot/dts/intel/Makefile b/arch/arm64/boot/dts/intel/Makefile >> index 33fcc55d0cb9..5bbbcfda1f48 100644 >> --- a/arch/arm64/boot/dts/intel/Makefile >> +++ b/arch/arm64/boot/dts/intel/Makefile >> @@ -8,5 +8,6 @@ dtb-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga_agilex_n6000.dtb \ >> socfpga_agilex5_socdk_013b.dtb \ >> socfpga_agilex5_socdk_modular.dtb \ >> socfpga_agilex5_socdk_nand.dtb \ >> + socfpga_agilex5_socdk_emmc.dtb \ > Same mistakes... Do not introduce random order. Ack. > >