Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1646690pxk; Fri, 2 Oct 2020 15:25:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzA9aAua0/eXEdjRjao1M7NTN6/J5W9oUazvhvtk4bAfxqow/SWmbxGU5wP1B0Nw5h4ktT4 X-Received: by 2002:a17:906:594c:: with SMTP id g12mr4449319ejr.347.1601677540276; Fri, 02 Oct 2020 15:25:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601677540; cv=none; d=google.com; s=arc-20160816; b=mqhz0gI0yBwlNfIUkxVfb68JBU1ngXRXFtlWFWteO/TuNKofsZtFZ1CaKcJxbZWXLM LHc+xNNvucltYvYKNEi0bK8cSbieDAeElHj4BHBWL56o536CsGr97yKZohMP9gF0Sdzx yO16Kj090xNx8SYv09WKKT2GIFB+qYnNA5SCUQxEYEAv8jt4F9cl2xlMwDKR6TAvaR+S MSsYC04JU1ISdNxh+e0+10Xq/R8oAcoZ32obKtP6s2TdHcBeYS+cqsfopivVFsuCw8Rl vx1QjMIYiw3nfSCy868Uzdl14RSygtjrqh5gfiMvLVRS5F3vUdgdt8wF2Geu1VjdouS3 WpHw== 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=Gdp5/E3eQC3h8e3uutIgtUgfS8W8bdm9GQyejUeDAjQ=; b=o4tqN4ro0+UOi9+Ed3Hrh+1H7jD+b/+XQ2HaVL5LoFplMFLaUU2vh1emowUbfoCVl+ 7IQMJ6eyA8nhfL9yEJwAcgwb14eCAVFzJ5209eKrMKDRoIzhAOIAsAsSFyzfwQIAeIsA UJLKlGpKhAsn2LbSiB3J+XiXLw2WWD3dDJmIO0e+UPcbDHaQLiSOh5n3tomkF0E3a+EQ jRdy2V8O7LVwaITNmQqqIj0h6KVhjJad4zzCF+uYlOCvUePzsQwLB3Ab0PpXrlu9q+W0 lCLRqUXAetCKhgUYCdjFZc6fr2fEIBqUZi4TZVhNprPDdSg1LjGeR6M4nIHNoCwEfZtk SoCw== 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 cf25si2200177ejb.718.2020.10.02.15.25.18; Fri, 02 Oct 2020 15:25:40 -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 S1725789AbgJBWXi (ORCPT + 99 others); Fri, 2 Oct 2020 18:23:38 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:27896 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725283AbgJBWXh (ORCPT ); Fri, 2 Oct 2020 18:23:37 -0400 X-IronPort-AV: E=Sophos;i="5.77,329,1596466800"; d="scan'208";a="58574391" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 03 Oct 2020 07:23:35 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 49E2140062C6; Sat, 3 Oct 2020 07:23:33 +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 v8 1/3] media: i2c: ov772x: Parse endpoint properties Date: Fri, 2 Oct 2020 23:23:21 +0100 Message-Id: <20201002222323.21736-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201002222323.21736-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20201002222323.21736-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 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/drivers/media/i2c/ov772x.c b/drivers/media/i2c/ov772x.c index 2cc6a678069a..afe2446dfb68 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,34 @@ 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 +1445,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