From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbcIBBrd (ORCPT ); Thu, 1 Sep 2016 21:47:33 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:52216 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbcIBBra (ORCPT ); Thu, 1 Sep 2016 21:47:30 -0400 MIME-Version: 1.0 In-Reply-To: <20160901153204.11217-2-maxime.ripard@free-electrons.com> References: <20160901153204.11217-1-maxime.ripard@free-electrons.com> <20160901153204.11217-2-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Fri, 2 Sep 2016 09:47:06 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/7] drm/sun4i: support TCONs without channel 1 To: Maxime Ripard Cc: Daniel Vetter , David Airlie , Thierry Reding , Chen-Yu Tsai , Rob Herring , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi , Thomas Petazzoni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 1, 2016 at 11:31 PM, Maxime Ripard wrote: > Some Allwinner SoCs, such as the A33, have a variation of the TCON that > doesn't have a second channel (or it is not wired to anything). > > Make sure we can handle that case. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai