Received: by 10.192.165.148 with SMTP id m20csp544147imm; Wed, 25 Apr 2018 04:01:51 -0700 (PDT) X-Google-Smtp-Source: AIpwx4++tAYw+pUETJOGSjjDlR2TL+sBX20jFgIYTvSAFaKHHzD+/KMIk+qfpWHn5EZNxubM/pEk X-Received: by 10.101.100.202 with SMTP id t10mr17664208pgv.407.1524654110977; Wed, 25 Apr 2018 04:01:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524654110; cv=none; d=google.com; s=arc-20160816; b=0MnAoQ482ogYr0UdKlak5VgDbuqgQ5JDWLQf87x6/ns85Ykn0KiugR+sakPbMz32Uq ZMIUe+itYWdSNmhxLXX7Vuttmb9Hc8y3QaZxRGU6OZ6LDkI18k5dyJz5ZqWJtCOsnUog 9Hu5jz4f/HoGwXUgz2m27DGJ36xoWr4c/PETLmXJU1hDCwESjwGRhJjt6pXnrNChC4QY nsRxpwNWQvTz/PqUqjOxQv51okuxweWCUYIuG4v91Sbeq6zUb8R09BaPZH1IvubrkrM1 iEd/6uL1/xoN1C0sQ+VOjSO6JqVVbNo89cTbxZZ9qLnEEvIxjV1PEAJ47DWdznjuI3/e IezQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=mQBTJfh/FRWpwy/eeWCO/7BH1UteZWAGOKelOD7Dstc=; b=Rc7t5IZH2/kOIy13mzRZA4p5tzsL48LET1+eChNsdLTJzntAqxZ5cd31ji80EHC1i/ mw4a2+lOw+eRZk6+75aTUcyAeRIW9CHNG8k1Cu5UhhdSgDwS9AurchGDU1JYQdD2rCyT +HO+eRE8Ys6zT0XbI8FSvMs3M4Hzv9o3+2mmN8R5n8pvQMIhYiQxLVMdFNG34OodvxSD qAaHWtJ1IYBO9HYnRa1LSxuoSuPErYZiumbvnttYlkluJJikmyn5WUJR8fKoj1/FLRgi YoWz2Vm0Mfz119UIGn44udc2TBjiZRl7GvUyxe+OUq4sxpDcdXe8mhLccBHT9hbFcOJe 89jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1-v6si11602762plj.122.2018.04.25.04.01.36; Wed, 25 Apr 2018 04:01:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754272AbeDYLAe (ORCPT + 99 others); Wed, 25 Apr 2018 07:00:34 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:50303 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754013AbeDYLAb (ORCPT ); Wed, 25 Apr 2018 07:00:31 -0400 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D208B100013; Wed, 25 Apr 2018 13:00:28 +0200 (CEST) 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 2/2] media: i2c: mt9t112: Add device tree support Date: Wed, 25 Apr 2018 13:00:14 +0200 Message-Id: <1524654014-17852-3-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1524654014-17852-1-git-send-email-jacopo+renesas@jmondi.org> References: <1524654014-17852-1-git-send-email-jacopo+renesas@jmondi.org> X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add support for OF systems to mt9t112 image sensor driver. As the devicetree bindings use standard name for 'powerdown' gpio, and while at there, update the existing mt9t112 users to use the new name. Signed-off-by: Jacopo Mondi --- arch/sh/boards/mach-ecovec24/setup.c | 4 +- drivers/media/i2c/mt9t112.c | 87 +++++++++++++++++++++++++++++++----- 2 files changed, 77 insertions(+), 14 deletions(-) diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index adc61d1..16de9ec 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -480,7 +480,7 @@ static struct gpiod_lookup_table tw9910_gpios = { static struct gpiod_lookup_table mt9t112_0_gpios = { .dev_id = "0-003c", .table = { - GPIO_LOOKUP("sh7724_pfc", GPIO_PTA3, "standby", + GPIO_LOOKUP("sh7724_pfc", GPIO_PTA3, "powerdown", GPIO_ACTIVE_HIGH), }, }; @@ -488,7 +488,7 @@ static struct gpiod_lookup_table mt9t112_0_gpios = { static struct gpiod_lookup_table mt9t112_1_gpios = { .dev_id = "1-003c", .table = { - GPIO_LOOKUP("sh7724_pfc", GPIO_PTA4, "standby", + GPIO_LOOKUP("sh7724_pfc", GPIO_PTA4, "powerdown", GPIO_ACTIVE_HIGH), }, }; diff --git a/drivers/media/i2c/mt9t112.c b/drivers/media/i2c/mt9t112.c index af8cca9..704e7fb 100644 --- a/drivers/media/i2c/mt9t112.c +++ b/drivers/media/i2c/mt9t112.c @@ -32,6 +32,7 @@ #include #include +#include #include #include @@ -77,6 +78,15 @@ #define VAR(id, offset) _VAR(id, offset, 0x0000) #define VAR8(id, offset) _VAR(id, offset, 0x8000) +/* + * Default PLL configuration for 24MHz input clock + */ +static struct mt9t112_platform_data mt9t112_default_pdata_24MHz = { + .divider = { + 0x49, 0x6, 0, 6, 0, 9, 9, 6, 0, + }, +}; + /************************************************************************ * struct ***********************************************************************/ @@ -88,6 +98,7 @@ struct mt9t112_format { }; struct mt9t112_priv { + struct device *dev; struct v4l2_subdev subdev; struct mt9t112_platform_data *info; struct i2c_client *client; @@ -1066,13 +1077,39 @@ static int mt9t112_camera_probe(struct i2c_client *client) return ret; } +static int mt9t112_parse_dt(struct mt9t112_priv *priv) +{ + struct fwnode_handle *fwnode = dev_fwnode(priv->dev); + struct fwnode_handle *ep; + struct v4l2_fwnode_endpoint vep; + int ret; + + ep = fwnode_graph_get_next_endpoint(fwnode, NULL); + if (IS_ERR_OR_NULL(ep)) { + dev_err(priv->dev, "No endpoint registered\n"); + return PTR_ERR(ep); + } + + ret = v4l2_fwnode_endpoint_parse(ep, &vep); + fwnode_handle_put(ep); + if (ret) { + dev_err(priv->dev, "Unable to parse endpoint: %d\n", ret); + return ret; + } + + if (vep.bus.parallel.flags & V4L2_MBUS_PCLK_SAMPLE_RISING) + priv->info->flags = MT9T112_FLAG_PCLK_RISING_EDGE; + + return 0; +} + static int mt9t112_probe(struct i2c_client *client, const struct i2c_device_id *did) { struct mt9t112_priv *priv; int ret; - if (!client->dev.platform_data) { + if (!client->dev.of_node && !client->dev.platform_data) { dev_err(&client->dev, "mt9t112: missing platform data!\n"); return -EINVAL; } @@ -1081,23 +1118,39 @@ static int mt9t112_probe(struct i2c_client *client, if (!priv) return -ENOMEM; - priv->info = client->dev.platform_data; priv->init_done = false; - - v4l2_i2c_subdev_init(&priv->subdev, client, &mt9t112_subdev_ops); - - priv->clk = devm_clk_get(&client->dev, "extclk"); - if (PTR_ERR(priv->clk) == -ENOENT) { + priv->dev = &client->dev; + + if (client->dev.platform_data) { + priv->info = client->dev.platform_data; + + priv->clk = devm_clk_get(&client->dev, "extclk"); + if (PTR_ERR(priv->clk) == -ENOENT) { + priv->clk = NULL; + } else if (IS_ERR(priv->clk)) { + dev_err(&client->dev, + "Unable to get clock \"extclk\"\n"); + return PTR_ERR(priv->clk); + } + } else { + /* + * External clock frequencies != 24MHz are only supported + * for non-OF systems. + */ priv->clk = NULL; - } else if (IS_ERR(priv->clk)) { - dev_err(&client->dev, "Unable to get clock \"extclk\"\n"); - return PTR_ERR(priv->clk); + priv->info = &mt9t112_default_pdata_24MHz; + + ret = mt9t112_parse_dt(priv); + if (ret) + return ret; } - priv->standby_gpio = devm_gpiod_get_optional(&client->dev, "standby", + v4l2_i2c_subdev_init(&priv->subdev, client, &mt9t112_subdev_ops); + + priv->standby_gpio = devm_gpiod_get_optional(&client->dev, "powerdown", GPIOD_OUT_HIGH); if (IS_ERR(priv->standby_gpio)) { - dev_err(&client->dev, "Unable to get gpio \"standby\"\n"); + dev_err(&client->dev, "Unable to get gpio \"powerdown\"\n"); return PTR_ERR(priv->standby_gpio); } @@ -1124,9 +1177,19 @@ static const struct i2c_device_id mt9t112_id[] = { }; MODULE_DEVICE_TABLE(i2c, mt9t112_id); +#if IS_ENABLED(CONFIG_OF) +static const struct of_device_id mt9t112_of_match[] = { + { .compatible = "micron,mt9t111", }, + { .compatible = "micron,mt9t112", }, + { /* sentinel */ }, +}; +MODULE_DEVICE_TABLE(of, mt9t112_of_match); +#endif + static struct i2c_driver mt9t112_i2c_driver = { .driver = { .name = "mt9t112", + .of_match_table = of_match_ptr(mt9t112_of_match), }, .probe = mt9t112_probe, .remove = mt9t112_remove, -- 2.7.4