From patchwork Mon Nov 2 15:06:58 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: 11874113 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 B79D5139F for ; Mon, 2 Nov 2020 15:07:14 +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 7989220715 for ; Mon, 2 Nov 2020 15:07:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="zmauwLmv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7989220715 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: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:In-Reply-To:References:List-Owner; bh=n9MhIwb6jWZvqUCWArDUGEKbUC47GUdCluUlxPGzpSs=; b=zmauwLmvXYefraXlHh3kiFdB+V 0jr/FWUQTkL6THgvLZJareXhTgSi0PDpQ+R2EqeokY6gJuojUoFiLM4zOARbBhmcIPi+hW8r8schh vV2A7/lthyBJh08jiesEeo6+fIlG6Q1Q0an8vnpEm4/U1Qg70knIFiFVwyhCmRaP7ty3vL23YvmBl 4O34PpATJ2fc0G+tKueJshhqvJNMZ+EfROTSLnkrszx7EJDqOKUkKQeTCsaIzab+OBVWAhHbDszfp Erh/sF5fyQkP6o7c5EsInOQUlgXO/YJl4tUguEK4kA+q+gTcrRzML/82rn+OEHh8x+SBL50p9Pt1c +BJMzhKQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZbQM-0006qK-W7; Mon, 02 Nov 2020 15:07:11 +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 1kZbQJ-0006p1-71; Mon, 02 Nov 2020 15:07:08 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 32A40A6D999; Mon, 2 Nov 2020 16:07:03 +0100 (CET) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Heiko Stuebner , Aditya Prayoga Subject: [PATCH] dt-bindings: arm: rockchip: Add Kobol Helios64 Date: Mon, 2 Nov 2020 16:06:58 +0100 Message-Id: <20201102150658.167161-1-uwe@kleine-koenig.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201102_100707_401786_D5F032D3 X-CRM114-Status: GOOD ( 10.50 ) 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: 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 Document the new board by Kobol introduced recently in rockchip/rk3399-kobol-helios64.dts. Signed-off-by: Uwe Kleine-König Acked-by: Rob Herring --- Hello, Heiko pointed out in irc that I missed this bit when submitting support for the helios64 board (last submission starting at Message-Id: <20201014200030.845759-1-uwe@kleine-koenig.org>). Best regards Uwe Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index db2e35796795..5b1dba1a9bb6 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -376,6 +376,11 @@ properties: - khadas,edge-v - const: rockchip,rk3399 + - description: Kobol Helios64 + items: + - const: kobol,helios64 + - const: rockchip,rk3399 + - description: Mecer Xtreme Mini S6 items: - const: mecer,xms6