From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751389AbdBFHLk (ORCPT ); Mon, 6 Feb 2017 02:11:40 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:38420 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbdBFHLj (ORCPT ); Mon, 6 Feb 2017 02:11:39 -0500 MIME-Version: 1.0 In-Reply-To: <5f1f3913705fecab150e11be06b4e560fe2865e2.1486320544.git-series.maxime.ripard@free-electrons.com> References: <5f1f3913705fecab150e11be06b4e560fe2865e2.1486320544.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Mon, 6 Feb 2017 15:11:13 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/9] ARM: sun5i: a10s: switch simple framebuffer indices To: Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel , linux-kernel 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 Mon, Feb 6, 2017 at 2:49 AM, Maxime Ripard wrote: > Of the three simple framebuffer setups we have in the A10s, two of them can > be shared with the other SoCs from the sun5i family (LCD panel and > composite output). > > However, the only one we cannot share is the HDMI, which is the first > listed in the A10s DTSI. In order to make it more logical and so that we > can share the framebuffer nodes in the common DTSI, reorder those nodes. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Mon, 6 Feb 2017 15:11:13 +0800 Subject: [PATCH 2/9] ARM: sun5i: a10s: switch simple framebuffer indices In-Reply-To: <5f1f3913705fecab150e11be06b4e560fe2865e2.1486320544.git-series.maxime.ripard@free-electrons.com> References: <5f1f3913705fecab150e11be06b4e560fe2865e2.1486320544.git-series.maxime.ripard@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 6, 2017 at 2:49 AM, Maxime Ripard wrote: > Of the three simple framebuffer setups we have in the A10s, two of them can > be shared with the other SoCs from the sun5i family (LCD panel and > composite output). > > However, the only one we cannot share is the HDMI, which is the first > listed in the A10s DTSI. In order to make it more logical and so that we > can share the framebuffer nodes in the common DTSI, reorder those nodes. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai