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 B92B3C433EF for ; Fri, 6 May 2022 06:02:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389309AbiEFGGX (ORCPT ); Fri, 6 May 2022 02:06:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352700AbiEFGGL (ORCPT ); Fri, 6 May 2022 02:06:11 -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 E15D7443C7; Thu, 5 May 2022 23:02:28 -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 59CB683C61; Fri, 6 May 2022 08:02:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651816945; bh=dIwcuLrcagBkiyT/6gZZm0ZzUG+Td/e43oQzMzq4AkE=; h=From:To:Cc:Subject:Date:From; b=VsETa6pOv4oLZC8+BMbxDG42Ku2ft8Ih3AGHZh2yIuoH5TlvMIcAbdr25Uh5Gaad3 gwK87R21mT0edUXX2S20szhXxVbKVPrccvngiNYj3sx4RqO0iPT5kLTRLLBoeKG1uZ sq2IiC2u7t6+tYPSWrj+9HUth0N3CUBWQlyR6jZYLBhhI22V40p8mHN+Dl0kURnCAt 9e27L6NRE78ohzm2/B0XJfnQWRN2koJenMoYUtLhHaT0RYiYliga+Xr10b+vtRxYvy 4lcRZF2T2g/eDrNB5dj/iBHpEChkSYu6GLVVrb3BiQgMLTTbd9Zt6orMeC/qATR0lT wl9knVlg0W19g== Received: by janitor.denx.de (Postfix, from userid 108) id 0FDCDA02EA; Fri, 6 May 2022 08:02:25 +0200 (CEST) Received: from xpert.denx.de (xpert.denx.de [192.168.0.4]) by janitor.denx.de (Postfix) with ESMTPS id 167A7A0057; Fri, 6 May 2022 08:02:11 +0200 (CEST) Received: by xpert.denx.de (Postfix, from userid 535) id D19E63E098D; Fri, 6 May 2022 08:02:10 +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 v5 1/4] dt-bindings: display: simple: Add DataImage FG1001L0DSSWMG01 compatible string Date: Fri, 6 May 2022 07:59:45 +0200 Message-Id: <20220506055948.971924-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: linux-kernel@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 v5: none 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 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CCE4C433F5 for ; Fri, 6 May 2022 10:19:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E0BC710FD26; Fri, 6 May 2022 10:19:15 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by gabe.freedesktop.org (Postfix) with ESMTPS id B810210EAA3 for ; Fri, 6 May 2022 06:02:23 +0000 (UTC) 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 6729683FE0 for ; Fri, 6 May 2022 08:02:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651816941; bh=dIwcuLrcagBkiyT/6gZZm0ZzUG+Td/e43oQzMzq4AkE=; h=From:To:Cc:Subject:Date:From; b=VxnuogfG2RpDVyWrAIjin49+E1eEXjHffikuPeGDNC5hlOLvDofBOrA97vfLKByyI f4RdiXYaY/Fcy0VffgnaNaN4Bx3Wr9Tb/YuMEKrkFddnKhVSOH/c1jo1BLDbxL8F97 zUBiIn/vuMfF5Y/hY2oFnc0pyQlEBi/a1fFWSB8lMFXx0go2nBJGsX/QhWSBTK78JU Gsdfy2U9Z/StHjHWQJjxUETheoDZW8+oA8JvvKyxnpMuIfkjHJYH/BUd+1TTkpf0JF cNko6AEXjVnAZtUjDslRLt+Xzjt1GxaVasemWi6Wc2Sr/zlAFi82/X+uvg2SizUuOk hVQ6jnh48iR2w== Received: by janitor.denx.de (Postfix, from userid 108) id AD0F5A02EA; Fri, 6 May 2022 08:02:20 +0200 (CEST) Received: from xpert.denx.de (xpert.denx.de [192.168.0.4]) by janitor.denx.de (Postfix) with ESMTPS id 167A7A0057; Fri, 6 May 2022 08:02:11 +0200 (CEST) Received: by xpert.denx.de (Postfix, from userid 535) id D19E63E098D; Fri, 6 May 2022 08:02:10 +0200 (CEST) From: Philip Oberfichtner To: Subject: [PATCH v5 1/4] dt-bindings: display: simple: Add DataImage FG1001L0DSSWMG01 compatible string Date: Fri, 6 May 2022 07:59:45 +0200 Message-Id: <20220506055948.971924-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 X-Mailman-Approved-At: Fri, 06 May 2022 10:19:04 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , matthias.winker@de.bosch.com, Philip Oberfichtner , linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Thierry Reding , dri-devel@lists.freedesktop.org, Krzysztof Kozlowski , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 v5: none 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