From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.bootlin.com ([62.4.15.54]:50948 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbeCEKEp (ORCPT ); Mon, 5 Mar 2018 05:04:45 -0500 From: Maxime Ripard To: Mauro Carvalho Chehab , Yong Deng Cc: Mark Rutland , Rob Herring , devicetree@vger.kernel.org, linux-media@vger.kernel.org, Thomas Petazzoni , Mylene Josserand , Hans Verkuil , Sakari Ailus , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , Maxime Ripard Subject: [PATCH 0/4] media: sun6i: Add support for the H3 CSI controller Date: Mon, 5 Mar 2018 11:04:28 +0100 Message-Id: <20180305100432.15009-1-maxime.ripard@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi, The H3 and H5 have a CSI controller based on the one previously found in the A31, that is currently supported by the sun6i-csi driver. Add the compatibles to the device tree bindings and to the driver to make it work properly. This obviously depends on the serie "Initial Allwinner V3s CSI Support" by Yong Deng. Let me know what you think, Maxime Maxime Ripard (2): dt-bindings: media: sun6i: Add A31 and H3 compatibles media: sun6i: Add A31 compatible Mylène Josserand (2): ARM: dts: sun8i: Add the H3/H5 CSI controller [DO NOT MERGE] ARM: dts: sun8i: Add CAM500B camera module to the Nano Pi M1+ .../devicetree/bindings/media/sun6i-csi.txt | 5 +- arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 85 ++++++++++++++++++++++ arch/arm/boot/dts/sunxi-h3-h5.dtsi | 22 ++++++ drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c | 1 + 4 files changed, 112 insertions(+), 1 deletion(-) -- 2.14.3