Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753990AbbDCJjr (ORCPT ); Fri, 3 Apr 2015 05:39:47 -0400 Received: from mail-bn1bbn0104.outbound.protection.outlook.com ([157.56.111.104]:40864 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753564AbbDCJjl (ORCPT ); Fri, 3 Apr 2015 05:39:41 -0400 Authentication-Results: spf=fail (sender IP is 192.88.168.50) smtp.mailfrom=freescale.com; cmss.chinamobile.com; dkim=none (message not signed) header.d=none; From: Jianwei Wang To: , , , , CC: , , , Jianwei Wang , Alison Wang , Xiubo Li Subject: [PATCH v4 3/4] arm/dts/ls1021a: Add DCU dts node Date: Fri, 3 Apr 2015 17:35:58 +0800 Message-ID: <1428053759-3129-4-git-send-email-b52261@freescale.com> X-Mailer: git-send-email 2.1.0.27.g96db324 In-Reply-To: <1428053759-3129-1-git-send-email-b52261@freescale.com> References: <1428053759-3129-1-git-send-email-b52261@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.50;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(189002)(199003)(92566002)(105606002)(50466002)(77156002)(33646002)(62966003)(50986999)(76176999)(77096005)(104016003)(106466001)(47776003)(87936001)(229853001)(2201001)(46102003)(36756003)(48376002)(2950100001)(19580405001)(50226001)(85426001)(6806004)(19580395003)(42262002)(2101003);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0301MB1226;H:tx30smr01.am.freescale.net;FPR:;SPF:Fail;MLV:sfv;MX:1;A:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1226;UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1195; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002010);SRVR:CY1PR0301MB1226;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1226; X-Forefront-PRVS: 05352A48BE X-MS-Exchange-CrossTenant-OriginalArrivalTime: 03 Apr 2015 09:39:36.8762 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.168.50];Helo=[tx30smr01.am.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0301MB1226 X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1150 Lines: 39 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index c70bb27..6d6e3e2 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -383,6 +383,16 @@ <&platform_clk 1>; }; + dcu: dcu@2ce0000 { + compatible = "fsl,ls1021a-dcu"; + reg = <0x0 0x2ce0000 0x0 0x10000>; + interrupts = ; + clocks = <&platform_clk 0>; + clock-names = "dcu"; + big-endian; + status = "disabled"; + }; + mdio0: mdio@2d24000 { compatible = "gianfar"; device_type = "mdio"; -- 2.1.0.27.g96db324 -- 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/