[PATCH] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support

2024-02-22 Thread Adam Green
The Hardkernel ODROID-GO Ultra is a handheld gaming devices, with a 5 inch 480x854 display. Add support for the display. Signed-off-by: Adam Green --- drivers/gpu/drm/panel/panel-sitronix-st7701.c | 158 +- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 1/2] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support

2024-02-22 Thread Adam Green
The Hardkernel ODROID-GO Ultra is a handheld gaming devices, with a 5 inch 480x854 display. Add support for the display. Signed-off-by: Adam Green --- drivers/gpu/drm/panel/panel-sitronix-st7701.c | 158 +- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 2/2] dt-bindings: display: st7701: Add Hardkernel ODROID-GO Ultra panel

2024-02-22 Thread Adam Green
The ODROID-GO Ultra panel is a panel specific to the Hardkernel ODROID-GO Ultra. It is 5 inches in size (diagonally) with a resolution of 480x854. Signed-off-by: Adam Green --- .../devicetree/bindings/display/panel/sitronix,st7701.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a

Re: [PATCH v2 1/2] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support

2024-02-22 Thread Adam Green
On 22/02/2024 17:14, Jessica Zhang wrote: Hi Adam, Just wondering, why the change to 120 here? Thanks, Jessica Zhang Hi, The 120ms is taken from the datasheet specification for the controller as maximum time it takes for the display to reset, Kind regards, Adam

[PATCH v2 0/2] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support

2024-02-22 Thread Adam Green
I forgot to include the 2nd patch in the series in v1. Kind regards, Adam Green (2): drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support dt-bindings: display: st7701: Add Hardkernel ODROID-GO Ultra panel .../display/panel/sitronix,st7701.yaml| 1 + drivers/gpu/drm

Re: [PATCH v2 1/2] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support

2024-02-29 Thread Adam Green
On 26/02/2024 21:29, Jessica Zhang wrote: > Got it. Was the shorter sleep time breaking the display and is it > required for the new panel to work? > > Thanks, > > Jessica Zhang Hi Jessica, I will be submitting a v3 shortly, the change to the sleep time was not necessary for the new panel to w