drm: xlnx: zynqmp_dpsub: Register AUX bus at bridge attach time
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 6 Aug 2021 11:29:52 +0000 (14:29 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Oct 2022 13:53:57 +0000 (16:53 +0300)
commit2dfd045c84359e3fefe9967f5a3579f8d8587ead
treeffd4fa5beaf5111c8ad5fef4e15274a9c6df4d6a
parentee1229b35d20d00ed13009d81401032de06ac58e
drm: xlnx: zynqmp_dpsub: Register AUX bus at bridge attach time

To prepare for operating as a standalone DP bridge with the DRM device
implemented in the PL, move registration of the AUX bus to bridge attach
time, as that's the earliest point when a DRM device is available.

The DRM device pointer stored in zynqmp_dp isn't used anymore, drop it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/xlnx/zynqmp_dp.c