From patchwork Wed Oct 14 20:00:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 11838249 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9E11F14B2 for ; Wed, 14 Oct 2020 20:01:39 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 E4BA2206DC for ; Wed, 14 Oct 2020 20:01:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2PlXRS3i" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4BA2206DC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kleine-koenig.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=M8hln7/YevfMQD1Te/xFdTQxuQau7vtW/HUSwmGfAFA=; b=2PlXRS3iI/NxJf5U+JQfSo6rD I1HMTbBobnlQET7wQRlKT5+y4CLTrXoAPmrqDFFMrFGR9s4i6LHPXktrdhZKsEg3TXYbsOcrBefH3 o1A0BslakIjbYTwbEb9rBikN1xnXhqy8X+U5mE/MEKpxJFWNol97ty1W22HuDVCfhn2DJ7inyDelL fWP5euYAiPNPWXFzd9l5nVRT3RzwFvBIah0T/IGE30WI/TDqw60GL7xhZ8+4dNhkB7p4JPWj17j4A Jaxn4dTeePvfXBx9D4+zxoMLODpQKReRneMM12w6XUos1A9Um6c0Dn35gjGpvLKhH2F4z7tJRACjn Y7tG6Yasg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSmxj-0006Bq-0S; Wed, 14 Oct 2020 20:01:27 +0000 Received: from antares.kleine-koenig.org ([2a01:4f8:c0c:3a97::2]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSmxZ-00068I-Eu; Wed, 14 Oct 2020 20:01:19 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id B077DA54A40; Wed, 14 Oct 2020 22:00:43 +0200 (CEST) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Heiko Stuebner , Aditya Prayoga Subject: [PATCH v4 1/2] dt-bindings: vendor-prefixes: Add kobol prefix Date: Wed, 14 Oct 2020 22:00:29 +0200 Message-Id: <20201014200030.845759-2-uwe@kleine-koenig.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201014200030.845759-1-uwe@kleine-koenig.org> References: <20201014200030.845759-1-uwe@kleine-koenig.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201014_160117_603951_7C779374 X-CRM114-Status: UNSURE ( 9.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Johan Jonker , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org The prefix is already used in arm/armada-388-helios4.dts. Signed-off-by: Uwe Kleine-König --- 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 63996ab03521..b2cbdad45846 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -545,6 +545,8 @@ patternProperties: description: Kionix, Inc. "^kobo,.*": description: Rakuten Kobo Inc. + "^kobol,.*": + description: Kobol Innovations Pte. Ltd. "^koe,.*": description: Kaohsiung Opto-Electronics Inc. "^kontron,.*":