Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752711AbbHCIEC (ORCPT ); Mon, 3 Aug 2015 04:04:02 -0400 Received: from mail-bn1bon0110.outbound.protection.outlook.com ([157.56.111.110]:44856 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751522AbbHCID6 (ORCPT ); Mon, 3 Aug 2015 04:03:58 -0400 From: Liberman Igal To: Scott Wood CC: "devicetree@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , Madalin-Cristian Bucur , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) Thread-Topic: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) Thread-Index: AQHQyqLsKwx+WbPfxE2sOcBcyJAjfZ30ctGAgAV2HlA= Date: Mon, 3 Aug 2015 07:49:29 +0000 Message-ID: References: <1438230794-10983-1-git-send-email-igal.liberman@freescale.com> <1438287143.2993.367.camel@freescale.com> In-Reply-To: <1438287143.2993.367.camel@freescale.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: freescale.com; dkim=none (message not signed) header.d=none; x-originating-ip: [192.88.162.1] x-microsoft-exchange-diagnostics: 1;DM2PR03MB557;5:9zWpNJgfjh7xGFcuiv4z5ErVAGlbiI3nwQktTEDc3kpvbiI42qNSp6EvIDn0tADei0DV9RRWMJYOdafnNEcwJ8t7e8Yc+OJUY3XWv5YKFJK068NStCR1LBv/OQdNljPRBhIkSYOb6xlDr4nCwogVxQ==;24:0fyLcl2oU1B53rbDqBGcQYj7vj3WlqbMjEI8AVrzD/zLCD1nflxdvtB0MaSyuHPkNPSTPkAc99YvzJHT43bcu+r8VO2ut+k+4BtLbOkU8U0=;20:x6ZibQ1yTrzTI5wP95txwic8G5jz/wq2ILWbAtoVKgmgMqHTo9ddjDkjXR2Rag3/N5yY+s9rB+os+T2KdXlnFQ== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR03MB557; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:DM2PR03MB557;BCL:0;PCL:0;RULEID:;SRVR:DM2PR03MB557; x-forefront-prvs: 0657D528EC x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(13464003)(377454003)(24454002)(377424004)(74316001)(99286002)(106116001)(102836002)(77096005)(86362001)(33656002)(76176999)(87936001)(5002640100001)(50986999)(2656002)(54356999)(2950100001)(189998001)(2900100001)(66066001)(76576001)(110136002)(5001960100002)(62966003)(19580405001)(77156002)(5003600100002)(4001450100002)(92566002)(5001920100001)(40100003)(122556002)(46102003)(19580395003);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR03MB557;H:DM2PR03MB509.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Aug 2015 07:49:29.0584 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR03MB557 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id t73849rL024016 Content-Length: 1394 Lines: 40 Regards, Igal Liberman. > -----Original Message----- > From: Wood Scott-B07421 > Sent: Thursday, July 30, 2015 11:12 PM > To: Liberman Igal-B31950 > Cc: devicetree@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Bucur > Madalin-Cristian-B32716; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan > support to the SoC device tree(s) > > On Thu, 2015-07-30 at 07:33 +0300, Igal.Liberman wrote: > > @@ -307,4 +307,117 @@ > > reg = <0xe0000 0x1000>; > > fsl,has-rstcr; > > }; > > + > > + fman@100000{ > > + #address-cells = <1>; > > + #size-cells = <1>; > > + cell-index = <0>; > > + ranges = <0 0x100000 0x100000>; > > + compatible = "fsl,fman"; > > + reg = <0x100000 0x100000>; > > + interrupts = <24 2 0 0>, <16 2 1 30>; > > + clock-frequency = <0>; > > + fsl,qman-channel-range = <0x40 0x7>; > > fman is supposed to have clocks/clock-names, not clock-frequency. > The new clock binding doesn't support P1023 yet. I'll drop P1023 from this submission, it's not supported currently by the driver, we'll re-add it later. > -Scott ????{.n?+???????+%?????ݶ??w??{.n?+????{??G?????{ay?ʇڙ?,j??f???h?????????z_??(?階?ݢj"???m??????G????????????&???~???iO???z??v?^?m???? ????????I?