Commit e43d5c7c authored by Rob Herring's avatar Rob Herring Committed by Alexandre Belloni

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 <miquel.raynal@bootlin.com>
Cc: Conor Culhane <conor.culhane@silvaco.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-i3c@lists.infradead.org
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210311234056.1588751-1-robh@kernel.org
parent 436cb709
...@@ -49,7 +49,7 @@ additionalProperties: true ...@@ -49,7 +49,7 @@ additionalProperties: true
examples: examples:
- | - |
i3c-master@a0000000 { i3c-master@a0000000 {
compatible = "silvaco,i3c-master"; compatible = "silvaco,i3c-master-v1";
clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>; clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>;
clock-names = "pclk", "fast_clk", "slow_clk"; clock-names = "pclk", "fast_clk", "slow_clk";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment