RZ/V2L: MIPI Display probe issue

Hi, 

We trying to test MIPI Display in RZ/V2L board.

HW connection:

MIPI DSI lanes from CPU is connected to a Winstar MIPI DSI (P/N WF70A8TYAHMNGB).

We are not using any bridge.

Issue is, while booting probe is getting differed. We tried to debug some more and got that in below driver, a function is failing.

driver : drivers/gpu/drm/rcar-du/rcar_du_encoder.c

function: rcar_du_encoder_init

line : ret = drm_bridge_attach(encoder, bridge, NULL, 0);

In above function, attaching display fails with error code 517.

Kindly suggest if any changes in dts and driver is required.

Regards.