On Wed, Jul 18, 2018 at 12:30 AM, Adam Ford <[email protected]> wrote: > On Tue, Jul 17, 2018 at 4:24 PM Andy Shevchenko > <[email protected]> wrote:
>> https://elixir.bootlin.com/linux/v4.18-rc5/source/drivers/tty/serial/8250/8250_omap.c > Can we omap2+ users patch the 8250_omap.c code in Linux to make use of > the reg-shift, then do the same from u-boot so they are in sync and > clean out any #defines that could be replaced by the device tree? It's possible, but it doesn't mean you now fully on DT, b/c Linux must support old DTBs as I already told in this thread. So, the code in the driver will look like ret = of_property_read_u32(..., ®_shift); if (ret) reg_shift = 2; -- With Best Regards, Andy Shevchenko _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

