Re: [PATCH 11/11] media: exynos4-is: Correct parallel port probing

From: Sylwester Nawrocki
Date: Wed Jul 08 2020 - 12:15:11 EST


Hi,

On 26.04.2020 04:26, Jonathan Bakker wrote:
> According to the binding doc[1], port A should be reg = 0
> and port B reg = 1. Unfortunately, the driver was treating 0
> as invalid and 1 as camera port A. Match the binding doc and
> make 0=A and 1=B.
>
> [1] Documentation/devicetree/bindings/media/samsung-fimc.txt

Thank you for correcting this. I would prefer to correct the binding
documentation instead, so it says reg=1 for A and reg=2 for B.
Then it would also match what we have in dts for Goni and
enum fimc_input in include/media/drv-intf/exynos-fimc.h.


--
Regards,
Sylwester