Skip to content

Commit e43d5c7

Browse files
robherringalexandrebelloni
authored andcommitted
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]> Reviewed-by: Miquel Raynal <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 436cb70 commit e43d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ additionalProperties: true
4949
examples:
5050
- |
5151
i3c-master@a0000000 {
52-
compatible = "silvaco,i3c-master";
52+
compatible = "silvaco,i3c-master-v1";
5353
clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>;
5454
clock-names = "pclk", "fast_clk", "slow_clk";
5555
interrupt-parent = <&gic>;

0 commit comments

Comments
 (0)