From patchwork Sun Feb 17 14:31:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1043678 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="K2dbsjpN"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 442Tvp0569z9s7h for ; Mon, 18 Feb 2019 01:31:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725801AbfBQObd (ORCPT ); Sun, 17 Feb 2019 09:31:33 -0500 Received: from mail-qt1-f195.google.com ([209.85.160.195]:37988 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfBQObc (ORCPT ); Sun, 17 Feb 2019 09:31:32 -0500 Received: by mail-qt1-f195.google.com with SMTP id 2so16526527qtb.5 for ; Sun, 17 Feb 2019 06:31:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=BL1b44jQSk4x7qUcRJKwJqkSUw1fhSRruO0Q2MH8kKk=; b=K2dbsjpNQ7QXvGae8Po5Uki4Y8PJSsjifFct/k3CiUbiDsl193hduYKT3rOCTMPjyZ aoWcJw2BJYnKeqxwpF3BQk0mT0PB1ACq39blY7DkJLbUSerT8NQZd9K4qzaQKX6KQ96Z aYOIsOiZC6QWehU6jA73jRPfuQI56dzsSoxfh2KbNJUHFmMxJJrVUH34I0bVDhzCvVp3 0w61Zhqja7tWH4cTNCm4s/GueVquh50V2G4r1yfOmNza3MebtciRXFXtpxokUs4XK/Hb QVBtJUEoyK0s1mzsxVbTMk9pBufJrnYdwfWZtUHhF/vPYNt0dXK7/U+/4d5qOIq54eLQ Porw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=BL1b44jQSk4x7qUcRJKwJqkSUw1fhSRruO0Q2MH8kKk=; b=IRccAjD8jxTKyGvAU0zc2OiYfguS1MDZPIg4OasH4DV6SvlKZAXsbQcCfQ3wKv/sIG W1LwL+xILa1RIxSWvfs97wi8pfeoAW5Ue0PVkU6qyqGuw0ySS7qovjG/4EoHY9r0tZwI lBCHbv9OzD302lpHA/zabovs47mP8QyniKmpsfS0jtIi9ZqNCY2aazo/pfqxLcrDnN98 ARnoiJkaVE08LKOfL9Da/vLISts7OtkiO1Y1vlEECTjool+q21IzpOLiskvTVRbW40i+ XaVuOQ3kyRqI4grgnAvV95Ki9m0OuU17Xb3DXNWMtUUdBSq7hjr6QQ08FQttreQcw1Ff EfuQ== X-Gm-Message-State: AHQUAuaz6eaIkF6DzgKdG7lfpXi3sD5dpc9wc30Jl1sABMstJCRgCnWV ecnXWQMbDGecqhfmnXPuiakAz0fi X-Google-Smtp-Source: AHgI3IYpJnew4Hz7bLOxbJohAXlf2/qMeBThIejBriXYfzCtMEofzK9/7abNTvhn66ZsHhG8iQTJXg== X-Received: by 2002:a0c:927a:: with SMTP id 55mr3501739qvz.226.1550413891893; Sun, 17 Feb 2019 06:31:31 -0800 (PST) Received: from fabio-Latitude-E5450.am.freescale.net ([2804:14c:482:a73::1]) by smtp.gmail.com with ESMTPSA id 191sm1072554qkl.21.2019.02.17.06.31.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 Feb 2019 06:31:31 -0800 (PST) From: Fabio Estevam To: thierry.reding@gmail.com Cc: sam@ravnborg.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, devicetree@vger.kernel.org, otavio.salvador@ossystems.com.br, john.weber@technexion.com, Fabio Estevam Subject: [PATCH RESEND 1/3] dt-bindings: Add vendor prefix for VXT Ltd Date: Sun, 17 Feb 2019 11:31:21 -0300 Message-Id: <20190217143123.19705-1-festevam@gmail.com> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org VXT Ltd is a manufacturer of projected capacitive touch panel and display solutions: http://www.vxt.com.tw/ Reviewed-by: Otavio Salvador Reviewed-by: Rob Herring Signed-off-by: Fabio Estevam Reviewed-by: Sam Ravnborg --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 3bbe3b8..16a2a97 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -426,6 +426,7 @@ vivante Vivante Corporation vocore VoCore Studio voipac Voipac Technologies s.r.o. vot Vision Optical Technology Co., Ltd. +vxt VXT Ltd wd Western Digital Corp. wetek WeTek Electronics, limited. wexler Wexler From patchwork Sun Feb 17 14:31:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1043679 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="XVI0t4lA"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 442Tvr5cjlz9sDr for ; Mon, 18 Feb 2019 01:31:36 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725808AbfBQObg (ORCPT ); Sun, 17 Feb 2019 09:31:36 -0500 Received: from mail-qt1-f196.google.com ([209.85.160.196]:45448 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfBQObg (ORCPT ); Sun, 17 Feb 2019 09:31:36 -0500 Received: by mail-qt1-f196.google.com with SMTP id d18so6457024qtg.12 for ; Sun, 17 Feb 2019 06:31:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nHRkYQakENfEMDJ9t7p5QjQlMEopdxRUGy5h+KwXxxQ=; b=XVI0t4lAIyXimwrUmuRVQCj1pU+43y03slvqSFhblY3lXfxtQC0joIHAKsuYRfHiB1 Ezi7VyBn5idVPxivWvYOj8okLZiTKWvXq9y2Bl+9/KJcbv3k6BmABrJn1jneFckXrgbd 569mb0MWnm76xAXod+Y5EWPfxZFWVZhfLx4Nbd+chI31y+rSso1HoRIGcp8ZAUfZvUp0 dvMQ0VNBGDqX91YLEo5Bcxbz6BODueDcsXrFLxlNT758f5lI6T6Q/F5SrmOyBRc4fqnv d1GST6IdEjw+jZc5YN9LRUy05oT+VMWcnWzIENpLNyqtLqABhAzPOONVzsQwlV0MxDZb 1WFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nHRkYQakENfEMDJ9t7p5QjQlMEopdxRUGy5h+KwXxxQ=; b=hknW0WG7wWO8M1gn5jEs7/2bGj42q83Eh8gpClCIWn85AoIeKbBGlLmyLRgUbeW+GM fU0dGTCendFDiwaUHeYcSYyQ13VSQA0vIVECiFkVjDa95hBnJ51tviC6eQeu3e+2+bVX 3kovpBGJ95C6cRtKL4xBySRInAteHQK1kaqd69prpjd/0JV6ylsxl7jxb+ZVApysElV7 vkAr9lCuYnnnWulqck+710azdPWN6jXrbSm2f0LbO61fqcEfzFiafbbMja1nyU+QArzm TZ2hvOFvyGNvXXMzfdWIqX3NSfLWwwj8Sozh4ooaG1YuQtFDaMBLh99usbWsnngJwoRS YNaw== X-Gm-Message-State: AHQUAuYoDpl9o2V2EttMLhkKhmAnQwkPDauZEO04wx3/ZvIRRgTmgamY naWC8mc1kCruDBtw5MowA54= X-Google-Smtp-Source: AHgI3IZwcONbD+jPbo3YjwbDaK0f6SS0rAWFuEO7HkX0xUCg4pSwqsITVw6TkL0JIVufKgpdrJwc4A== X-Received: by 2002:ac8:587:: with SMTP id a7mr14738314qth.241.1550413895074; Sun, 17 Feb 2019 06:31:35 -0800 (PST) Received: from fabio-Latitude-E5450.am.freescale.net ([2804:14c:482:a73::1]) by smtp.gmail.com with ESMTPSA id 191sm1072554qkl.21.2019.02.17.06.31.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 Feb 2019 06:31:34 -0800 (PST) From: Fabio Estevam To: thierry.reding@gmail.com Cc: sam@ravnborg.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, devicetree@vger.kernel.org, otavio.salvador@ossystems.com.br, john.weber@technexion.com, Fabio Estevam Subject: [PATCH RESEND 2/3] dt-bindings: Add VXT VL050-8048NT-C01 panel bindings Date: Sun, 17 Feb 2019 11:31:22 -0300 Message-Id: <20190217143123.19705-2-festevam@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190217143123.19705-1-festevam@gmail.com> References: <20190217143123.19705-1-festevam@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The VXT VL050-8048NT-C01 is a TFT LCD panel with a 800x480 resolution connected via 24 width parallel interface. Reviewed-by: Otavio Salvador Reviewed-by: Rob Herring --- .../devicetree/bindings/display/panel/vl050_8048nt_c01.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/vl050_8048nt_c01.txt diff --git a/Documentation/devicetree/bindings/display/panel/vl050_8048nt_c01.txt b/Documentation/devicetree/bindings/display/panel/vl050_8048nt_c01.txt new file mode 100644 index 0000000..b42bf06 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/vl050_8048nt_c01.txt @@ -0,0 +1,12 @@ +VXT 800x480 color TFT LCD panel + +Required properties: +- compatible: should be "vxt,vl050-8048nt-c01" +- power-supply: as specified in the base binding + +Optional properties: +- backlight: as specified in the base binding +- enable-gpios: as specified in the base binding + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.