2019-08-08 22:48:27

by Paul Walmsley

[permalink] [raw]
Subject: [PATCH] dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board


The YAML binding document for SiFive boards has an incorrect
compatible string for the HiFive Unleashed board. Change it to match
the name of the board on the SiFive web site:

https://www.sifive.com/boards/hifive-unleashed

which also matches the contents of the board DT data file:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts#n13

Signed-off-by: Paul Walmsley <[email protected]>
---
Documentation/devicetree/bindings/riscv/sifive.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/riscv/sifive.yaml b/Documentation/devicetree/bindings/riscv/sifive.yaml
index 9d17dc2f3f84..3ab532713dc1 100644
--- a/Documentation/devicetree/bindings/riscv/sifive.yaml
+++ b/Documentation/devicetree/bindings/riscv/sifive.yaml
@@ -19,7 +19,7 @@ properties:
compatible:
items:
- enum:
- - sifive,freedom-unleashed-a00
+ - sifive,hifive-unleashed-a00
- const: sifive,fu540-c000
- const: sifive,fu540
...
--
2.22.0


2019-08-08 22:54:12

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed board

On Thu, Aug 8, 2019 at 4:46 PM Paul Walmsley <[email protected]> wrote:
>
>
> The YAML binding document for SiFive boards has an incorrect
> compatible string for the HiFive Unleashed board. Change it to match
> the name of the board on the SiFive web site:
>
> https://www.sifive.com/boards/hifive-unleashed
>
> which also matches the contents of the board DT data file:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts#n13
>
> Signed-off-by: Paul Walmsley <[email protected]>
> ---
> Documentation/devicetree/bindings/riscv/sifive.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

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