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 X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75941C18E5A for ; Tue, 10 Mar 2020 08:19:44 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4D7A42253D for ; Tue, 10 Mar 2020 08:19:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="SJyQyDq1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D7A42253D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DF3696E82E; Tue, 10 Mar 2020 08:19:14 +0000 (UTC) Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by gabe.freedesktop.org (Postfix) with ESMTPS id 490FE6E484 for ; Mon, 9 Mar 2020 15:37:03 +0000 (UTC) Received: by mail-wr1-x443.google.com with SMTP id z15so11805105wrl.1 for ; Mon, 09 Mar 2020 08:37:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JO9jA4wej8z6bMbXqjXhIPH6eryZ9XPj06LBS6ZMiaw=; b=SJyQyDq1UM/YXSj13kwT6lG3Cw4qlRKIIB5rVBJQJZBk66vcCUV43NSa0mQw998LTW 3/yFd0eYGzErGlIbsW3W1BRwI5uTvEGf0wVteh1+TzxEoL+XpKlX8K+6pypcRVsR30Bs APf3RYYMZMy3KreQjXA+BpkUnieIhrg1+cbQzQMnyXwyhmS0hbnr7vAadq9J9LLeulbF JijmXbof3bIN5Ydd/ZME4reRqI8PSgqCzUkYj+sU5eSX9QBt/zF3GMXPIyEfbr8mq29Q zfVE+ec/ZTUNt5yL425PhSOe0rAHG1ud7c4iHbbfJ1t8m5An1wGnoyUfyiDXrML+xAnz YYWQ== 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=JO9jA4wej8z6bMbXqjXhIPH6eryZ9XPj06LBS6ZMiaw=; b=rX7flGNLiEyx3ws6LCjNpEBN7wGG0ekwwmVR8szrKC13NmEcjVxTGqjpMxIYLzT59s F1u/KLKExzxaAupZwhC3TzthYOaa+6/tLbZkrof9gB0EUGla2HAn7GwsAbsi44W2I64k P4GC7H31Ut7mLE/7Ft6cVGaUen2UI/4drVKExAs9QojM8iB6XbMEoU6aHT7dNTbziN4i 81ym77ruvB9wxAIBlYcx6Pd6p7d2XFD+Eq1sNe7RvGsyDkK19O64rt9lOSzbfZCdycv9 3Jsg0CLcQzBLciKe5Vd5rtHU15W3KfBxLU+1EnGkhI0a6cbtqimo0F4I7SMU+79kfxUv 5DZw== X-Gm-Message-State: ANhLgQ2CGYoJxt9fwAKsmF/lNTyRMl9nwrpZSi+LgwEawzVn7M8tcCjX tFwLWKVwpMnL0D6e156p5JrJYA== X-Google-Smtp-Source: ADFU+vu7wtHOwNH6jHCcBKAE2TrwI+DBD+gaVAejfY4fo+ZZNqs7U5/kBjDVupFE9ZhVLQNelfT7Og== X-Received: by 2002:a5d:6150:: with SMTP id y16mr18425625wrt.352.1583768222000; Mon, 09 Mar 2020 08:37:02 -0700 (PDT) Received: from localhost.localdomain (232.240.140.77.rev.sfr.net. [77.140.240.232]) by smtp.gmail.com with ESMTPSA id h17sm63426792wro.52.2020.03.09.08.37.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Mar 2020 08:37:01 -0700 (PDT) From: Phong LE To: airlied@linux.ie, daniel@ffwll.ch, robh+dt@kernel.org, mark.rutland@arm.com, a.hajda@samsung.com, narmstrong@baylibre.com Subject: [PATCH 1/3] dt-bindings: add ITE vendor Date: Mon, 9 Mar 2020 16:36:52 +0100 Message-Id: <20200309153654.11481-2-ple@baylibre.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200309153654.11481-1-ple@baylibre.com> References: <20200309153654.11481-1-ple@baylibre.com> X-Mailman-Approved-At: Tue, 10 Mar 2020 08:19:05 +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, jernej.skrabec@siol.net, dri-devel@lists.freedesktop.org, stephan@gerhold.net, jonas@kwiboo.se, heiko.stuebner@theobroma-systems.com, broonie@kernel.org, Laurent.pinchart@ideasonboard.com, sam@ravnborg.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add ITE Tech Inc. prefix "ite" in vendor-prefixes Signed-off-by: Phong LE --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 9e67944bec9c..16d4c776fdc7 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -469,6 +469,8 @@ patternProperties: description: Intersil "^issi,.*": description: Integrated Silicon Solutions Inc. + "^ite,.*": + description: ITE Tech Inc. "^itead,.*": description: ITEAD Intelligent Systems Co.Ltd "^iwave,.*": -- 2.17.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel