Re: [Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-11-01 Thread Stephen Boyd
Quoting Philip Chen (2021-10-30 10:08:50) > If "data_lanes" property of the dsi output endpoint is missing in > the DT, num_data_lanes would be 0 by default, which could cause > dsi_host_attach() to fail if dsi->lanes is set to a non-zero value > by the bridge driver. > > According to the binding d

Re: [Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-11-01 Thread Doug Anderson
Hi, On Sat, Oct 30, 2021 at 10:08 AM Philip Chen wrote: > > If "data_lanes" property of the dsi output endpoint is missing in > the DT, num_data_lanes would be 0 by default, which could cause > dsi_host_attach() to fail if dsi->lanes is set to a non-zero value > by the bridge driver. > > Accordin

Re: [Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-10-31 Thread Abhinav Kumar
On 10/30/2021 10:08 AM, Philip Chen wrote: If "data_lanes" property of the dsi output endpoint is missing in the DT, num_data_lanes would be 0 by default, which could cause dsi_host_attach() to fail if dsi->lanes is set to a non-zero value by the bridge driver. According to the binding document

[Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-10-30 Thread Philip Chen
If "data_lanes" property of the dsi output endpoint is missing in the DT, num_data_lanes would be 0 by default, which could cause dsi_host_attach() to fail if dsi->lanes is set to a non-zero value by the bridge driver. According to the binding document of msm dsi controller, the input/output endpo