Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1456395pxk; Fri, 2 Oct 2020 09:58:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyRYvuNuL05HH2J+X0xfJE+XNB+/VIeoTa5h5CzZ55pJ+9Dk+lt3XbNAhNoDBLYPPLkhwRN X-Received: by 2002:a17:906:1fd5:: with SMTP id e21mr3329564ejt.349.1601657913399; Fri, 02 Oct 2020 09:58:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601657913; cv=none; d=google.com; s=arc-20160816; b=xnporeisx9cIcEr+bXfKCFe1fYil9jH44uwFEDb76WWhselK4i8+4CjEwLjALuV764 YQeMPQi6ijONJIdRnbfV8pBG/BMtVvdJ0SC6vArHlz/YUOd2iIdsmvUmNSy7OduBgKVw aj7iPnrWgq6szrRu8pD/XBY6ba6ctoMpVEV96kxNn+lELzHJjQBGTPzFr9PszLROt35m C/19xyDqrJOw7HH31hPXoxqPN3cCKP0S5VYYAcUgzwRPUapjSd0lO1/l9VHRLDataMXO hrlctjx96ok702ivmIFuCZFDHtqKLux4HJptKSFWGRehQ05AufTKSj05dIEZGVPCVPyh ZpdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=nNQoHBcL08UdejRaIhkDohoiGgRpZ72w+OGeG3hifPw=; b=whbIA0tfbxNkaUI1HJoMIFaiVPYOPrHHSYVYRe1BFjTQAe1EX4yCELjK27ENa079SC 0lhiBig0fTII0TJfsYcPWUnrZXXqBcOpTMaXucFcaXe2rpHNoKRpfiT9NVVxzZ2/S0rc KB0lb9OdurrbGGnW0s1zLX8Cfu7cHYpajlf1Jvq5pRsvsgRiL3+zliUxo4xSzR8axcIZ T/Z0+BEx1wBxPQZ8z47omC33w4q9Ycocf+sbxR0PuXS0rXQEx4ibmb3+yZw1ZQQEGDQQ iTJvXRirG24M0hEsUJVTDipUFEOYO4eoGhQ7XnWb9Z78BwK7yFZwLzTxhEnaWM1+RjhQ idzQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ot12si1375721ejb.692.2020.10.02.09.58.11; Fri, 02 Oct 2020 09:58:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388163AbgJBQ5H (ORCPT + 99 others); Fri, 2 Oct 2020 12:57:07 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:57724 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725991AbgJBQ5G (ORCPT ); Fri, 2 Oct 2020 12:57:06 -0400 X-IronPort-AV: E=Sophos;i="5.77,328,1596466800"; d="scan'208";a="58778476" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 03 Oct 2020 01:57:05 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 4AE974007F50; Sat, 3 Oct 2020 01:57:03 +0900 (JST) From: Lad Prabhakar To: Jacopo Mondi , Sakari Ailus , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH v7 1/3] media: i2c: ov772x: Parse endpoint properties Date: Fri, 2 Oct 2020 17:56:54 +0100 Message-Id: <20201002165656.16744-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201002165656.16744-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20201002165656.16744-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Parse endpoint properties using v4l2_fwnode_endpoint_alloc_parse() to determine the bus type and store it in the driver structure. Set bus_type to V4L2_MBUS_PARALLEL as it's the only supported one Signed-off-by: Lad Prabhakar Reviewed-by: Jacopo Mondi --- drivers/media/i2c/ov772x.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/drivers/media/i2c/ov772x.c b/drivers/media/i2c/ov772x.c index 2cc6a678069a..b56f8d7609e6 100644 --- a/drivers/media/i2c/ov772x.c +++ b/drivers/media/i2c/ov772x.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -434,6 +435,7 @@ struct ov772x_priv { #ifdef CONFIG_MEDIA_CONTROLLER struct media_pad pad; #endif + enum v4l2_mbus_type bus_type; }; /* @@ -1348,6 +1350,33 @@ static const struct v4l2_subdev_ops ov772x_subdev_ops = { .pad = &ov772x_subdev_pad_ops, }; +static int ov772x_parse_dt(struct i2c_client *client, + struct ov772x_priv *priv) +{ + struct v4l2_fwnode_endpoint bus_cfg = { .bus_type = V4L2_MBUS_PARALLEL }; + struct fwnode_handle *ep; + int ret; + + ep = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), + NULL); + if (!ep) { + dev_err(&client->dev, "Endpoint node not found\n"); + return -EINVAL; + } + + ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); + if (ret) + goto error_fwnode_put; + + priv->bus_type = bus_cfg.bus_type; + v4l2_fwnode_endpoint_free(&bus_cfg); + +error_fwnode_put: + fwnode_handle_put(ep); + + return ret; +} + /* * i2c_driver function */ @@ -1415,6 +1444,10 @@ static int ov772x_probe(struct i2c_client *client) goto error_clk_put; } + ret = ov772x_parse_dt(client, priv); + if (ret) + goto error_clk_put; + ret = ov772x_video_probe(priv); if (ret < 0) goto error_gpio_put; -- 2.17.1