From patchwork Wed Oct 11 21:58:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ond=C5=99ej_Jirman?= X-Patchwork-Id: 13417999 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 45A0FCDB47E for ; Wed, 11 Oct 2023 21:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :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=mN5TrK/3XaVUXEt7UU2ogqoyqVdIefL8JBYUsdRpxMw=; b=C7zKOFsAhuUMf0 QAn0yyVEvuUV2xgYBi/vzOsAmhlPLrHUz/gON1p+4qizSMZFkFmn5qoK+cY9Gkuw0IYZxOu5VUbpP fVsFJnbr6IwuG55daqrxUYDNKQADfQw2/SUMdmcm6ltxD+9a5An4qop45divfuB9g/f8BQYZnLuRY iF7ruZrdB7dvine8mse2gqRUjXeSxOEfbGuMmWlxmrXdVsDGx73/3u6QXpKBctv2vA1EJ6gxE3zhF BueoeIt/kN2y40VyNuj4fz+ytohwvZF9F9F1rdU2oXeSXPZA9vPrBt9bNf2xHog3e4ttqd0O0V+Cd nDCRQemZ3Amw/mT9HdqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqhEZ-00GnTo-0a; Wed, 11 Oct 2023 21:59:15 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqhET-00GnPz-2C; Wed, 11 Oct 2023 21:59:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xff.cz; s=mail; t=1697061541; bh=KbH2UqL5Mw2DaM0t8hbR9+M4YCGdx1V6vRdWjgihY6U=; h=From:To:Cc:Subject:Date:From; b=AJArDmKAuk2M5SJOFYHjrqFmvosIDKD3ckQD0LyGpYCgpWbpX9ydCFYSL0ZnxWeHM +dLEH+deWk+ZOLCLGE5n9J1EXl6wqCwZl1aik0v0ptnBjR9JTJx0PAQpWLL4rmMh1k ePUwqvqhBwmBz3iPx5ivEDBy0yHZhvGg1rBB1Ryc= From: =?utf-8?q?Ond=C5=99ej_Jirman?= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Ondrej Jirman , Jagan Teki , Jonas Karlman , Chris Morgan , Sebastian Reichel , Kever Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] Add support for Pine64 QuartzPro64 Date: Wed, 11 Oct 2023 23:58:43 +0200 Message-ID: <20231011215856.2082241-1-megi@xff.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231011_145910_171444_C59AB492 X-CRM114-Status: GOOD ( 11.67 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org From: Ondrej Jirman This series adds an initial support for Pine64 QuartzPro64 SBC. The series was tested against Linux 6.6-rc4. Please take a look. For v2, I proactively went through changes made by Heiko when merging my other patchset for Orange Pi 5 Plus, and made the same changes to this patchset, which had some similar issues: - order regulator-name inside pmic nodes as the first property - re-oreder some other properties alphabetically (in rtc node and in some regulators under /) - drop rockchip,system-power-controller (will re-add later without prefix once https://lore.kernel.org/lkml/20231010174138.1888396-1-megi@xff.cz/ gets merged) - drop mem-supply from cpu nodes (this will also be re-added later once cpufreq support is upstreamed) - sort nodes under pinctrl alphabetically - added acked-by tag for DT bindings patch Thank you, Ondřej Jirman Ondrej Jirman (2): dt-bindings: arm: rockchip: Add Pine64 QuarzPro64 arm64: dts: rk3588-quartzpro64: Add QuartzPro64 SBC device tree .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3588-quartzpro64.dts | 1137 +++++++++++++++++ 3 files changed, 1143 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts