Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753585AbbBMR2Z (ORCPT ); Fri, 13 Feb 2015 12:28:25 -0500 Received: from mail-bn1on0115.outbound.protection.outlook.com ([157.56.110.115]:60320 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753135AbbBMR2Y (ORCPT ); Fri, 13 Feb 2015 12:28:24 -0500 Message-ID: <1423848488.4107.5.camel@aoeu.buserror.net> Subject: Re: [PATCH 2/3] arm/dts/ls1021a: Add DCU dts node From: Scott Wood To: Jianwei Wang CC: , , , , Alison Wang , Xiubo Li Date: Fri, 13 Feb 2015 11:28:08 -0600 In-Reply-To: <1423825436-47780-2-git-send-email-b52261@freescale.com> References: <1423825436-47780-1-git-send-email-b52261@freescale.com> <1423825436-47780-2-git-send-email-b52261@freescale.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.88.168.49] X-ClientProxiedBy: BN1PR02CA0051.namprd02.prod.outlook.com (10.141.56.51) To DM2PR0301MB0736.namprd03.prod.outlook.com (25.160.97.144) Authentication-Results: freescale.com; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0736; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004);SRVR:DM2PR0301MB0736; X-Forefront-PRVS: 0486A0CB86 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6009001)(6049001)(24454002)(51704005)(377424004)(77096005)(122386002)(86362001)(19580395003)(19580405001)(33646002)(87976001)(66066001)(110136001)(2950100001)(76176999)(50466002)(92566002)(46102003)(40100003)(50986999)(47776003)(50226001)(42186005)(103116003)(62966003)(23676002)(77156002);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0301MB0736;H:[10.81.52.176];FPR:;SPF:None;MLV:sfv;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0736; X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 13 Feb 2015 17:28:15.5265 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0301MB0736 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1249 Lines: 39 On Fri, 2015-02-13 at 19:03 +0800, Jianwei Wang wrote: > Add DCU node, DCU is a display controller of Freescale > named 2D-ACE. > > Signed-off-by: Alison Wang > Signed-off-by: Xiubo Li > Signed-off-by: Jianwei Wang > --- > arch/arm/boot/dts/ls1021a.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi > index c70bb27..28c37f1 100644 > --- a/arch/arm/boot/dts/ls1021a.dtsi > +++ b/arch/arm/boot/dts/ls1021a.dtsi > @@ -383,6 +383,17 @@ > <&platform_clk 1>; > }; > > + dcfb: dcfb@2ce0000 { > + compatible = "fsl,ls1021a-dcfb"; > + reg = <0x0 0x2ce0000 0x0 0x10000>; > + interrupts = ; > + clocks = <&platform_clk 0>; > + clock-names = "dcfb"; > + scfg-controller = <&scfg>; > + big-endian; > + status = "disabled"; > + }; I don't see "big-endian" in the dcfb binding. -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/