Hi Laurent,
Thank you for the quick review.
On Sat, Aug 8, 2020 at 9:55 PM Laurent Pinchart laurent.pinchart@ideasonboard.com wrote:
Hi Prabhakar,
Thank you for the patches.
On Fri, Aug 07, 2020 at 06:49:47PM +0100, Lad Prabhakar wrote:
Hi All,
This patch series adds support for DU and LVDS to r8a7742 SoC and enables LCD support on r8a7742-iwg21d-q7 board.
This patch series applies on top of [1].
[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/ renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10
The driver changes will need to go through the DRM/KMS tree, and I'd recommend the DT binding changes to go the same route as well. I can handle the rebase when applying, and once the bindings get accept, you can ask Geert to upstream the last 3 patchs. Would that work for you ?
I'm OK with it as long as Geert is happy. (Fyi I still have bunch of patches for G1H)
Cheers, Prabhakar
Lad Prabhakar (7): dt-bindings: display: renesas,du: Document the r8a7742 bindings drm: rcar-du: Add r8a7742 support dt-bindings: display: renesas,lvds: Document r8a7742 bindings drm: rcar-du: lvds: Add r8a7742 support ARM: dts: r8a7742: Add DU support ARM: dts: r8a7742: Add LVDS support ARM: dts: r8a7742-iwg21d-q7: Add LCD support
.../bindings/display/bridge/renesas,lvds.txt | 1 + .../bindings/display/renesas,du.txt | 2 + arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 84 +++++++++++++++++ arch/arm/boot/dts/r8a7742.dtsi | 89 +++++++++++++++++++ drivers/gpu/drm/rcar-du/rcar_du_drv.c | 5 +- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 6 files changed, 180 insertions(+), 2 deletions(-)
-- Regards,
Laurent Pinchart