Re: [PATCH] drivers: char: Enable OMAP UART driver for TI K3 devices

2024-04-08 Thread Michal Orzel
Hi, On 08/04/2024 14:11, Vaishnav Achath wrote: > > > TI K3 devices (J721E, J721S2, AM62X .etc) has the same variant s/has/have > of UART as OMAP4. Add the compatible used in Linux device tree, > "ti,am654-uart" to the omap-uart dt_match so that the driver can > be used with these devices.

[PATCH] drivers: char: Enable OMAP UART driver for TI K3 devices

2024-04-08 Thread Vaishnav Achath
TI K3 devices (J721E, J721S2, AM62X .etc) has the same variant of UART as OMAP4. Add the compatible used in Linux device tree, "ti,am654-uart" to the omap-uart dt_match so that the driver can be used with these devices. Also enable the driver for ARM64 platforms. Signed-off-by: Vaishnav Achath