[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqLJPi_7bxRTQ-+s4hfVXHO0_wKohwkYcsmZhPVFe14Liw@mail.gmail.com>
Date: Thu, 16 Nov 2017 12:42:19 -0600
From: Rob Herring <robh@...nel.org>
To: Frank Rowand <frowand.list@...il.com>
Cc: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] of: unittest: let dtc generate __local_fixups__
On Thu, Nov 16, 2017 at 12:34 PM, Frank Rowand <frowand.list@...il.com> wrote:
> On 11/16/17 13:05, Rob Herring wrote:
>> Remove the manually added __local_fixups__ because dtc can now generate
>> them. This also fixes a new warning in the process:
>>
>> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3)
>>
>> Signed-off-by: Rob Herring <robh@...nel.org>
>> ---
>> drivers/of/unittest-data/testcases.dts | 56 ++--------------------------------
>> 1 file changed, 2 insertions(+), 54 deletions(-)
>>
>> diff --git a/drivers/of/unittest-data/testcases.dts b/drivers/of/unittest-data/testcases.dts
>> index 12f7c3d649c8..ac616ad18ea6 100644
>> --- a/drivers/of/unittest-data/testcases.dts
>> +++ b/drivers/of/unittest-data/testcases.dts
>> @@ -1,4 +1,6 @@
>> /dts-v1/;
>> +/plugin/;
>> +
>> / {
>> testcase-data {
>> changeset {
>> @@ -23,57 +25,3 @@
>> * The format of this data may be subject to change. For the time being consider
>> * this a kernel-internal data format.
>> */
>> -/ { __local_fixups__ {
>> - testcase-data {
>> - phandle-tests {
>> - consumer-a {
>
> < snip >
>
> You should also delete the comment immediately above that describes the removed lines.
Ah yes, I meant to do that.
Rob
Powered by blists - more mailing lists