Message ID | 20220324111335.1.I1131d63cbefbfa9ff107a284e2e51f880c5bf7c8@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display: simple: Add AUO B133UAN01 panel | expand |
Hi, On Thu, Mar 24, 2022 at 11:14 AM Matthias Kaehlcke <mka@chromium.org> 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@chromium.org> > --- > > .../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
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 # AU Optronics Corporation 13.3" WXGA (1366x768) TFT LCD panel - auo,b133xtn01 # AU Optronics Corporation 14.0" FHD (1920x1080) color TFT-LCD panel
Add binding for the AUO B133UAN01 panel. It is 13.3" TFT LCD panel with WUXGA (1920x1200) resolution. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+)