From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ryabitsev Date: Fri, 02 Sep 2022 10:59:57 -0400 Subject: [PATCH RESEND v7 4/4] arm64: dts: allwinner: beelink-gs1: Enable GPU OPP MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" Message-Id: <20220825-test-endpoint-send-2-v7-4-282f0cb80552@linuxfoundation.org> References: <20220825-test-endpoint-send-2-v7-0-282f0cb80552@linuxfoundation.org> In-Reply-To: <20220825-test-endpoint-send-2-v7-0-282f0cb80552@linuxfoundation.org> To: mricon@kernel.org X-Mailer: b4 0.10.0-dev-6750e X-Developer-Signature: v=1; a=openpgp-sha256; l=885; i=konstantin@linuxfoundation.org; h=from:subject:message-id; bh=48I8xRxyI3PRMAop21sWjruAdzT5q8pow1v8kIeoEfg=; b=owGbwMvMwCW27YjM47CUmTmMp9WSGJKFpHKV+PzM/kjUqT9au3CzbHy9/Orry14zB9fbq8hUlu0P eXa8o5SFQYyLQVZMkaVsX+ymoMKHHnLpPaYwc1iZQIYwcHEKwEQ0zjAyzGxrusq588PuIpFSkzzJL+ fs3I0Z6y+VF+TNu38mWv+GIcMfvunzbOveCp2vf/nLfpv22qwIj8j50nr9am5d/Y4/+c4xAgA= X-Developer-Key: i=konstantin@linuxfoundation.org; a=openpgp; fpr=DE0E66E32F1FDD0902666B96E63EDCA9329DD07E X-Endpoint-Received: by B4 Submission Endpoint for konstantin@linuxfoundation.org/default with auth_id=3 List-Id: B4 Web Endpoint Patches From: Clément Péron Enable GPU OPP table for Beelink GS1 Signed-off-by: Clément Péron Signed-off-by: Konstantin Ryabitsev diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts index 6249e9e02928..20fc0584d1c6 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts @@ -5,6 +5,7 @@ #include "sun50i-h6.dtsi" #include "sun50i-h6-cpu-opp.dtsi" +#include "sun50i-h6-gpu-opp.dtsi" #include @@ -261,6 +262,7 @@ reg_dcdca: dcdca { }; reg_dcdcc: dcdcc { + regulator-always-on; regulator-enable-ramp-delay = <32000>; regulator-min-microvolt = <810000>; regulator-max-microvolt = <1080000>; -- b4 0.10.0-dev-6750e