[U-Boot] [PATCH v1 1/1] spi: lpc32xx_ssp: DM conversion

Vladimir Zapolskiy vz at mleia.com
Wed Sep 19 11:32:17 UTC 2018


On 09/04/2018 09:33 AM, Jagan Teki wrote:
> On Wed, May 9, 2018 at 12:37 PM, Akash Gajjar <gajjar04akash at gmail.com> wrote:
>> From: Akash Gajjar <gajjar04akash at gmail.com>
>>
>> This patch adds support for DM to the LPC32xx SSP SPI driver.
>>
>> Some TODOs are left over for later, These would be enhancements to the
>> original functionality, and can come later. The legacy functionality is
>> removed in this version.
>>
>> Signed-off-by: Akash Gajjar <akash at openedev.com>
>> ---

[snip]

>> +
>> +/* TODO: update compatibel device tree */
>> +static const struct udevice_id lpc32xx_ssp_spi_ids[] = {
>> +       { .compatible = "" },
> 
> Don't we have DTS for this platform on Linux?

We have, but it makes little sense to add platform OF support to U-Boot
at the moment.

In other words, all #if CONFIG_IS_ENABLED(OF_CONTROL) code sections
shall be removed.

--
Best wishes,
Vladimir


More information about the U-Boot mailing list