[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231202125144.66052-1-knaerzche@gmail.com>
Date: Sat, 2 Dec 2023 13:51:39 +0100
From: Alex Bee <knaerzche@...il.com>
To: Heiko Stuebner <heiko@...ech.de>,
Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Cc: Daniel Vetter <daniel@...ll.ch>, David Airlie <airlied@...il.com>,
Thomas Zimmermann <tzimmermann@...e.de>,
Maxime Ripard <mripard@...nel.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-pm@...r.kernel.org,
Alex Bee <knaerzche@...il.com>
Subject: [PATCH v2 0/5] Add power-controller and gpu for RK3128
The first patch in this series fixes the pm-domain driver and adds
power-domains which are currently missing. This touches the ABI which is
not and was never used until now. Not all of them are used yet, but when
the power-controller is added to the DT in patch 2 the ABI should not
be changed again.
Patch 3-5 are adding the the gpu compatible to dt-bindings, adding the gpu
node and the respective operating points to SoC DT and finally enabling it
for XPI-3128 board.
Note: DT patches are based on maintainer's repo.
Alex Bee (5):
pmdomain: rockchip: Add missing powerdomains for RK3128
ARM: dts: rockchip: Add power-controller for RK3128
dt-bindings: gpu: mali-utgard: Add Rockchip RK3128 compatible
ARM: dts: rockchip: Add GPU node for RK3128
ARM: dts: rockchip: Enable GPU for XPI-3128
.../bindings/gpu/arm,mali-utgard.yaml | 1 +
.../arm/boot/dts/rockchip/rk3128-xpi-3128.dts | 5 +
arch/arm/boot/dts/rockchip/rk3128.dtsi | 145 ++++++++++++++++++
drivers/pmdomain/rockchip/pm-domains.c | 13 +-
include/dt-bindings/power/rk3128-power.h | 3 +
5 files changed, 162 insertions(+), 5 deletions(-)
base-commit: fd610e604837936440ef7c64ab6998b004631647
--
2.43.0
Powered by blists - more mailing lists