Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3690814imm; Mon, 18 Jun 2018 02:22:11 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLn6CtmWaJibrIFbPrWP8PdQ+HIQ5OLzjXAe2ShKYzcCPv74ex0M9dw4frqYuc0SzLQQ3Ay X-Received: by 2002:a63:770c:: with SMTP id s12-v6mr10175170pgc.17.1529313731383; Mon, 18 Jun 2018 02:22:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529313731; cv=none; d=google.com; s=arc-20160816; b=nQegLmxjWq0AvuFxbGzxEjQmzQTywcTMY6rXUAoJx5IGuqt1YlK0xxID1rIKuwnQQ/ 6tqv8CXAhcDb/6ePuygRIw2QH44kJ8yhOIKewwIdECH0ZdpKWlmphto7F8HwAkOyP7TU GIyM/UjvpXMeKUQxHr157uU6ZQJ5HuIQntd0rThZ2L50eiBng/GKJY9Sy2zctgAouFUt XIhFf+4bFIqYvKEk21oevSc+eA1VWMHqlTlobYvVC9RXK6JuDQBTHAwzokFVaA3Ot7BU LN5m99xbjyZgzV7dp6nKizKervHnT6ONfbbEbxqEaMjgCVln9zSet5RU0l+VEQfDaWTR krBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=qfIcNKEqr3I5FxL6D1pWBNMY0Kuo8E8oiIONRi7xcV4=; b=G+uM8FXnP9qAZ9HI/3Twfn+RiFUHRIfGJXjAM0JqTsqmjpWEKpgxTCtawlisQoqlij k5CgkjP0CjyCtBPrZz8dbffYtnhZXLEBo1M32w94qgmkBbboHOu/nvQ0EyWHVLYtZNKs zWCPYhWp/I1AmLwjnP9y+66jfhUJwNQUiM3R8bnr5dbTArevy5ftwdPFxXlvqS4KOt86 qTMRG8e4ifLh8YtdFw/5pkrAfXrtE7OIiKQjFCwLe750ezSoo2qYbYL1oZNoO0yUl/Wl gQwlNNL/qCCkfHY7V8aSesZhtMHjNvq+/S5rtC5OQ0cJe7/bnnmmIxbBUDz9Mv5NaknG H+lA== 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 h77-v6si15613381pfa.238.2018.06.18.02.21.57; Mon, 18 Jun 2018 02:22:11 -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 S966495AbeFRI1l (ORCPT + 99 others); Mon, 18 Jun 2018 04:27:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58078 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966478AbeFRI1k (ORCPT ); Mon, 18 Jun 2018 04:27:40 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id E489ACA8; Mon, 18 Jun 2018 08:27:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sekhar Nori , Sasha Levin Subject: [PATCH 4.16 262/279] ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF Date: Mon, 18 Jun 2018 10:14:07 +0200 Message-Id: <20180618080619.561976207@linuxfoundation.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180618080608.851973560@linuxfoundation.org> References: <20180618080608.851973560@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sekhar Nori [ Upstream commit 7d46899d57f8b61eb28701d9a4043b71e3392c26 ] commit a16cb91ad9c4 ("[media] media: vpif: use a configurable i2c_adapter_id for vpif display") removed hardcoded I2C adaptor setting in VPIF driver, but missed updating platform data passed from DM646x board. Fix it. Fixes: a16cb91ad9c4 ("[media] media: vpif: use a configurable i2c_adapter_id for vpif display") Signed-off-by: Sekhar Nori Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/mach-davinci/board-dm646x-evm.c | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c @@ -534,6 +534,7 @@ static struct vpif_display_config dm646x .set_clock = set_vpif_clock, .subdevinfo = dm646x_vpif_subdev, .subdev_count = ARRAY_SIZE(dm646x_vpif_subdev), + .i2c_adapter_id = 1, .chan_config[0] = { .outputs = dm6467_ch0_outputs, .output_count = ARRAY_SIZE(dm6467_ch0_outputs), @@ -676,6 +677,7 @@ static struct vpif_capture_config dm646x .setup_input_channel_mode = setup_vpif_input_channel_mode, .subdev_info = vpif_capture_sdev_info, .subdev_count = ARRAY_SIZE(vpif_capture_sdev_info), + .i2c_adapter_id = 1, .chan_config[0] = { .inputs = dm6467_ch0_inputs, .input_count = ARRAY_SIZE(dm6467_ch0_inputs),