Re: [PATCH v6 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD

From: Drew Fustini
Date: Tue Nov 14 2023 - 17:25:09 EST


On Tue, Nov 14, 2023 at 09:24:40PM +0000, Conor Dooley wrote:
> On Tue, Nov 14, 2023 at 04:08:00PM -0500, Drew Fustini wrote:
>
> > +&mmc0 {
> > + bus-width = <8>;
> > + max-frequency = <198000000>;
>
> > +&mmc1 {
> > + max-frequency = <198000000>;
> > + bus-width = <4>;
>
> If there's another iteration of this patchset, can you use a consistent
> ordering for your properties please?

Bah, I don't know how I missed that. Thanks for spotting that. I'll fix
it if there is another rev. I still need to see if Jisheng's is okay
with the most recent changes in the driver patch.

Drew