From patchwork Wed Oct 14 20:00:28 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: 11838257 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 9B7CF17D1 for ; Wed, 14 Oct 2020 20:03:15 +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 598D421D81 for ; Wed, 14 Oct 2020 20:03:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="G6zGH/c+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 598D421D81 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-arm-kernel-bounces+patchwork-linux-arm=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=G+AUFSBrLBzd2ayfyl7qFn1wTBwa8w5XmbbiMd/7RQU=; b=G6zGH/c+cM7dlRxXKDpY/69I13 utQAooMfc+I97uEgiy7p2SLtMCQwkR5mPsv1n/furhJPxluvDJDbDSSmt6ToaApwRAw6O0B5+3hUS hwkVHPrkPRKQldrpELVT3QbwpttrMhsP3GTfNK6+hRaueky2Wy6SnQotBp+g9Om6BmVXnyd50tCJA JV5/lNfNDRbypIaWZP6IkcBBw0hQzgPEC13JeuB9w93k5mjSk5pApIF7UYV9nmToGBNWBZmQSaqOy PG8cyY6NZaAdQ+5rCO3dZya0GD1wqLxjnrHGm+fDEw0f5BvEW6CgeGejzJWVdFTgCARS7zfOebfXQ kAqxUQhA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSmxg-0006BU-Tr; Wed, 14 Oct 2020 20:01:25 +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 1kSmxZ-00068O-Hb; Wed, 14 Oct 2020 20:01:19 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 7B79CA54A3E; 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 0/2] arm64: Add basic support for Kobol's Helios64 Date: Wed, 14 Oct 2020 22:00:28 +0200 Message-Id: <20201014200030.845759-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-20201014_160117_689690_A013EA97 X-CRM114-Status: GOOD ( 14.79 ) 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-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hello, in v3 Johan still found some inconsistencies in how I sorted (or didn't sort) the device tree properties. The rules I applied now are: at the beginning of a node: compatible, reg and interrupt stuff status and #* at the end i2c-scl-rising-time-ns before i2c-scl-falling-time-ns regulator-name first among regulator-* regulator-min-microvolt before regulator-max-microvolt pinctrl-names before pinctrl-0 tx_delay grouped with (and after) rx_delay vcc12* after vcc5* otherwise alphabetically other things changed are: - drop disable-wp and supports-emmc for emmc - use led-0 and led-1 as node names for the leds - rename pinctrl for the leds according to the line name in the schematic - drop linux,default-trigger = "none"; - add an enable gpio for the sd regulator - some whitespace nits While testing I rebased to 5.9 and for an unknown reason this kernel fails to boot (just no output), but the resulting dtb works just fine with a Debian 5.8 kernel. Uwe Kleine-König (2): dt-bindings: vendor-prefixes: Add kobol prefix arm64: dts: rockchip: Add basic support for Kobol's Helios64 .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3399-kobol-helios64.dts | 371 ++++++++++++++++++ 3 files changed, 374 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts