From mboxrd@z Thu Jan 1 00:00:00 1970 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 E7331C433F5 for ; Thu, 5 May 2022 09:58:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349409AbiEEKCD (ORCPT ); Thu, 5 May 2022 06:02:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243851AbiEEKCC (ORCPT ); Thu, 5 May 2022 06:02:02 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0C7B4AE22; Thu, 5 May 2022 02:58:22 -0700 (PDT) Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 827A583F00; Thu, 5 May 2022 11:58:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651744700; bh=yXye+GgNkW8KmlgmC12gA+GGa2bu/xCUhSLnb8ilQqU=; h=From:To:Cc:Subject:Date:From; b=e6DS6aGXffxCJhIAsLOUb+cTLwjfzyx/onpW3XLhMOJlc3FEJwnRRdBWh0CktpzzG 6UkLyCdkDKrAjjH4G3+AiAkG0FL8N6amhkjx8btaVQjQ+b6oSVA0NvnQbi3Q7bTRor ifzrERIJUiEryGn3+HmvtC1aj4NAFuBMnxQeLJyQmauQOkMyY7KCsmLh7WsM7QjcrN vorzQ05jodKeJFabMe83esFUOfcNsgBrjo/sfRr8V0qWrNzsJU4wDikIZtU7DxTcda LrnSLnhIdj5myab6ULBYzi7PaNAjdhFnMCA+c9xzjWhnpzSshhclpF4reY9vSYbRs+ qk+jA12RLC7TA== Received: by janitor.denx.de (Postfix, from userid 108) id CD4ECA012A; Thu, 5 May 2022 11:58:18 +0200 (CEST) Received: from xpert.denx.de (xpert.denx.de [192.168.0.4]) by janitor.denx.de (Postfix) with ESMTPS id BC565A003A; Thu, 5 May 2022 11:58:04 +0200 (CEST) Received: by xpert.denx.de (Postfix, from userid 535) id 87AB93E07D7; Thu, 5 May 2022 11:58:04 +0200 (CEST) From: Philip Oberfichtner Cc: Philip Oberfichtner , Krzysztof Kozlowski , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, matthias.winker@de.bosch.com Subject: [PATCH v4 1/4] dt-bindings: display: simple: Add DataImage FG1001L0DSSWMG01 compatible string Date: Thu, 5 May 2022 11:57:24 +0200 Message-Id: <20220505095725.902447-1-pro@denx.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add DataImage FG1001L0DSSWMG01 10.1" 1280x800 TFT LCD panel compatible string. Signed-off-by: Philip Oberfichtner Acked-by: Krzysztof Kozlowski --- Cc: Thierry Reding Cc: Sam Ravnborg Cc: David Airlie Cc: Daniel Vetter Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: dri-devel@lists.freedesktop.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: matthias.winker@de.bosch.com --- Changes in v4: Acked-by Krzysztof Changes in v3: new --- .../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..a6db3eff3b1a 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -105,6 +105,8 @@ properties: - chunghwa,claa101wb01 # Chunghwa Picture Tubes Ltd. 10.1" WXGA TFT LCD panel - chunghwa,claa101wb03 + # DataImage, Inc. 10.1" WXGA (1280×800) TFT LCD panel + - dataimage,fg1001l0dsswmg01 # DataImage, Inc. 7" WVGA (800x480) TFT LCD panel with 24-bit parallel interface. - dataimage,scf0700c48ggu18 # DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel -- 2.34.1