Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755435AbdCGMvd (ORCPT ); Tue, 7 Mar 2017 07:51:33 -0500 Received: from mail-it0-f46.google.com ([209.85.214.46]:36919 "EHLO mail-it0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754950AbdCGMvY (ORCPT ); Tue, 7 Mar 2017 07:51:24 -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: Bartosz Golaszewski Date: Tue, 7 Mar 2017 12:50:34 +0100 Message-ID: Subject: Re: [PATCH] media: vpif: use a configurable i2c_adapter_id for vpif display To: Prabhakar Lad , Mauro Carvalho Chehab Cc: arm-soc , Russell King , Laurent Pinchart , Patrick Titiano , Michael Turquette , Kevin Hilman , LKML , linux-media@vger.kernel.org, Sekhar Nori , Bartosz Golaszewski 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: 635 Lines: 18 2017-02-16 19:08 GMT+01:00 Bartosz Golaszewski : > 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 > --- Hi Mauro, Prabhakar, can we get an ack on this? Sekhar already merged the rest of the patches that need this to make vpif display work on the da850-evm board. I think it's best if it goes through his tree. Thanks, Bartosz