From patchwork Wed Nov 14 14:59:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10682719 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 02BE214BA for ; Wed, 14 Nov 2018 14:59:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E8EED2B946 for ; Wed, 14 Nov 2018 14:59:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DD3AE2B94C; Wed, 14 Nov 2018 14:59:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 88CA02B946 for ; Wed, 14 Nov 2018 14:59:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732958AbeKOBDL (ORCPT ); Wed, 14 Nov 2018 20:03:11 -0500 Received: from mail.bootlin.com ([62.4.15.54]:38514 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731585AbeKOBDL (ORCPT ); Wed, 14 Nov 2018 20:03:11 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 2DDD8206A1; Wed, 14 Nov 2018 15:59:36 +0100 (CET) Received: from localhost (aaubervilliers-681-1-30-49.w90-88.abo.wanadoo.fr [90.88.15.49]) by mail.bootlin.com (Postfix) with ESMTPSA id 08DE72074F; Wed, 14 Nov 2018 15:59:36 +0100 (CET) From: Maxime Ripard To: Yong Deng Cc: Mauro Carvalho Chehab , Chen-Yu Tsai , Maxime Ripard , Hans Verkuil , Sakari Ailus , linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Mylene Josserand Subject: [PATCH v2 0/4] media: sun6i: Add support for the H3 CSI controller Date: Wed, 14 Nov 2018 15:59:30 +0100 Message-Id: <20181114145934.26855-1-maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Changes from v1: - Rebased on top of latest Yong's series 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 +++++ .../platform/sunxi/sun6i-csi/sun6i_csi.c | 1 + 4 files changed, 112 insertions(+), 1 deletion(-)