From patchwork Mon Oct 3 08:37:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 12997151 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 0D7A0C4332F for ; Mon, 3 Oct 2022 08:38:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KT+VBbzead8E/VjzwlGmx9zt8VMqiRSH/XSlHS5bcfM=; b=z5W/ehVgrRX7uZ Ki77bdCMtI8NWGEh9E2So9nQBL5BoF5grwxQX1WjspNjCO6RRMSVjEvugS7OwkYK6DuSmz1GaynKg xcVWgJz7yR/X0O5aFuc21RLGhJP9K1sw+JkHvxnumAJq7b3DtJy+qap1XxE22XmWv5lg8L55wLI9S hDv8uNzIDwSwtMN70vrYdGatLY5ZjGT0EskqZ2Zohr4YbTs25OJNTDbtFLGzTQMmDvWV/K+Bxp0FF LcdT1x/T0sG7JfD8OqGbj5wdeoA+ZU8ssTEAtSUcVkjMzu1YhHbV3yOBJrZhrpZMtwu9W5MY9N6H2 LvpVL1GT/UJmVf1YyRHw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofGxG-004iPs-3W; Mon, 03 Oct 2022 08:37:38 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofGxB-004iLI-5n for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 08:37:37 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2AD83A4C; Mon, 3 Oct 2022 10:37:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664786239; bh=NEqUW/g3VlJOpC1G4a2dhCD0UXHgCAWdUncHD06p7mY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JGgnnWEBTAZTswLhFYiSyaKkqnK5/DyvitnuDU21MvyLpIQQZPiQOqefyEqRaEl8P yogkmaMvAhPcD0TZZSvfOM5PjpN1j3+jOP+q8DZeVCZQk8szWi6yYTEqmPh7jzgPr+ rV/2D7eVmXObxv6ELyswUTifJ5QUtj8o0ToKexqE= From: Daniel Scally To: Shawn Guo , Rob Herring , Marcel Ziswiler , Krzysztof Kozlowski , Li Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, Daniel Scally Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Polyhex Technology Co. Date: Mon, 3 Oct 2022 09:37:03 +0100 Message-Id: <20221003083705.22495-2-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221003083705.22495-1-dan.scally@ideasonboard.com> References: <20221003083705.22495-1-dan.scally@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_013733_388192_6750C821 X-CRM114-Status: UNSURE ( 7.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add an entry for Polyhex Technology Co. to vendor-prefixes.yaml Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Signed-off-by: Daniel Scally Acked-by: Krzysztof Kozlowski --- 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 0496773a3c4d..3c9f0c9441aa 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -977,6 +977,8 @@ patternProperties: description: PocketBook International SA "^polaroid,.*": description: Polaroid Corporation + "^polyhex,.*": + description: Polyhex Technology Co. Ltd. "^portwell,.*": description: Portwell Inc. "^poslab,.*":