From patchwork Fri Nov 7 03:01:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 407950 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B89461400B7 for ; Fri, 7 Nov 2014 14:01:53 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329AbaKGDBw (ORCPT ); Thu, 6 Nov 2014 22:01:52 -0500 Received: from mail-by2on0145.outbound.protection.outlook.com ([207.46.100.145]:42336 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751051AbaKGDBv (ORCPT ); Thu, 6 Nov 2014 22:01:51 -0500 Received: from snotra.am.freescale.net (192.88.168.50) by BY2PR0301MB0727.namprd03.prod.outlook.com (25.160.63.17) with Microsoft SMTP Server (TLS) id 15.1.11.14; Fri, 7 Nov 2014 03:01:43 +0000 From: Scott Wood To: CC: Igal Liberman , Emil Medve , , Scott Wood Subject: [PATCH] powerpc/fsl: Update fman dt binding with clock name and qbman link Date: Thu, 6 Nov 2014 21:01:34 -0600 Message-ID: <1415329294-22011-1-git-send-email-scottwood@freescale.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [192.88.168.50] X-ClientProxiedBy: BLUPR08CA0055.namprd08.prod.outlook.com (10.141.200.35) To BY2PR0301MB0727.namprd03.prod.outlook.com (25.160.63.17) X-MS-Exchange-Transport-FromEntityHeader: Hosted X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0727; X-Exchange-Antispam-Report-Test: UriScan:; X-Forefront-PRVS: 03883BD916 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(189002)(199003)(19580395003)(19580405001)(20776003)(77096003)(99396003)(86362001)(87286001)(77156002)(64706001)(120916001)(97736003)(15975445006)(42186005)(62966003)(36756003)(40100003)(92726001)(122386002)(47776003)(88136002)(46102003)(2351001)(50226001)(66066001)(4396001)(33646002)(101416001)(95666004)(50466002)(104166001)(50986999)(89996001)(92566001)(48376002)(229853001)(87976001)(21056001)(110136001)(31966008)(15202345003)(102836001)(106356001)(107046002)(105586002); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR0301MB0727; H:snotra.am.freescale.net; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; X-OriginatorOrg: freescale.com Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The clock name "fmanclk" was given in the example, but not specified in the binding itself. Made clock-names mandatory as otherwise there's not much point having it. Added a reference to the fsl,qman and fsl,bman properties proposed in http://patchwork.ozlabs.org/patch/407034/ and http://patchwork.ozlabs.org/patch/407035/ Signed-off-by: Scott Wood --- This patch is on top of http://patchwork.ozlabs.org/patch/390351/ Documentation/devicetree/bindings/powerpc/fsl/fman.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt index da8e5f2..edeea16 100644 --- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt +++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt @@ -79,12 +79,12 @@ PROPERTIES - clocks Usage: required Value type: - Definition: phandle for fman clock. + Definition: phandle for the fman input clock. - clock-names - usage: optional + usage: required Value type: - Definition: A standard property + Definition: "fmanclk" for the fman input clock. - interrupts Usage: required @@ -104,6 +104,11 @@ PROPERTIES "Work Queue (WQ) Channel Assignments in the QMan" section in DPAA Reference Manual. +- fsl,qman +- fsl,bman + Usage: required + Definition: See soc/fsl/qman.txt and soc/fsl/bman.txt + ============================================================================= FMan MURAM Node