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]>

