2021-03-11 23:43:07

by Rob Herring

[permalink] [raw]
Subject: [PATCH] dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string

The example for the Silvaco I3C master doesn't match the schema's
compatible string. Fix it.

Cc: Miquel Raynal <[email protected]>
Cc: Conor Culhane <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
---
Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
index adb5165505aa..62f3ca66274f 100644
--- a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
@@ -49,7 +49,7 @@ additionalProperties: true
examples:
- |
i3c-master@a0000000 {
- compatible = "silvaco,i3c-master";
+ compatible = "silvaco,i3c-master-v1";
clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>;
clock-names = "pclk", "fast_clk", "slow_clk";
interrupt-parent = <&gic>;
--
2.27.0


2021-03-12 07:28:56

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string


Rob Herring <[email protected]> wrote on Thu, 11 Mar 2021 16:40:56 -0700:

> The example for the Silvaco I3C master doesn't match the schema's
> compatible string. Fix it.
>
> Cc: Miquel Raynal <[email protected]>
> Cc: Conor Culhane <[email protected]>
> Cc: Alexandre Belloni <[email protected]>
> Cc: [email protected]
> Signed-off-by: Rob Herring <[email protected]>
> ---
> Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
> index adb5165505aa..62f3ca66274f 100644
> --- a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
> +++ b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
> @@ -49,7 +49,7 @@ additionalProperties: true
> examples:
> - |
> i3c-master@a0000000 {
> - compatible = "silvaco,i3c-master";
> + compatible = "silvaco,i3c-master-v1";
> clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>;
> clock-names = "pclk", "fast_clk", "slow_clk";
> interrupt-parent = <&gic>;

Reviewed-by: Miquel Raynal <[email protected]>

2021-03-24 07:34:30

by Alexandre Belloni

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string

On Thu, 11 Mar 2021 16:40:56 -0700, Rob Herring wrote:
> The example for the Silvaco I3C master doesn't match the schema's
> compatible string. Fix it.

Applied, thanks!

[1/1] dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string
commit: e43d5c7c3c3459b428431754672052503c5db9c8

Best regards,
--
Alexandre Belloni <[email protected]>