On 27/11/2023 12:34, Shengyang Chen wrote: > From: Keith Zhao <keith.zhao@xxxxxxxxxxxxxxxx> > > Add properties in CDNS DSI yaml file to match with > CDNS DSI module in StarFive JH7110 SoC. > > Signed-off-by: Keith Zhao <keith.zhao@xxxxxxxxxxxxxxxx> > --- > .../bindings/display/bridge/cdns,dsi.yaml | 38 ++++++++++++++++++- > 1 file changed, 36 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml > index 23060324d16e..3f02ee383aad 100644 > --- a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml > @@ -17,6 +17,7 @@ properties: > enum: > - cdns,dsi > - ti,j721e-dsi > + - starfive,cdns-dsi BTW, one more thing, I really doubt that starfive created "cdns" block. "cdns" is vendor prefix. Use SoCs-specific compatibles. Best regards, Krzysztof