From patchwork Thu Mar 24 18:13:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Kaehlcke X-Patchwork-Id: 553941 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 508FFC433FE for ; Thu, 24 Mar 2022 18:14:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352531AbiCXSPa (ORCPT ); Thu, 24 Mar 2022 14:15:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243844AbiCXSPa (ORCPT ); Thu, 24 Mar 2022 14:15:30 -0400 Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02F206D19A for ; Thu, 24 Mar 2022 11:13:58 -0700 (PDT) Received: by mail-pj1-x102b.google.com with SMTP id jx9so5387322pjb.5 for ; Thu, 24 Mar 2022 11:13:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=HHPqncxkqirx9UajzpUXlOLkpGtduK2UPDvTzwuMyCs=; b=iOtzSX+H9de688dVz/qNPuCWiXSV1D4QI1YkVp7rX5G38Jzz3geU3YB9dCZe/FpLqJ zKEU5m8vdHwXvx+Ns0LzB5WzUJgIHmwybUdgFyB3SM/biVNEYi2xmOUy5x1R3+e5bepU Brk9DElK3dy4e6ZO2mzmOJl3nYzF8D/3yF35M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=HHPqncxkqirx9UajzpUXlOLkpGtduK2UPDvTzwuMyCs=; b=i6V253F07F9Fn309dfEpq3oA0aRMgb/fcMMM5QvJYE1HVtABROOpbv+4XsPD3Bxfun XTdGe7rNkvg7JtBWkU3o68Ufl/3cCNZR2/9bpY7/5gbEhkgPMQRoAt+cPoxd3TKkcHL+ ML7QZMs+0vjZVpuLCoZfQJwJdA/7TWsNSJt+JD3J+3CwJPzkvKr7G0RwODiRbZv/u08Z cRlmPjNVr3QhsfruECC//ZHWqoEYlVYoLD2EbU3ZeV/jR0YIsON0xe+7SLpN6EP9E+is a5KYEwo2/5vrbRD1+P6C4Feq0bNZOf6CrGOAAzkZMFeq0/h/cyoSv9bnaCLTXzbCVXS/ 28YA== X-Gm-Message-State: AOAM533scz1Bd4qSYXjM78bzlO2wfuzvgMvYsgVDFsut//ktBLtnmbm6 +3st4nVtA79ALdXdX0xvfV5ZbQ== X-Google-Smtp-Source: ABdhPJxewwppL8AGwnT6G0Q+WCq1TVWp2U7l0C+hU5Wl0eQUF98UycSVVL480aPn/bAE4kIdTdySnA== X-Received: by 2002:a17:90a:9294:b0:1b9:48e9:a030 with SMTP id n20-20020a17090a929400b001b948e9a030mr19671566pjo.200.1648145637432; Thu, 24 Mar 2022 11:13:57 -0700 (PDT) Received: from localhost ([2620:15c:202:201:690f:642:3ebe:c89d]) by smtp.gmail.com with UTF8SMTPSA id w6-20020a17090a460600b001bf355e964fsm9913554pjg.0.2022.03.24.11.13.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 24 Mar 2022 11:13:57 -0700 (PDT) From: Matthias Kaehlcke To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring Cc: Douglas Anderson , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Matthias Kaehlcke Subject: [PATCH 1/2] dt-bindings: display: simple: Add AUO B133UAN01 panel Date: Thu, 24 Mar 2022 11:13:51 -0700 Message-Id: <20220324111335.1.I1131d63cbefbfa9ff107a284e2e51f880c5bf7c8@changeid> X-Mailer: git-send-email 2.35.1.1021.g381101b075-goog MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add binding for the AUO B133UAN01 panel. It is 13.3" TFT LCD panel with WUXGA (1920x1200) resolution. Signed-off-by: Matthias Kaehlcke --- .../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 # AU Optronics Corporation 13.3" WXGA (1366x768) TFT LCD panel - auo,b133xtn01 # AU Optronics Corporation 14.0" FHD (1920x1080) color TFT-LCD panel