View | Details | Raw Unified | Return to bug 54694
Collapse All | Expand All

(-)a/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c (-1 / +9 lines)
Lines 56-61 enum rgxx3_device_id { Link Here
56
	RK2023,
56
	RK2023,
57
	RGARCD,
57
	RGARCD,
58
	RGB10MAX3,
58
	RGB10MAX3,
59
	RGB20PRO,
59
	/* Devices with duplicate ADC value */
60
	/* Devices with duplicate ADC value */
60
	RG353PS,
61
	RG353PS,
61
	RG353VS,
62
	RG353VS,
Lines 118-123 static const struct rg3xx_model rg3xx_model_details[] = { Link Here
118
		.detect_regulator = 1,
119
		.detect_regulator = 1,
119
		.uart_con = 0,
120
		.uart_con = 0,
120
	},
121
	},
122
	[RGB20PRO] = {
123
		.adc_value = 245, /* Observed average from device */
124
		.board = "rk3566-powkiddy-rgb20-pro",
125
		.board_name = "Powkiddy RGB20 Pro",
126
		.fdtfile = DTB_DIR "rk3566-powkiddy-rgb20-pro.dtb",
127
		.detect_panel = 0,
128
		.detect_regulator = 1,
129
	},
121
	[RGARCD] = {
130
	[RGARCD] = {
122
		.adc_value = 183, /* Observed average from device */
131
		.adc_value = 183, /* Observed average from device */
123
		.board = "rk3566-anbernic-rg-arc-d",
132
		.board = "rk3566-anbernic-rg-arc-d",
124
- 

Return to bug 54694