From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E57FCCA47A for ; Tue, 14 Jun 2022 06:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352497AbiFNGtH (ORCPT ); Tue, 14 Jun 2022 02:49:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352374AbiFNGtD (ORCPT ); Tue, 14 Jun 2022 02:49:03 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D259A393E8; Mon, 13 Jun 2022 23:49:02 -0700 (PDT) Received: from beast.luon.net (unknown [IPv6:2a10:3781:2531::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sjoerd) by madras.collabora.co.uk (Postfix) with ESMTPSA id E61526601690; Tue, 14 Jun 2022 07:49:00 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1655189341; bh=6JoH8pVYTDfQZg2qdKnKizfl/wjaRDGVdAibrRD+O28=; h=From:To:Cc:Subject:Date:From; b=izqkkukWVAY+3n+uXNESHk0uuXaFuw09EUGWp34ISPpwaLPzxQb8+V3DfoThHcGLB jxDiEWcczKQ09txi+Mvszt1qX18hrxUWnQ1jiJCqqEZ/h990OZVo4dTUMzWQJ7vtDf BqyRJba0enWnNqfPc97yoROnfEhqnZGQZjnLoWtxE4RQYW0Q6TKCm6PR/EgUIo9hOE Cl/tadwPJ6YQLKsSVtjXv09a/BEaIndNrehDPPMy/98CDp1eLSHcEsbPJjDpdPDPXJ 9EGvItDMhxuAEYmiBY8mtAOLf6NGQi0EBdLf/DBV/JbKoEYg4oaG3gzjkivc4koPYl XZdr/pVKBQrIw== Received: by beast.luon.net (Postfix, from userid 1000) id 6AB894179E40; Tue, 14 Jun 2022 08:48:58 +0200 (CEST) From: Sjoerd Simons To: linux-rockchip@lists.infradead.org Cc: kernel@collabora.com, Akash Gajjar , Alex Bee , Chen-Yu Tsai , Frank Wunderlich , Heiko Stuebner , Krzysztof Kozlowski , Levin Du , Michael Riesch , Peter Geis , Rob Herring , Samuel Holland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] Add support for Radxa ROCK Pi S Date: Tue, 14 Jun 2022 08:48:54 +0200 Message-Id: <20220614064858.1445817-1-sjoerd@collabora.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds a device-tree for the Radxa Rock Pi S; The first patch was originally submitted a few years back but seems to have stalled. I've adjusted it to sort the device nodes and drop duplication of dtsi properties. The second patch adds support for a bunch of additional peripherals. Changes in v2: - Split binding documentation into its own commit Akash Gajjar (1): arm64: dts: rockchip: add ROCK Pi S DTS support Sjoerd Simons (2): dt-bindings: arm: rockchip: Add Radxa ROCK Pi S arm64: dts: rockchip: rock-pi-s add more peripherals .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3308-rock-pi-s.dts | 256 ++++++++++++++++++ 3 files changed, 262 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts -- 2.36.1