From patchwork Tue Oct 13 16:13:39 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: 11836007 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 BDB8EACFC for ; Tue, 13 Oct 2020 18:11:52 +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 E951E25249 for ; Tue, 13 Oct 2020 16:14:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rQeivNb+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E951E25249 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=xQFXyjD364weLE+WyEHszHb9LA9dxO1Tb8vGmrgAzLk=; b=rQeivNb+ja/aP9+H10YQ4Qw/Y /m6EFyWfKo5NDgO/2DQvrc60FuYqAsS7Rd5RJViydDTHKT7erUzPVN71vn3vo8PamK3WmchwBFIGy Gqz9pB/RuAiPieo52tFGVkjdKSj/kIeKw1mik43laMT7MEyc0IJCnj/d5t2RkCDhzH3vAYYO54QqW Nq2SLVk1ydKq6tZ88QC9PrY/lVdU7tsANxt4JfnoR66IQKXqH/t+6LSyQ6AIdMDtfXwOzjWITAFrq CWhSfr6TtITL0s9F45AfKC/nA7gWc15zA1BFC3OGJhBcjibTgR1cDKU28cfY4cQ9UAXwys/2d7Et6 6CPKXSRsQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSMwF-0000w0-NB; Tue, 13 Oct 2020 16:14:12 +0000 Received: from antares.kleine-koenig.org ([94.130.110.236]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSMvx-0000ky-R8; Tue, 13 Oct 2020 16:13:55 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 931E8A53275; Tue, 13 Oct 2020 18:13:42 +0200 (CEST) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Heiko Stuebner , Aditya Prayoga Subject: [PATCH v3 1/2] dt-bindings: vendor-prefixes: Add kobol prefix Date: Tue, 13 Oct 2020 18:13:39 +0200 Message-Id: <20201013161340.720403-2-uwe@kleine-koenig.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201013161340.720403-1-uwe@kleine-koenig.org> References: <20201013161340.720403-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-20201013_121354_036493_94832FFD X-CRM114-Status: UNSURE ( 9.87 ) 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_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender 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: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Johan Jonker , linux-arm-kernel@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. Acked-by: Rob Herring 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,.*":