Re: [PATCH RFC 4/9] serial: serial_meson: add minimal non-DM driver

"Ferass El Hafidi" <[email protected]> Sun, 14 Sep 2025 12:21:30 +0000
Newsgroups io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot
Message-ID <[email protected]>
On Sat Sep 13, 2025 at 3:51 PM UTC, Tom Rini wrote:
> <...>
>
> The way we normally solve these kind of things, since they aren't
> actually configurable (it's part of the chip itself) is just #define
> them either in the driver header or some <asm/arch/..> header file.

Yes, this is what I did locally.  I'm waiting for further feedback
(on other patches) before sending the v3.

Thanks.