Re: [PATCH 5/5] drm/panel: tpo-td043mtea1: Fix SPI alias

2019-10-08 Thread H. Nikolaus Schaller
> Am 07.10.2019 um 19:08 schrieb Laurent Pinchart > : > > The panel-tpo-td043mtea1 driver incorrectly includes the OF vendor > prefix in its SPI alias. Fix it, and move the manual alias to an SPI > module device table. > > Fixes: dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 p

[PATCH 5/5] drm/panel: tpo-td043mtea1: Fix SPI alias

2019-10-07 Thread Laurent Pinchart
The panel-tpo-td043mtea1 driver incorrectly includes the OF vendor prefix in its SPI alias. Fix it, and move the manual alias to an SPI module device table. Fixes: dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel") Reported-by: H. Nikolaus Schaller Signed-off-by: Laurent Pinc