Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932639AbdCGROE (ORCPT ); Tue, 7 Mar 2017 12:14:04 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:36693 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932725AbdCGRND (ORCPT ); Tue, 7 Mar 2017 12:13:03 -0500 MIME-Version: 1.0 In-Reply-To: <1487268481-6127-1-git-send-email-bgolaszewski@baylibre.com> References: <1487268481-6127-1-git-send-email-bgolaszewski@baylibre.com> From: "Lad, Prabhakar" Date: Tue, 7 Mar 2017 17:12:31 +0000 Message-ID: Subject: Re: [PATCH] media: vpif: use a configurable i2c_adapter_id for vpif display To: Bartosz Golaszewski Cc: Sekhar Nori , Kevin Hilman , Michael Turquette , Patrick Titiano , Laurent Pinchart , Russell King , Mauro Carvalho Chehab , LAK , LKML , linux-media Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 25 Hi Bartosz, Thanks for the patch. On Thu, Feb 16, 2017 at 6:08 PM, Bartosz Golaszewski wrote: > > The vpif display driver uses a static i2c adapter ID of 1 but on the > da850-evm board in DT boot mode the i2c adapter ID is actually 0. > > Make the adapter ID configurable like it already is for vpif capture. > > Signed-off-by: Bartosz Golaszewski > Acked-by: Kevin Hilman > --- > arch/arm/mach-davinci/board-da850-evm.c | 1 + > drivers/media/platform/davinci/vpif_display.c | 2 +- > include/media/davinci/vpif_types.h | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) > Acked-by: Lad, Prabhakar Cheers, --Prabhakar Lad