Re: [PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso

From: Frank Rowand
Date: Wed May 26 2021 - 17:21:54 EST


On 5/26/21 1:11 AM, Viresh Kumar wrote:
> On 22-04-21, 13:54, Frank Rowand wrote:
>> On 4/22/21 3:44 AM, Geert Uytterhoeven wrote:
>>> Hi Frank, Rob,
>>>
>>> On Mon, Mar 29, 2021 at 9:23 PM Frank Rowand <frowand.list@xxxxxxxxx> wrote:
>>>> On 3/27/21 12:40 PM, Rob Herring wrote:
>>>>> On Wed, Mar 24, 2021 at 05:37:13PM -0500, frowand.list@xxxxxxxxx wrote:
>>>>>> From: Frank Rowand <frank.rowand@xxxxxxxx>
>>>>>>
>>>>>> Add Makefile rule to build .dtbo.o assembly file from overlay .dtso
>>>>>> source file.
>>>>>>
>>>>>> Rename unittest .dts overlay source files to use .dtso suffix.
>>>>>
>>>>> I'm pretty lukewarm on .dtso...
>>>>
>>>> I was originally also, but I'm warming up to it.
>>>
>>> What's the status of this?
>>
>> I was planning to resend on top of the upcoming -rc1.
>
> Ping.
>

Thanks for the prod...

The .dtso convention was added to the dtc compiler, then a patch was
accepted to revert one mention of .dtso ,though there still remains
two location where .dtbo is still recognized (guess_type_by_name() in
dtc and the help text of the fdtoverlay program).

It seems that the general .dtso and .dtbo were not popular, so I'm
going to drop this patch instead of continuing to try to get it
accepted.

-Frank