On Sun, Nov 14, 2021 at 11:07:16PM +0300, Dmitry Osipenko wrote: > From: Anton Bambura <jenneron@xxxxxxxxxxxxxx> > > LQ101R1SX03 is compatible with LQ101R1SX01, document it. Then sounds like '"sharp,lq101r1sx03", "sharp,lq101r1sx01"' would be the appropriate compatible value. Do that, and you don't need a driver change. > > Signed-off-by: Anton Bambura <jenneron@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml b/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml > index a679d3647dbd..f7514eb9ebda 100644 > --- a/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml > +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml > @@ -30,7 +30,9 @@ allOf: > > properties: > compatible: > - const: sharp,lq101r1sx01 > + enum: > + - sharp,lq101r1sx01 > + - sharp,lq101r1sx03 > > reg: true > power-supply: true > -- > 2.33.1 > >