From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752978AbcJJOtu (ORCPT ); Mon, 10 Oct 2016 10:49:50 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:36582 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbcJJOts (ORCPT ); Mon, 10 Oct 2016 10:49:48 -0400 Date: Mon, 10 Oct 2016 09:49:46 -0500 From: Rob Herring To: Chen-Yu Tsai Cc: Maxime Ripard , David Airlie , Mark Rutland , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 5/9] drm/sun4i: Add compatible strings for A31/A31s display pipelines Message-ID: <20161010144946.GA23721@rob-hp-laptop> References: <20161006160629.11198-1-wens@csie.org> <20161006160629.11198-6-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161006160629.11198-6-wens@csie.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 07, 2016 at 12:06:25AM +0800, Chen-Yu Tsai wrote: > The A31's display pipeline has 2 frontends, 2 backends, and 2 TCONs. It > also has new display enhancement blocks, such as the DRC (Dynamic Range > Controller), the DEU (Display Enhancement Unit), and the CMU (Color > Management Unit). It supports HDMI, MIPI DSI, and 2 LCD/LVDS channels. > > The A31s display pipeline is almost the same, just without MIPI DSI. > Only the TCON seems to be different, due to the missing mux for MIPI > DSI. > > Add compatible strings for both of them. > > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 4 ++++ > drivers/gpu/drm/sun4i/sun4i_backend.c | 1 + > drivers/gpu/drm/sun4i/sun4i_drv.c | 3 +++ > 3 files changed, 8 insertions(+) Acked-by: Rob Herring