2021-06-02 15:47:09

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 05/12] dt-bindings: reset: update ti,sci-reset.yaml references

Changeset 9a81b8cbc245 ("dt-bindings: reset: Convert ti,sci-reset to json schema")
renamed: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
to: Documentation/devicetree/bindings/reset/ti,sci-reset.yaml.

Update the cross-references accordingly.

Fixes: 9a81b8cbc245 ("dt-bindings: reset: Convert ti,sci-reset to json schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
.../devicetree/bindings/remoteproc/ti,keystone-rproc.txt | 2 +-
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
index e99123c1445e..463a97c11eff 100644
--- a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
+++ b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
@@ -48,7 +48,7 @@ The following are the mandatory properties:
bindings for the reset argument specifier as per SoC,
Documentation/devicetree/bindings/reset/ti-syscon-reset.txt
for 66AK2HK/66AK2L/66AK2E SoCs or,
- Documentation/devicetree/bindings/reset/ti,sci-reset.txt
+ Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
for 66AK2G SoCs

- interrupts: Should contain an entry for each value in 'interrupt-names'.
diff --git a/MAINTAINERS b/MAINTAINERS
index 790eff88b53e..2800307082a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18196,7 +18196,7 @@ F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
F: Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
F: Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
F: Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
-F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
+F: Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
F: drivers/clk/keystone/sci-clk.c
F: drivers/firmware/ti_sci*
--
2.31.1


2021-06-02 21:06:47

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 05/12] dt-bindings: reset: update ti,sci-reset.yaml references

On Wed, 02 Jun 2021 17:43:11 +0200, Mauro Carvalho Chehab wrote:
> Changeset 9a81b8cbc245 ("dt-bindings: reset: Convert ti,sci-reset to json schema")
> renamed: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
> to: Documentation/devicetree/bindings/reset/ti,sci-reset.yaml.
>
> Update the cross-references accordingly.
>
> Fixes: 9a81b8cbc245 ("dt-bindings: reset: Convert ti,sci-reset to json schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> .../devicetree/bindings/remoteproc/ti,keystone-rproc.txt | 2 +-
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>

Applied, thanks!