[U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc

2019-07-20 Thread sbabic
> Before the wide DM/DTS adoption in the U-Boot proper, the display5 > has been using only DM_SERIAL to provide serial console in > pre-relocation. > After moving to full DM/DTS adoption in the U-Boot proper the > U_BOOT_DEVICE definition is not needed anymore, as it has been > replaced with udevic

Re: [U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE > definition of serial_mxc > > Before the wide DM/DTS adoption in the U-Boot proper, the display5 has > been using only DM_SERIAL to provide serial console in pre-relocation. > > After moving to full DM/DTS adoption in the U-Boot pro

[U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc

2019-06-09 Thread Lukasz Majewski
Before the wide DM/DTS adoption in the U-Boot proper, the display5 has been using only DM_SERIAL to provide serial console in pre-relocation. After moving to full DM/DTS adoption in the U-Boot proper the U_BOOT_DEVICE definition is not needed anymore, as it has been replaced with udevice creation