2022-05-23 18:30:30

by Dipen Patel

[permalink] [raw]
Subject: [PATCH] dt-bindings: timestamp: Correct id path

During the repository renaming from hte to timestamp, $id path was not
updated accordingly. This patch corrects $id path.

Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
Signed-off-by: Dipen Patel <[email protected]>
---
.../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
.../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
index 4c25ba248a72..fd6a7b51f571 100644
--- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
+++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml#
+$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Hardware timestamp providers
diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
index 68d764ac040a..6456515c3d26 100644
--- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
+++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/hte/hte-consumer.yaml#
+$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: HTE Consumer Device Tree Bindings
diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
index 69e8402d95e5..c31e207d1652 100644
--- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
+++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml#
+$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Tegra194 on chip generic hardware timestamping engine (HTE)

base-commit: cc63e8e92cb872081f249ea16e6c460642f3e4fb
--
2.17.1



2022-05-24 02:53:57

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

On Mon, 23 May 2022 10:25:15 -0700, Dipen Patel wrote:
> During the repository renaming from hte to timestamp, $id path was not
> updated accordingly. This patch corrects $id path.
>
> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> Signed-off-by: Dipen Patel <[email protected]>
> ---
> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>

Acked-by: Rob Herring <[email protected]>

2022-06-01 17:23:10

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

On Mon, May 23, 2022 at 12:25 PM Dipen Patel <[email protected]> wrote:
>
> During the repository renaming from hte to timestamp, $id path was not
> updated accordingly. This patch corrects $id path.
>
> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> Signed-off-by: Dipen Patel <[email protected]>
> ---
> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)

Ping. Still failing in linux-next.

>
> diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> index 4c25ba248a72..fd6a7b51f571 100644
> --- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml#
> +$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: Hardware timestamp providers
> diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> index 68d764ac040a..6456515c3d26 100644
> --- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> +++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: http://devicetree.org/schemas/hte/hte-consumer.yaml#
> +$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: HTE Consumer Device Tree Bindings
> diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> index 69e8402d95e5..c31e207d1652 100644
> --- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> +++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml#
> +$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: Tegra194 on chip generic hardware timestamping engine (HTE)
>
> base-commit: cc63e8e92cb872081f249ea16e6c460642f3e4fb
> --
> 2.17.1
>

2022-06-01 19:14:08

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

On Tue, May 31, 2022 at 10:35:55AM -0700, Dipen Patel wrote:
> Hi Rob,
>
> What is the failing signature and command? I tried below commands on 31st May

Well, you fixed it in your patch. I'd hope you'd know.

>
> linux-next and I can not see any failure.

You confirm your fix is there?

>
> make O=./output/ DT_CHECKER_FLAGS=-m dt_binding_check
> ? DTC???? Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
> ? DTC???? Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
> ? DTC???? Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
> ? CHECK?? Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
> ? CHECK?? Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
> ? CHECK?? Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb

Had you already run dt_binding_check?

>
> make O=./output/ dt_binding_check
> ? LINT??? Documentation/devicetree/bindings
> ? DTEX??? Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dts
> ? DTEX??? Documentation/devicetree/bindings/timestamp/hte-consumer.example.dts
> ? DTEX??? Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dts
> ? CHKDT?? Documentation/devicetree/bindings/processed-schema.json
> ? DTC???? Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
> ? DTC???? Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
> ? CHECK?? Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
> ? CHECK?? Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
> ? DTC???? Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb

I don't see 'SCHEMA' target here. It should have run since LINT and
CHKDT did.

Do a 'rm output/Documentation/devicetree/bindings/processed-schema.json'
first.

Rob

>
>
> make O=./output dtbs_check
>
>
> Best Regards,
>
> Dipen Patel
>
> On 5/31/22 6:33 AM, Rob Herring wrote:
> > On Mon, May 23, 2022 at 12:25 PM Dipen Patel <[email protected]> wrote:
> >> During the repository renaming from hte to timestamp, $id path was not
> >> updated accordingly. This patch corrects $id path.
> >>
> >> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> >> Signed-off-by: Dipen Patel <[email protected]>
> >> ---
> >> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
> >> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
> >> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
> >> 3 files changed, 3 insertions(+), 3 deletions(-)
> > Ping. Still failing in linux-next.
> >
> >> diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> >> index 4c25ba248a72..fd6a7b51f571 100644
> >> --- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> >> +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
> >> @@ -1,7 +1,7 @@
> >> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> >> %YAML 1.2
> >> ---
> >> -$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml#
> >> +$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
> >> $schema: http://devicetree.org/meta-schemas/core.yaml#
> >>
> >> title: Hardware timestamp providers
> >> diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> >> index 68d764ac040a..6456515c3d26 100644
> >> --- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> >> +++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
> >> @@ -1,7 +1,7 @@
> >> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> >> %YAML 1.2
> >> ---
> >> -$id: http://devicetree.org/schemas/hte/hte-consumer.yaml#
> >> +$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
> >> $schema: http://devicetree.org/meta-schemas/core.yaml#
> >>
> >> title: HTE Consumer Device Tree Bindings
> >> diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> >> index 69e8402d95e5..c31e207d1652 100644
> >> --- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> >> +++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
> >> @@ -1,7 +1,7 @@
> >> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> >> %YAML 1.2
> >> ---
> >> -$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml#
> >> +$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
> >> $schema: http://devicetree.org/meta-schemas/core.yaml#
> >>
> >> title: Tegra194 on chip generic hardware timestamping engine (HTE)
> >>
> >> base-commit: cc63e8e92cb872081f249ea16e6c460642f3e4fb
> >> --
> >> 2.17.1
> >>

2022-06-01 20:31:18

by Dipen Patel

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

Hi Rob,

The fix is not yet merged in linux-next, I assumed you applied fix on top of linux-next and still it failed.

In below snippets, I synced linux-next and applied the fix before running dt_binding_check and it did

not report any errors.


Best Regards,

Dipen Patel

On 5/31/22 2:42 PM, Rob Herring wrote:
> On Tue, May 31, 2022 at 10:35:55AM -0700, Dipen Patel wrote:
>> Hi Rob,
>>
>> What is the failing signature and command? I tried below commands on 31st May
> Well, you fixed it in your patch. I'd hope you'd know.
>
>> linux-next and I can not see any failure.
> You confirm your fix is there?
>
>> make O=./output/ DT_CHECKER_FLAGS=-m dt_binding_check
>>   DTC     Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
>>   DTC     Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
>>   DTC     Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
>>   CHECK   Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
>>   CHECK   Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
>>   CHECK   Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
> Had you already run dt_binding_check?
>
>> make O=./output/ dt_binding_check
>>   LINT    Documentation/devicetree/bindings
>>   DTEX    Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dts
>>   DTEX    Documentation/devicetree/bindings/timestamp/hte-consumer.example.dts
>>   DTEX    Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dts
>>   CHKDT   Documentation/devicetree/bindings/processed-schema.json
>>   DTC     Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
>>   DTC     Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
>>   CHECK   Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
>>   CHECK   Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
>>   DTC     Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
> I don't see 'SCHEMA' target here. It should have run since LINT and
> CHKDT did.
>
> Do a 'rm output/Documentation/devicetree/bindings/processed-schema.json'
> first.
>
> Rob
>
>>
>> make O=./output dtbs_check
>>
>>
>> Best Regards,
>>
>> Dipen Patel
>>
>> On 5/31/22 6:33 AM, Rob Herring wrote:
>>> On Mon, May 23, 2022 at 12:25 PM Dipen Patel <[email protected]> wrote:
>>>> During the repository renaming from hte to timestamp, $id path was not
>>>> updated accordingly. This patch corrects $id path.
>>>>
>>>> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
>>>> Signed-off-by: Dipen Patel <[email protected]>
>>>> ---
>>>> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
>>>> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
>>>> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
>>>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>> Ping. Still failing in linux-next.
>>>
>>>> diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>>>> index 4c25ba248a72..fd6a7b51f571 100644
>>>> --- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>>>> +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>>>> @@ -1,7 +1,7 @@
>>>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>>> %YAML 1.2
>>>> ---
>>>> -$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml#
>>>> +$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
>>>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>>>
>>>> title: Hardware timestamp providers
>>>> diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>>>> index 68d764ac040a..6456515c3d26 100644
>>>> --- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>>>> +++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>>>> @@ -1,7 +1,7 @@
>>>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>>> %YAML 1.2
>>>> ---
>>>> -$id: http://devicetree.org/schemas/hte/hte-consumer.yaml#
>>>> +$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
>>>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>>>
>>>> title: HTE Consumer Device Tree Bindings
>>>> diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>>>> index 69e8402d95e5..c31e207d1652 100644
>>>> --- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>>>> +++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>>>> @@ -1,7 +1,7 @@
>>>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>>> %YAML 1.2
>>>> ---
>>>> -$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml#
>>>> +$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
>>>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>>>
>>>> title: Tegra194 on chip generic hardware timestamping engine (HTE)
>>>>
>>>> base-commit: cc63e8e92cb872081f249ea16e6c460642f3e4fb
>>>> --
>>>> 2.17.1
>>>>

2022-06-01 20:34:23

by Dipen Patel

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

Hi Rob,

What is the failing signature and command? I tried below commands on 31st May

linux-next and I can not see any failure.

make O=./output/ DT_CHECKER_FLAGS=-m dt_binding_check
  DTC     Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
  DTC     Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
  DTC     Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
  CHECK   Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
  CHECK   Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb
  CHECK   Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb


make O=./output/ dt_binding_check
  LINT    Documentation/devicetree/bindings
  DTEX    Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dts
  DTEX    Documentation/devicetree/bindings/timestamp/hte-consumer.example.dts
  DTEX    Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dts
  CHKDT   Documentation/devicetree/bindings/processed-schema.json
  DTC     Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
  DTC     Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
  CHECK   Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.example.dtb
  CHECK   Documentation/devicetree/bindings/timestamp/hte-consumer.example.dtb
  DTC     Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.example.dtb


make O=./output dtbs_check


Best Regards,

Dipen Patel

On 5/31/22 6:33 AM, Rob Herring wrote:
> On Mon, May 23, 2022 at 12:25 PM Dipen Patel <[email protected]> wrote:
>> During the repository renaming from hte to timestamp, $id path was not
>> updated accordingly. This patch corrects $id path.
>>
>> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
>> Signed-off-by: Dipen Patel <[email protected]>
>> ---
>> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
>> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
>> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
> Ping. Still failing in linux-next.
>
>> diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>> index 4c25ba248a72..fd6a7b51f571 100644
>> --- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>> +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
>> @@ -1,7 +1,7 @@
>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> %YAML 1.2
>> ---
>> -$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml#
>> +$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>
>> title: Hardware timestamp providers
>> diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>> index 68d764ac040a..6456515c3d26 100644
>> --- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>> +++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
>> @@ -1,7 +1,7 @@
>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> %YAML 1.2
>> ---
>> -$id: http://devicetree.org/schemas/hte/hte-consumer.yaml#
>> +$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>
>> title: HTE Consumer Device Tree Bindings
>> diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>> index 69e8402d95e5..c31e207d1652 100644
>> --- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>> +++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
>> @@ -1,7 +1,7 @@
>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> %YAML 1.2
>> ---
>> -$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml#
>> +$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>
>> title: Tegra194 on chip generic hardware timestamping engine (HTE)
>>
>> base-commit: cc63e8e92cb872081f249ea16e6c460642f3e4fb
>> --
>> 2.17.1
>>

2022-06-03 23:58:15

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timestamp: Correct id path

On Mon, May 23, 2022 at 10:25:15AM -0700, Dipen Patel wrote:
> During the repository renaming from hte to timestamp, $id path was not
> updated accordingly. This patch corrects $id path.
>
> Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
> Signed-off-by: Dipen Patel <[email protected]>
> ---
> .../bindings/timestamp/hardware-timestamps-common.yaml | 2 +-
> Documentation/devicetree/bindings/timestamp/hte-consumer.yaml | 2 +-
> .../devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)

Sorry for the delay. I've applied this patch now and dt_binding_check
now no longer shows any errors for these files.

Thanks,
Thierry


Attachments:
(No filename) (746.00 B)
signature.asc (849.00 B)
Download all attachments