Hi Maxime
On Thu, 3 Dec 2020 at 13:25, Maxime Ripard maxime@cerno.tech wrote:
Hi,
Here's a series adding support for the DSI0 controller in the BCM2835 and the DSI1 controller found in the BCM2711.
Let me know what you think, Maxime
Thanks for that series - your using a variant structure is much cleaner than the hack I had.
For those that I didn't author (ie 1, 3, and 4) Reviewed-by: Dave Stevenson dave.stevenson@raspberrypi.com
Dave Stevenson (5): drm/vc4: dsi: Correct DSI register definition drm/vc4: dsi: Add support for DSI0 dt-bindings: Add compatible for BCM2711 DSI1 drm/vc4: dsi: Add configuration for BCM2711 DSI1 ARM: dts: bcm2711: Use compatible string for BCM2711 DSI1
Maxime Ripard (3): drm/vc4: drv: Remove the DSI pointer in vc4_drv drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array drm/vc4: dsi: Introduce a variant structure
.../bindings/display/brcm,bcm2835-dsi0.yaml | 1 + arch/arm/boot/dts/bcm2711.dtsi | 1 + drivers/gpu/drm/vc4/vc4_drv.h | 1 - drivers/gpu/drm/vc4/vc4_dsi.c | 111 ++++++++++-------- 4 files changed, 67 insertions(+), 47 deletions(-)
-- 2.28.0