Message ID | b5a2b0cb83e7f8193b4be4cef9250dd4c42877ab.1626947923.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Fix some DT binding references at next-20210722 | expand |
On Thu, Jul 22, 2021 at 11:59:59AM +0200, Mauro Carvalho Chehab wrote: > Changeset 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema") > renamed: Documentation/devicetree/bindings/arm/arm,scpi.txt > to: Documentation/devicetree/bindings/firmware/arm,scpi.yaml. > > Update its cross-reference accordingly. > I had forgotten about this document, thanks for fixing again. Acked-by: Sudeep Holla <sudeep.holla@arm.com>
On Thu, Jul 22, 2021 at 11:59:59AM +0200, Mauro Carvalho Chehab wrote: > Changeset 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema") > renamed: Documentation/devicetree/bindings/arm/arm,scpi.txt > to: Documentation/devicetree/bindings/firmware/arm,scpi.yaml. > > Update its cross-reference accordingly. > > Fixes: 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > Acked-by: Sudeep Holla <sudeep.holla@arm.com> Applied to hwmon-next. Thanks, Guenter > --- > Documentation/hwmon/scpi-hwmon.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/hwmon/scpi-hwmon.rst b/Documentation/hwmon/scpi-hwmon.rst > index eee7022b44db..1e3f83ec0658 100644 > --- a/Documentation/hwmon/scpi-hwmon.rst > +++ b/Documentation/hwmon/scpi-hwmon.rst > @@ -32,5 +32,5 @@ Usage Notes > > The driver relies on device tree node to indicate the presence of SCPI > support in the kernel. See > -Documentation/devicetree/bindings/arm/arm,scpi.txt for details of the > +Documentation/devicetree/bindings/firmware/arm,scpi.yaml for details of the > devicetree node.
diff --git a/Documentation/hwmon/scpi-hwmon.rst b/Documentation/hwmon/scpi-hwmon.rst index eee7022b44db..1e3f83ec0658 100644 --- a/Documentation/hwmon/scpi-hwmon.rst +++ b/Documentation/hwmon/scpi-hwmon.rst @@ -32,5 +32,5 @@ Usage Notes The driver relies on device tree node to indicate the presence of SCPI support in the kernel. See -Documentation/devicetree/bindings/arm/arm,scpi.txt for details of the +Documentation/devicetree/bindings/firmware/arm,scpi.yaml for details of the devicetree node.
Changeset 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema") renamed: Documentation/devicetree/bindings/arm/arm,scpi.txt to: Documentation/devicetree/bindings/firmware/arm,scpi.yaml. Update its cross-reference accordingly. Fixes: 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/hwmon/scpi-hwmon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)