From patchwork Fri Apr 14 12:54:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cristian Ciocaltea X-Patchwork-Id: 673197 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 D4363C77B6E for ; Fri, 14 Apr 2023 12:54:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229820AbjDNMyf (ORCPT ); Fri, 14 Apr 2023 08:54:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229989AbjDNMyf (ORCPT ); Fri, 14 Apr 2023 08:54:35 -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 071D476B3; Fri, 14 Apr 2023 05:54:31 -0700 (PDT) Received: from localhost (unknown [188.27.34.213]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id 51CA1660321F; Fri, 14 Apr 2023 13:54:30 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1681476870; bh=Wl63dJlOuGq6x8fRRD2knD1ranBH3LZRlpuduSejw+s=; h=From:To:Cc:Subject:Date:From; b=bl7NXxvUOxW5cQXlZWclWGgpZBxnJzp5OGsyRUW6TputrA6gRszxtlxspjDq177UP 0ObtMA38oUogRYCfLI56gNdNpkWGCSXV3QTztIEfj/+B2+IYjmHrkkH8KVLxhl27Fy Bn+mEEtnEuFPfkOFYT8gyEBH8LPIaL+Ji1xnTh1uMB5PVFs1lQLIuyz03bJv7NI926 MXYyYw3yNVrM0/ALF4q/HyzIBmhPveoMKtZ5ub01SdBwqNDOepvuCsCHWKk/mPhMr0 oyENgQwO9wo4Og1qZ3aiY2wif7/wZm5SEilsaBYIuS682rQNHTclg4d4+XZAUynrX1 lGkWeXVdF9T9g== From: Cristian Ciocaltea To: Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Christopher Obbard , Michael Riesch , Sebastian Reichel , Shreeya Patel Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCH v2 0/3] Add regulators to Rock 5B's CPU big cores Date: Fri, 14 Apr 2023 15:54:22 +0300 Message-Id: <20230414125425.124994-1-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The CPU big cores on the Rock 5B board are powered by the RK8602/RK8603 regulators. Since the support for those regulators has been recently merged via [1], add the necessary device tree nodes and bind them to the corresponding CPU nodes. Additionally, provide a couple of unrelated DTS fixes/improvements. [1] https://lore.kernel.org/lkml/20230406194158.963352-1-cristian.ciocaltea@collabora.com/ Changes in v2: - Extended PATCH 2/3 to handle rk3399-pinebook-pro, per Krzysztof's review - v1: https://lore.kernel.org/lkml/20230414093411.113787-1-cristian.ciocaltea@collabora.com/ Cristian Ciocaltea (3): arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b arm64: dts: rockchip: Use generic name for es8316 on Pinebook Pro and Rock 5B arm64: dts: rockchip: Add vdd_cpu_big regulators to rk3588-rock-5b .../boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 +- .../boot/dts/rockchip/rk3588-rock-5b.dts | 59 ++++++++++++++++++- 2 files changed, 58 insertions(+), 3 deletions(-)