Re: [PATCH 4/4] media: imx: Don't register IPU subdevs/links if CSI port missing

2019-01-21 Thread Philipp Zabel
On Sat, 2019-01-19 at 13:46 -0800, Steve Longerbeam wrote: > The second IPU internal sub-devices were being registered and links > to them created even when the second IPU is not present. This is wrong > for i.MX6 S/DL and i.MX53 which have only a single IPU. > > Fixes: e130291212df5 ("[media] med

[PATCH 4/4] media: imx: Don't register IPU subdevs/links if CSI port missing

2019-01-19 Thread Steve Longerbeam
The second IPU internal sub-devices were being registered and links to them created even when the second IPU is not present. This is wrong for i.MX6 S/DL and i.MX53 which have only a single IPU. Fixes: e130291212df5 ("[media] media: Add i.MX media core driver") Signed-off-by: Steve Longerbeam Cc