From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754232AbeDYLAb (ORCPT ); Wed, 25 Apr 2018 07:00:31 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:48849 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807AbeDYLAY (ORCPT ); Wed, 25 Apr 2018 07:00:24 -0400 From: Jacopo Mondi To: hans.verkuil@cisco.com, mchehab@kernel.org, robh+dt@kernel.org Cc: Jacopo Mondi , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] media: i2c: mt9t112: Add OF tree support Date: Wed, 25 Apr 2018 13:00:12 +0200 Message-Id: <1524654014-17852-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, this small series add device tree support for the MT9T112 image sensor. As in the device tree bindings I used 'semi-standard' name for the 'powerdown' GPIO, I have changed that for all other users of the mt9t112 driver (SH Ecovec only). A note on clock: as the mt9t112 driver expects to receive the PPL parameter configuration from platform data (I know...), new OF users are only supported with an external clock frequency of 24MHz. Thanks j Jacopo Mondi (2): dt-bindings: media: i2c: Add mt9t111 image sensor media: i2c: mt9t112: Add device tree support Documentation/devicetree/bindings/mt9t112.txt | 41 +++++++++++++ arch/sh/boards/mach-ecovec24/setup.c | 4 +- drivers/media/i2c/mt9t112.c | 87 +++++++++++++++++++++++---- 3 files changed, 118 insertions(+), 14 deletions(-) create mode 100644 Documentation/devicetree/bindings/mt9t112.txt -- 2.7.4