Hi, On Thu, Mar 24, 2022 at 11:14 AM Matthias Kaehlcke <mka@xxxxxxxxxxxx> wrote: > > Add binding for the AUO B133UAN01 panel. It is 13.3" TFT LCD panel > with WUXGA (1920x1200) resolution. > > Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx> > --- > > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index 1eb9dd4f8f58..e5cd45c81d02 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -49,6 +49,8 @@ properties: > - auo,b133han05 > # AU Optronics Corporation 13.3" FHD (1920x1080) color TFT-LCD panel > - auo,b133htn01 > + # AU Optronics Corporation 13.3" WUXGA (1920x1200) color TFT-LCD panel > + - auo,b133uan01 Breadcrumbs to save Rob Herring from responding is that we're moving to do this using the eDP autodetect feature instead of adding a new compatible. v2 is at: https://lore.kernel.org/r/20220324134819.v2.1.I816014b6c62da5a33af5021f3cc35cea66552c00@changeid/ -Doug