From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 10/12] video: Add ADV751[13] DT bindings documentation Date: Thu, 25 Sep 2014 09:06:46 +0200 Message-ID: References: <1411589072-28609-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1411589072-28609-11-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411589072-28609-11-git-send-email-laurent.pinchart+renesas@ideasonboard.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Laurent Pinchart Cc: "devicetree@vger.kernel.org" , DRI Development , Linux-sh list List-Id: devicetree@vger.kernel.org Hi Laurent, On Wed, Sep 24, 2014 at 10:04 PM, Laurent Pinchart wrote: > +- adi,input-style: The input components arrangement variant (1, 2 or 3). What's the meaning of the numerical values 1, 2, and 3? I found this code in "[PATCH 11/12] drm: Add adv7511 encoder driver": + input_style = config->input_style == 1 ? 2 + : (config->input_style == 2 ? 1 : 3); which didn't really help much ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds