From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f43.google.com ([74.125.83.43]:44012 "EHLO mail-pg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163203AbeCBCGi (ORCPT ); Thu, 1 Mar 2018 21:06:38 -0500 Subject: Re: [PATCH v7 3/4 - variant 1] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes References: <20180301220540.11959-1-laurent.pinchart+renesas@ideasonboard.com> <20180301220540.11959-4-laurent.pinchart+renesas@ideasonboard.com> From: Frank Rowand Message-ID: Date: Thu, 1 Mar 2018 18:06:36 -0800 MIME-Version: 1.0 In-Reply-To: <20180301220540.11959-4-laurent.pinchart+renesas@ideasonboard.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org To: Laurent Pinchart , dri-devel@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org List-ID: On 03/01/18 14:05, Laurent Pinchart wrote: > The internal LVDS encoders now have their own DT bindings. Before > switching the driver infrastructure to those new bindings, implement > backward-compatibility through live DT patching. > > Patching is disabled and will be enabled along with support for the new > DT bindings in the DU driver. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Frank Rowand