Re: [PATCH v1 16/36] dt-bindings: display: convert lg,lg4573 to DT Schema

2020-03-15 Thread Heiko Schocher
Hello Sam, Am 15.03.2020 um 14:43 schrieb Sam Ravnborg: Signed-off-by: Sam Ravnborg Cc: Heiko Schocher Cc: Thierry Reding Cc: Sam Ravnborg --- .../bindings/display/panel/lg,lg4573.txt | 19 - .../bindings/display/panel/lg,lg4573.yaml | 41 +++ 2 files

Re: [PATCH 06/33] drm/panel-lg-lg4573: Fix dotclock

2020-03-02 Thread Heiko Schocher
clock fix is correct, thanks! Cc: Heiko Schocher Cc: Thierry Reding Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/panel/panel-lg-lg4573.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing

[v2] drm/imx: Match imx-ipuv3-crtc components using device node in platform data

2016-05-20 Thread Heiko Schocher
| 2 ++ > 4 files changed, 14 insertions(+), 3 deletions(-) Thanks! This fixes the aristainetos2 board, see log: http://xeidos.ddns.net/buildbot/builders/ari_lx/builds/0/steps/shell/logs/tbotlog so: Tested-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[PATCH] gpu: ipu-v3: display support on the aristainetos2 board broken

2016-05-20 Thread Heiko Schocher
Hello Fabio, Am 20.05.2016 um 13:40 schrieb Fabio Estevam: > Hi Heiko, > > On Fri, May 20, 2016 at 8:15 AM, Heiko Schocher wrote: >> commit 503fe87bd0a8 ("gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading") >> breaks the aristainetos2 board with the "lg,l

[PATCH] gpu: ipu-v3: display support on the aristainetos2 board broken

2016-05-20 Thread Heiko Schocher
commit 503fe87bd0a8 ("gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading") breaks the aristainetos2 board with the "lg,lg4573" panel. This reverts the above commit. Signed-off-by: Heiko Schocher --- Any hint, how to bring back the display on the aristainetos2 board wi

[PATCH v2] drm/panel: add lg4573 driver

2015-08-14 Thread Heiko Schocher
Hello Thierry, Am 13.08.2015 um 14:59 schrieb Thierry Reding: > On Tue, Jun 09, 2015 at 07:51:22AM +0200, Heiko Schocher wrote: >> Add support for LG LG4573 480x800 4,3" panel. the LG4573 >> is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT >> p

[PATCH v2] drm/panel: add lg4573 driver

2015-06-09 Thread Heiko Schocher
Add support for LG LG4573 480x800 4,3" panel. the LG4573 is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT panel with SPI control interface. Signed-off-by: Heiko Schocher --- Changes in v2: - add comments from Thierry Reding: - fix some spelling issues - remove "

[PATCH] drm/panel: add lg4573 driver

2015-06-08 Thread Heiko Schocher
Hello Thierry, Am 05.06.2015 14:19, schrieb Thierry Reding: > On Wed, May 06, 2015 at 09:49:33AM +0200, Heiko Schocher wrote: >> The patch adds LG4573 parallel RGB panel driver with SPI control interface. >> The driver uses drm_panel framework. > > This should be obvious b

[PATCH] drm/panel: add lg4573 driver

2015-05-28 Thread Heiko Schocher
Hello, Am 06.05.2015 09:49, schrieb Heiko Schocher: > The patch adds LG4573 parallel RGB panel driver with SPI control interface. > The driver uses drm_panel framework. > > Signed-off-by: Heiko Schocher > > --- > > .../devicetree/bindings/panel/lg,lg4573.txt|

[PATCH v4 1/2] arm, imx6, dts: add DT for aristainetos2 board

2015-05-22 Thread Heiko Schocher
Hello Philipp, Am 22.05.2015 11:14, schrieb Philipp Zabel: > Hi Heiko, > > Am Freitag, den 22.05.2015, 10:25 +0200 schrieb Heiko Schocher: > [...] >> diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts >> b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts >>

[PATCH v4 2/2] drm/panel: Add support for LG LB070WV8 800x480 7" panel

2015-05-22 Thread Heiko Schocher
This adds support for the LG LB070WV8 7" 800x480 panel to the DRM simple panel driver. Signed-off-by: Heiko Schocher --- Changes in v4: - new in version 4, as Philipp Zabel suggested to use simple panel driver Changes in v3: None Changes in v2: None .../devicetree/bindings/pan

[PATCH v4 1/2] arm, imx6, dts: add DT for aristainetos2 board

2015-05-22 Thread Heiko Schocher
64 KiB, total 16 MiB Display: lb07wv8 (800x480) As this board can used with 2 different display types, the differences between them are extracted into 2 DTS files, and the common settings are collected in a common file. Signed-off-by: Heiko Schocher --- Changes in v4: - add comments from Philipp

[PATCH] drm/panel: add lg4573 driver

2015-05-06 Thread Heiko Schocher
The patch adds LG4573 parallel RGB panel driver with SPI control interface. The driver uses drm_panel framework. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/panel/lg,lg4573.txt| 42 +++ drivers/gpu/drm/panel/Kconfig | 8 + drivers/gpu/drm/panel

[PATCH] gpu:drm:tilcdc: backlight node never found

2014-02-13 Thread Heiko Schocher
In panel_probe() the backlight node is never found, correct this. Signed-off-by: Heiko Schocher Cc: Anatolij Gustschin Cc: Benoit Parrot Cc: Rob Clark Cc: David Airlie Cc: Grant Likely Cc: Rob Herring Cc: Tomi Valkeinen Cc: Sachin Kamat Cc: dri-devel at lists.freedesktop.org Cc: linux