Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753756AbaD2DD7 (ORCPT ); Mon, 28 Apr 2014 23:03:59 -0400 Received: from mail-by2lp0244.outbound.protection.outlook.com ([207.46.163.244]:44340 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752223AbaD2DDf (ORCPT ); Mon, 28 Apr 2014 23:03:35 -0400 From: Xiubo Li To: , , CC: , , , Xiubo Li , Jingchang Lu Subject: [PATCHv3 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node. Date: Tue, 29 Apr 2014 10:18:58 +0800 Message-ID: <1398737939-5334-3-git-send-email-Li.Xiubo@freescale.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1398737939-5334-1-git-send-email-Li.Xiubo@freescale.com> References: <1398737939-5334-1-git-send-email-Li.Xiubo@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.1;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009001)(6009001)(428001)(199002)(189002)(19580405001)(6806004)(77982001)(50986999)(87936001)(46102001)(76176999)(50226001)(77156001)(48376002)(77096999)(101416001)(99396002)(89996001)(83072002)(79102001)(87286001)(50466002)(4396001)(20776003)(81342001)(92726001)(92566001)(81542001)(85852003)(76482001)(80022001)(36756003)(47776003)(19580395003)(80976001)(83322001)(31966008)(86362001)(93916002)(44976005)(62966002)(74502001)(88136002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2PR03MB507;H:tx30smr01.am.freescale.net;FPR:FB9FEB7E.3CB48CE1.2EFCCBA7.9C5A921E.20143;MLV:sfv;PTR:gate-tx3.freescale.com;A:1;MX:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-Forefront-PRVS: 0196A226D1 X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Xiubo Li Cc: Shawn Guo Cc: Jingchang Lu --- arch/arm/boot/dts/vf610.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 107e2c0..7e30bb1 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi @@ -281,6 +281,18 @@ status = "disabled"; }; + ftm: ftm@400b8000 { + compatible = "fsl,ftm-timer"; + reg = <0x400b8000 0x1000 0x400b9000 0x1000>; + interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>; + clock-names = "ftm-evt", "ftm-src", + "ftm-evt-counter-en", "ftm-src-counter-en"; + clocks = <&clks VF610_CLK_FTM2>, + <&clks VF610_CLK_FTM3>, + <&clks VF610_CLK_FTM2_EXT_FIX_EN>, + <&clks VF610_CLK_FTM3_EXT_FIX_EN>; + }; + fec0: ethernet@400d0000 { compatible = "fsl,mvf600-fec"; reg = <0x400d0000 0x1000>; -- 1.8.4 -- 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/