On Mon, 16 Dec 2019 00:59:11 +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai <wens@xxxxxxxx> > > The CSI1 block has the same structure and layout as the CSI0 block. > Differences include: > > - Only one channel in BT.656 instead of four in CSI0 > - 10-bit raw data input vs 8-bit in CSI0 > - 24-bit RGB888/YUV444 input vs 16-bit RGB565/YUV422 in CSI0 > - No ISP hardware > > The hardware found in the A20 is the same as in the A10. > > Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx> > --- > .../bindings/media/allwinner,sun4i-a10-csi.yaml | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>