Message ID | 20240724005700.196073-1-marex@denx.de |
---|---|
State | Not Applicable |
Headers | show |
Series | [1/2] dt-bindings: display: panel: Document Densitron DMT028VGHMCMI-1D TFT on ILI9806E DSI TCON | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | fail | build log |
On 24/07/2024 02:55, Marek Vasut wrote: > Document Densitron DMT028VGHMCMI-1D 480x640 TFT matrix 2.83 inch panel > attached to Ilitek ILI9806E DSI TCON in the ILI9806E bindings. > > Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
> Add Densitron DMT028VGHMCMI-1D 480x640 TFT matrix 2.83 inch panel > attached to Ilitek ILI9806E DSI TCON into the ILI9806E driver. > > Note that the Densitron panels use different TCONs, this driver is for > the later panel, use panel-ilitek-st7701.c for the former panel: > DMT028VGHMCMI-1A - ST7701 > DMT028VGHMCMI-1D - ILI9806E > > Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Michael Walle <mwalle@kernel.org> -michael
Hi, On Wed, 24 Jul 2024 02:55:52 +0200, Marek Vasut wrote: > Document Densitron DMT028VGHMCMI-1D 480x640 TFT matrix 2.83 inch panel > attached to Ilitek ILI9806E DSI TCON in the ILI9806E bindings. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/2] dt-bindings: display: panel: Document Densitron DMT028VGHMCMI-1D TFT on ILI9806E DSI TCON https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/aa48c30f096bc10a583c2294d87713f2802986c2 [2/2] drm/panel/panel-ilitek-ili9806e: Add Densitron DMT028VGHMCMI-1D TFT to ILI9806E DSI TCON driver https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/2108cdcee58b06460a8ecb106d15ab69f5bd49fc
diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml index cfd7cc9c87257..f803075794854 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml @@ -16,6 +16,7 @@ properties: compatible: items: - enum: + - densitron,dmt028vghmcmi-1d - ortustech,com35h3p70ulc - const: ilitek,ili9806e
Document Densitron DMT028VGHMCMI-1D 480x640 TFT matrix 2.83 inch panel attached to Ilitek ILI9806E DSI TCON in the ILI9806E bindings. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Conor Dooley <conor+dt@kernel.org> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: David Airlie <airlied@gmail.com> Cc: Jessica Zhang <quic_jesszhan@quicinc.com> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Michael Walle <mwalle@kernel.org> Cc: Neil Armstrong <neil.armstrong@linaro.org> Cc: Rob Herring <robh@kernel.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: devicetree@vger.kernel.org Cc: dri-devel@lists.freedesktop.org --- .../devicetree/bindings/display/panel/ilitek,ili9806e.yaml | 1 + 1 file changed, 1 insertion(+)