aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/i3c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-03-11 16:40:56 -0700
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-03-23 22:13:58 +0100
commite43d5c7c3c3459b428431754672052503c5db9c8 (patch)
tree9d743300fbd480fc95cfe4ad7a8df36d997a8bbb /Documentation/devicetree/bindings/i3c
parenti3c: master: svc: remove redundant assignment to cmd->read_len (diff)
downloadwireguard-linux-e43d5c7c3c3459b428431754672052503c5db9c8.tar.xz
wireguard-linux-e43d5c7c3c3459b428431754672052503c5db9c8.zip
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: Rob Herring <robh@kernel.org> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210311234056.1588751-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/i3c')
-rw-r--r--Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml2
1 files changed, 1 insertions, 1 deletions
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>;