Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753023AbdCHMsX (ORCPT ); Wed, 8 Mar 2017 07:48:23 -0500 Received: from mail-it0-f45.google.com ([209.85.214.45]:35268 "EHLO mail-it0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752849AbdCHMsU (ORCPT ); Wed, 8 Mar 2017 07:48:20 -0500 MIME-Version: 1.0 In-Reply-To: References: <1487268481-6127-1-git-send-email-bgolaszewski@baylibre.com> From: Bartosz Golaszewski Date: Wed, 8 Mar 2017 13:41:07 +0100 Message-ID: Subject: Re: [PATCH] media: vpif: use a configurable i2c_adapter_id for vpif display To: "Lad, Prabhakar" 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: 1025 Lines: 33 2017-03-07 18:12 GMT+01:00 Lad, Prabhakar : > 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 > Thanks! Sekhar let me know, that this should be picked up by media. Also: there are still two DT bindings patches for vpif that can be picked up - Rob Herring acked them. Thanks, Bartosz