ALT Linux Bugzilla
– Attachment 18764 Details for
Bug 54694
Поддержка портативных приставок Powkiddy
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
RGB20Pro support
0001-Add-Powkiddy-RGB20-Pro.patch (text/plain), 1.16 KB, created by
arbars@altlinux.org
on 2025-06-05 22:36:17 MSK
(
hide
)
Description:
RGB20Pro support
Filename:
MIME Type:
Creator:
arbars@altlinux.org
Created:
2025-06-05 22:36:17 MSK
Size:
1.16 KB
patch
obsolete
>From f2d7c15d65308e8f404c09375370888adb1128f6 Mon Sep 17 00:00:00 2001 >From: Artyom Bystrov <arbars@altlinux.org> >Date: Tue, 3 Jun 2025 15:37:29 +0300 >Subject: [PATCH 1/3] Add Powkiddy RGB20 Pro > >--- > board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c b/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c >index c1d1826fd1..7f907baf27 100644 >--- a/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c >+++ b/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c >@@ -56,6 +56,7 @@ enum rgxx3_device_id { > RK2023, > RGARCD, > RGB10MAX3, >+ RGB20PRO, > /* Devices with duplicate ADC value */ > RG353PS, > RG353VS, >@@ -118,6 +119,14 @@ static const struct rg3xx_model rg3xx_model_details[] = { > .detect_regulator = 1, > .uart_con = 0, > }, >+ [RGB20PRO] = { >+ .adc_value = 245, /* Observed average from device */ >+ .board = "rk3566-powkiddy-rgb20-pro", >+ .board_name = "Powkiddy RGB20 Pro", >+ .fdtfile = DTB_DIR "rk3566-powkiddy-rgb20-pro.dtb", >+ .detect_panel = 0, >+ .detect_regulator = 1, >+ }, > [RGARCD] = { > .adc_value = 183, /* Observed average from device */ > .board = "rk3566-anbernic-rg-arc-d", >-- >2.42.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54694
: 18764 |
18765