Re: [PATCH v2 1/4] drm: panel: simple: Correct connector type for Starry KR070PE2T

2020-07-01 Thread Pascal Roeleven
= MEDIA_BUS_FMT_RGB888_1X24, .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, - .connector_type = DRM_MODE_CONNECTOR_LVDS, + .connector_type = DRM_MODE_CONNECTOR_DPI, }; static const struct drm_display_mode starry_kr122ea0sra_mode = { Reviewed-by: Pascal Roeleven

Re: [linux-sunxi] Re: [PATCH v2 2/5] drm: panel: Add Starry KR070PE2T

2020-06-30 Thread Pascal Roeleven
, 2020 at 12:21:33PM +0100, Pascal Roeleven wrote: The KR070PE2T is a 7" panel with a resolution of 800x480. KR070PE2T is the marking present on the ribbon cable. As this panel is probably available under different brands, this marking will catch most devices. As I can't find a data

[PATCH v2 5/5] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-21 Thread Pascal Roeleven
The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed-off-by: Pascal Roeleven --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/sun4i-a10-topwise

[PATCH v2 3/5] dt-bindings: vendor-prefixes: Add Topwise

2020-03-21 Thread Pascal Roeleven
Topwise Communication Co,. Ltd. is a company based in Shenzhen. They manufacture all kind of products but seem to be focusing on POS nowadays. Signed-off-by: Pascal Roeleven --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 0/5] Add support for Topwise A721 tablet

2020-03-21 Thread Pascal Roeleven
to sunxi.yaml * dt-binding: add Topwise to vendor-prefixes * drm: Add bus_format, bus_flags and connector_type * dts: Use SPDX license identifier instead of boilerplate license text * dts: Remove pinctrl leftovers Pascal Roeleven (5): dt-bindings: panel: Add binding for Starry KR070PE2T drm: panel

[PATCH v2 2/5] drm: panel: Add Starry KR070PE2T

2020-03-21 Thread Pascal Roeleven
trial-and-error. The flags seem to be common for these kind of panels as well. Signed-off-by: Pascal Roeleven --- drivers/gpu/drm/panel/panel-simple.c | 29 1 file changed, 29 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/

[PATCH v2 1/5] dt-bindings: panel: Add binding for Starry KR070PE2T

2020-03-21 Thread Pascal Roeleven
Add the devicetree binding for Starry KR070PE2T Signed-off-by: Pascal Roeleven --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree

[PATCH v2 4/5] dt-bindings: arm: Add Topwise A721

2020-03-21 Thread Pascal Roeleven
Add the bindings for Topwise A721 tablet Signed-off-by: Pascal Roeleven --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-12 Thread Pascal Roeleven
On 2020-03-10 15:02, Ondřej Jirman wrote: Hello Pascal, On Tue, Mar 10, 2020 at 11:27:24AM +0100, Pascal Roeleven wrote: The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed

Re: [PATCH 1/2] drm/panel: Add Starry KR070PE2T

2020-03-12 Thread Pascal Roeleven
On 2020-03-10 19:54, Sam Ravnborg wrote: A few things to improve. The binding should be a separate patch. subject - shall start with dt-bindings: Shall be sent to deveicetree mailing list. Hi Sam, Thank you very much for your review. I did consider this. The reason I combined the patches, is

[PATCH 0/2] Add support for Topwise A721 tablet

2020-03-10 Thread Pascal Roeleven
This series add support for the Topwise A721 tablet and it's display. It is an old tablet (around 2012) but it might be useful as reference as the devicetree is pretty complete. Pascal Roeleven (2): drm/panel: Add Starry KR070PE2T ARM: dts: sun4i: Add support for Topwise A721 tablet

[PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-10 Thread Pascal Roeleven
The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed-off-by: Pascal Roeleven --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/sun4i-a10-topwise

[PATCH 1/2] drm/panel: Add Starry KR070PE2T

2020-03-10 Thread Pascal Roeleven
The KR070PE2T is a 7" panel with a resolution of 800x480. KR070PE2T is the marking present on the ribbon cable. As this panel is probably available under different brands, this marking will catch most devices. Signed-off-by: Pascal Roeleven --- .../display/panel/starry,kr070pe2