[PATCH v1 10/16] serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA

2023-07-11 Thread sbabic
> This commit prepares the pl01x serial driver to be used with > SPL_OF_PLATDATA enabled. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[PATCH v1 10/16] serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA

2023-05-19 Thread Lukasz Majewski
This commit prepares the pl01x serial driver to be used with SPL_OF_PLATDATA enabled. Signed-off-by: Lukasz Majewski --- drivers/serial/serial_pl01x.c | 12 include/dm/platform_data/serial_pl01x.h | 4 2 files changed, 16 insertions(+) diff --git