From patchwork Mon Oct 17 15:10:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 13008973 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 88CFBC4332F for ; Mon, 17 Oct 2022 15:12:31 +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=cp2K2t8tYRtxClyyzjyyHFAc5l0dw1XTNNReoqMzCKc=; b=OEDaz2UNBqB0vh XdN5Hizgy7X+dKhhMftEeWSFVpTlJZLtk3eNDASRvWKmD/o3+LdLTJuGpdQihbsEl45S5biLE/GOv q1EVxwBh7/r6rIX+R2vU4XCirDMzW2ZqXH47q6Z61ao+0acwWGAQwkU4L1Ba+f4ys8USdn2HXXXFt bB3xfteaI4wzHTY1jxjkeD0l158lIBg4DSiqanZ9UMUe2AGMFRP4e1CNYdHEhDCDHLWNG+WdDM4DK PyO2ystWb+W3b3lg3Gl6X2X+CbWRNhGIBPXgOf5Z33KpUshGb/A7RI5h2fJZBTaxkqdyJcOlZby54 Hr55n1lDgsLzoK1915bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1okRmC-00DBKj-6K; Mon, 17 Oct 2022 15:11:36 +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 1okRls-00DBFy-JT for linux-arm-kernel@lists.infradead.org; Mon, 17 Oct 2022 15:11:19 +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 89340E70; Mon, 17 Oct 2022 17:11:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1666019467; bh=dD47nasK5odHhQjco+fAENn/8bMnVplBLHHCVxtgATI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bFPqbVe/7bs2av2kia90xJpgLaPeIHSIHrNVoEZ4WIduCuS712yz7WqmTDdoFGoZ5 8sfq8o+m7bnVHuOleEFBdx1sNCN5juNr/GEOk3A6xcanBJthITcEc4anF+U011uSHB O0K2tuyf1BerYm/OQhmuSPf8GhZLr/Wu7yQSW2zA= From: Daniel Scally To: krzysztof.kozlowski@linaro.org, shawnguo@kernel.org, robh@kernel.org, marcel.ziswiler@toradex.com, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, Daniel Scally Subject: [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add Polyhex Technology Co. Date: Mon, 17 Oct 2022 16:10:48 +0100 Message-Id: <20221017151050.2321919-2-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221017151050.2321919-1-dan.scally@ideasonboard.com> References: <20221017151050.2321919-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-20221017_081116_864748_A08B7942 X-CRM114-Status: UNSURE ( 6.75 ) 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 Acked-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Tested-by: Laurent Pinchart Signed-off-by: Daniel Scally --- Changes in v4: - None Changes in v3: - None Changes in v2: - None 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 2f0151e9f6be..7ba1d2c11aa9 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -995,6 +995,8 @@ patternProperties: description: PocketBook International SA "^polaroid,.*": description: Polaroid Corporation + "^polyhex,.*": + description: Polyhex Technology Co. Ltd. "^portwell,.*": description: Portwell Inc. "^poslab,.*":