[{"id":1773054,"web_url":"http://patchwork.ozlabs.org/comment/1773054/","msgid":"<AM4PR0401MB1699D419007FB551153BD9CD8F660@AM4PR0401MB1699.eurprd04.prod.outlook.com>","list_archive_url":null,"date":"2017-09-21T18:36:47","subject":"RE: [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding\n\tfor QBMan","submitter":{"id":68093,"url":"http://patchwork.ozlabs.org/api/people/68093/","name":"Leo Li","email":"leoyang.li@nxp.com"},"content":"> -----Original Message-----\n> From: Roy Pledge [mailto:roy.pledge@nxp.com]\n> Sent: Monday, September 18, 2017 3:40 PM\n> To: Leo Li <leoyang.li@nxp.com>; linuxppc-dev@lists.ozlabs.org; linux-arm-\n> kernel@lists.infradead.org; linux-kernel@vger.kernel.org;\n> devicetree@vger.kernel.org\n> Cc: oss@buserror.net; Madalin-cristian Bucur <madalin.bucur@nxp.com>;\n> catalin.marinas@arm.com; linux@armlinux.org.uk; arnd@arndb.de;\n> mark.rutland@arm.com; Roy Pledge <roy.pledge@nxp.com>\n> Subject: [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding for\n> QBMan\n> \n> Updates the QMan and BMan device tree bindings for reserved memory\n> nodes. This makes the reserved memory allocation compatible with\n> the shared-dma-pool usage.\n> \n> Signed-off-by: Roy Pledge <roy.pledge@nxp.com>\n\nHi Rob and Mark,\n\nWould you help to review this binding patch and ACK if it is ok?\n\nRegards,\nLeo\n\n> ---\n>  Documentation/devicetree/bindings/soc/fsl/bman.txt | 12 +++++-----\n>  Documentation/devicetree/bindings/soc/fsl/qman.txt | 26 ++++++++++++++++-\n> -----\n>  2 files changed, 26 insertions(+), 12 deletions(-)\n> \n> diff --git a/Documentation/devicetree/bindings/soc/fsl/bman.txt\n> b/Documentation/devicetree/bindings/soc/fsl/bman.txt\n> index 47ac834..48eed14 100644\n> --- a/Documentation/devicetree/bindings/soc/fsl/bman.txt\n> +++ b/Documentation/devicetree/bindings/soc/fsl/bman.txt\n> @@ -65,8 +65,8 @@ to the respective BMan instance\n>  BMan Private Memory Node\n> \n>  BMan requires a contiguous range of physical memory used for the backing\n> store\n> -for BMan Free Buffer Proxy Records (FBPR). This memory is reserved/allocated\n> as a\n> -node under the /reserved-memory node\n> +for BMan Free Buffer Proxy Records (FBPR). This memory is reserved/allocated\n> as\n> +a node under the /reserved-memory node.\n> \n>  The BMan FBPR memory node must be named \"bman-fbpr\"\n> \n> @@ -75,7 +75,9 @@ PROPERTIES\n>  - compatible\n>  \tUsage:\t\trequired\n>  \tValue type:\t<stringlist>\n> -\tDefinition:\tMust inclide \"fsl,bman-fbpr\"\n> +\tDefinition:\tPPC platforms: Must include \"fsl,bman-fbpr\"\n> +\t\t\tARM platforms: Must include \"shared-dma-pool\"\n> +\t\t\t\t       as well as the \"no-map\" property\n> \n>  The following constraints are relevant to the FBPR private memory:\n>  \t- The size must be 2^(size + 1), with size = 11..33. That is 4 KiB to\n> @@ -100,10 +102,10 @@ The example below shows a BMan FBPR dynamic\n> allocation memory node\n>  \t\tranges;\n> \n>  \t\tbman_fbpr: bman-fbpr {\n> -\t\t\tcompatible = \"fsl,bman-fbpr\";\n> -\t\t\talloc-ranges = <0 0 0x10 0>;\n> +\t\t\tcompatible = \"shared-mem-pool\";\n>  \t\t\tsize = <0 0x1000000>;\n>  \t\t\talignment = <0 0x1000000>;\n> +\t\t\tno-map;\n>  \t\t};\n>  \t};\n> \n> diff --git a/Documentation/devicetree/bindings/soc/fsl/qman.txt\n> b/Documentation/devicetree/bindings/soc/fsl/qman.txt\n> index 556ebb8..ee96afd 100644\n> --- a/Documentation/devicetree/bindings/soc/fsl/qman.txt\n> +++ b/Documentation/devicetree/bindings/soc/fsl/qman.txt\n> @@ -60,6 +60,12 @@ are located at offsets 0xbf8 and 0xbfc\n>  \tValue type:\t<prop-encoded-array>\n>  \tDefinition:\tReference input clock. Its frequency is half of the\n>  \t\t\tplatform clock\n> +- memory-regions\n> +\tUsage:\t\tRequired for ARM\n> +\tValue type:\t<phandle array>\n> +\tDefinition:\tList of phandles referencing the QMan private memory\n> +\t\t\tnodes (described below). The qman-fqd node must be\n> +\t\t\tfirst followed by qman-pfdr node. Only used on ARM\n> \n>  Devices connected to a QMan instance via Direct Connect Portals (DCP) must\n> link\n>  to the respective QMan instance\n> @@ -74,7 +80,9 @@ QMan Private Memory Nodes\n> \n>  QMan requires two contiguous range of physical memory used for the backing\n> store\n>  for QMan Frame Queue Descriptor (FQD) and Packed Frame Descriptor Record\n> (PFDR).\n> -This memory is reserved/allocated as a nodes under the /reserved-memory\n> node\n> +This memory is reserved/allocated as a node under the /reserved-memory\n> node.\n> +\n> +For additional details about reserved memory regions see reserved-memory.txt\n> \n>  The QMan FQD memory node must be named \"qman-fqd\"\n> \n> @@ -83,7 +91,9 @@ PROPERTIES\n>  - compatible\n>  \tUsage:\t\trequired\n>  \tValue type:\t<stringlist>\n> -\tDefinition:\tMust inclide \"fsl,qman-fqd\"\n> +\tDefinition:\tPPC platforms: Must include \"fsl,qman-fqd\"\n> +\t\t\tARM platforms: Must include \"shared-dma-pool\"\n> +\t\t\t\t       as well as the \"no-map\" property\n> \n>  The QMan PFDR memory node must be named \"qman-pfdr\"\n> \n> @@ -92,7 +102,9 @@ PROPERTIES\n>  - compatible\n>  \tUsage:\t\trequired\n>  \tValue type:\t<stringlist>\n> -\tDefinition:\tMust inclide \"fsl,qman-pfdr\"\n> +\tDefinition:\tPPC platforms: Must include \"fsl,qman-pfdr\"\n> +\t\t\tARM platforms: Must include \"shared-dma-pool\"\n> +\t\t\t\t       as well as the \"no-map\" property\n> \n>  The following constraints are relevant to the FQD and PFDR private memory:\n>  \t- The size must be 2^(size + 1), with size = 11..29. That is 4 KiB to\n> @@ -117,16 +129,16 @@ The example below shows a QMan FQD and a PFDR\n> dynamic allocation memory nodes\n>  \t\tranges;\n> \n>  \t\tqman_fqd: qman-fqd {\n> -\t\t\tcompatible = \"fsl,qman-fqd\";\n> -\t\t\talloc-ranges = <0 0 0x10 0>;\n> +\t\t\tcompatible = \"shared-dma-pool\";\n>  \t\t\tsize = <0 0x400000>;\n>  \t\t\talignment = <0 0x400000>;\n> +\t\t\tno-map;\n>  \t\t};\n>  \t\tqman_pfdr: qman-pfdr {\n> -\t\t\tcompatible = \"fsl,qman-pfdr\";\n> -\t\t\talloc-ranges = <0 0 0x10 0>;\n> +\t\t\tcompatible = \"shared-dma-pool\";\n>  \t\t\tsize = <0 0x2000000>;\n>  \t\t\talignment = <0 0x2000000>;\n> +\t\t\tno-map;\n>  \t\t};\n>  \t};\n> \n> --\n> 2.7.4\n\n--\nTo unsubscribe from this list: send the line \"unsubscribe devicetree\" in\nthe body of a message to majordomo@vger.kernel.org\nMore majordomo info at  http://vger.kernel.org/majordomo-info.html","headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=nxp.com header.i=@nxp.com header.b=\"nTq1TGFV\"; \n\tdkim-atps=neutral","spf=none (sender IP is )\n\tsmtp.mailfrom=leoyang.li@nxp.com; "],"Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xylh64FN0z9t3Z\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 04:36:54 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751738AbdIUSgw (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 21 Sep 2017 14:36:52 -0400","from mail-he1eur01on0057.outbound.protection.outlook.com\n\t([104.47.0.57]:43136\n\t\"EHLO EUR01-HE1-obe.outbound.protection.outlook.com\"\n\trhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP\n\tid S1751737AbdIUSgv (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tThu, 21 Sep 2017 14:36:51 -0400","from AM4PR0401MB1699.eurprd04.prod.outlook.com (10.165.244.21) by\n\tAM4PR0401MB1761.eurprd04.prod.outlook.com (10.165.244.143) with\n\tMicrosoft SMTP Server (version=TLS1_2,\n\tcipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.56.11;\n\tThu, 21 Sep 2017 18:36:47 +0000","from AM4PR0401MB1699.eurprd04.prod.outlook.com\n\t([fe80::d9fe:b9af:16b2:feaa]) by\n\tAM4PR0401MB1699.eurprd04.prod.outlook.com\n\t([fe80::d9fe:b9af:16b2:feaa%14]) with mapi id 15.20.0056.018;\n\tThu, 21 Sep 2017 18:36:47 +0000"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=nxp.com; s=selector1;\n\th=From:Date:Subject:Message-ID:Content-Type:MIME-Version;\n\tbh=zvxC9GzWEw11m+PXe4j6MNHzougnlUTn01NeKWb55/o=;\n\tb=nTq1TGFVpKl7mf1PQkOHCmtSqPzNnsy73/2ASd/IDqCT2ePYgtK6KvVKTj0C6IowwJXV4HWdxeeBkbWuaOW6vFlvg2giu2JFAMfyGE+TxdbPCQtI8Bfy8jMjhmpw3WgTATHY+SHbaeRmv6FN3aeDb4F2fOIU0KCK2h1qrEPafeo=","From":"Leo Li <leoyang.li@nxp.com>","To":"Rob Herring <robh+dt@kernel.org>,\n\t\"mark.rutland@arm.com\" <mark.rutland@arm.com>","CC":"\"oss@buserror.net\" <oss@buserror.net>,\n\tMadalin-cristian Bucur <madalin.bucur@nxp.com>,\n\t\"catalin.marinas@arm.com\" <catalin.marinas@arm.com>,\n\t\"linux@armlinux.org.uk\" <linux@armlinux.org.uk>,\n\t\"arnd@arndb.de\" <arnd@arndb.de>, Roy Pledge <roy.pledge@nxp.com>,\n\t\"linuxppc-dev@lists.ozlabs.org\" <linuxppc-dev@lists.ozlabs.org>,\n\t\"linux-arm-kernel@lists.infradead.org\" \n\t<linux-arm-kernel@lists.infradead.org>,\n\t\"linux-kernel@vger.kernel.org\" <linux-kernel@vger.kernel.org>,\n\t\"devicetree@vger.kernel.org\" <devicetree@vger.kernel.org>","Subject":"RE: [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding\n\tfor QBMan","Thread-Topic":"[v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding\n\tfor QBMan","Thread-Index":"AQHTML5Mte8wbVOM1UCF4TiS8p6uFKK/ro8g","Date":"Thu, 21 Sep 2017 18:36:47 +0000","Message-ID":"<AM4PR0401MB1699D419007FB551153BD9CD8F660@AM4PR0401MB1699.eurprd04.prod.outlook.com>","References":"<1505767187-4596-1-git-send-email-roy.pledge@nxp.com>\n\t<1505767187-4596-5-git-send-email-roy.pledge@nxp.com>","In-Reply-To":"<1505767187-4596-5-git-send-email-roy.pledge@nxp.com>","Accept-Language":"en-US","Content-Language":"en-US","X-MS-Has-Attach":"","X-MS-TNEF-Correlator":"","authentication-results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=nxp.com header.i=@nxp.com header.b=\"nTq1TGFV\"; \n\tdkim-atps=neutral","spf=none (sender IP is )\n\tsmtp.mailfrom=leoyang.li@nxp.com; "],"x-originating-ip":"[192.88.168.1]","x-ms-publictraffictype":"Email","x-microsoft-exchange-diagnostics":"1; AM4PR0401MB1761;\n\t6:MG+focB0/MZEeLRehSOtg8c1rJLTsKbzDBeb5U0nrgh/+e0dT8qV8DZDg4Uo+5AINbW1FdrwMJfGL7FNMeiH0AvGCb92LMldlDYeat0FNWdBmBaN4EWdtqW9O4DE/nN7Xd7TwVPCZBdrPCV35uZ7dnaIg8Zv5+Tlvxnui2BQ0LRmagGPYneMDK3qE23dZwnj6n7SQDV88LDfBycSejhcFBbueUnLeKy7iBk518kCgu6JdRk3IK0NEICeAwgIjjqNOL/Oh28tj564xoTdN+hkyjFIZEamzNkuOuQhK77126YQR0Jdn7QZKFpFmrmec92hDD6Wzi3pmssliZA0Yos12w==;\n\t5:jE+mKvpCmqi/t95jUpucFHtSI3zPuS2IHrptjoAixxq76TTdfl8ufGYPmfDbkf06zR/VQ9mqrtjGwq1pcR1Jv++RzZDgvb1B+aDF+VXFTc9hXCmpMqrUvwbn17URixnnU8/lMqQga2ZdBlqXxnktzQ==;\n\t24:V9tOv8HKTc5WDhUSt7C3b/CH5bVIxlYtJgcn2wna4r4QPCeOlItFlWVi3QTUtAYP4oyRDO8CTkp1T/FHg1RRZnZjreMvACH4VjZCWdQu8tg=;\n\t7:SsjJF9lN+sJCUVUWUSkdPEHav0uTkpTcL5J2+Ur9q60UqbYWAKUmnDM4j+IeXyq86Uq9vhPDVlRkS/YdcVGa9ujcRUSNJ2FK1whsrOMC6GkPfMwOo3HsBAe2P2oWlgEik2YZbwRS2umkc7fHqoe+LqnFWSNNnpS6mjkLTB5qfy88yVlTpy+V/ajFrcq1A2pJ53KoqSKD0fJDAoETKNF4iwBfk3GBtNNWO0CA6ZU1HGU=","x-ms-exchange-antispam-srfa-diagnostics":"SSOS;SSOR;","x-forefront-antispam-report":"SFV:SKI; SCL:-1; SFV:NSPM;\n\tSFS:(10009020)(6009001)(376002)(39860400002)(346002)(377454003)(199003)(189002)(13464003)(7416002)(86362001)(3280700002)(5250100002)(66066001)(5660300001)(2950100002)(14454004)(7696004)(76176999)(54356999)(2501003)(229853002)(50986999)(6246003)(106356001)(7736002)(8676002)(53936002)(8936002)(81166006)(15650500001)(101416001)(53546010)(97736004)(105586002)(305945005)(74316002)(3660700001)(478600001)(9686003)(81156014)(189998001)(33656002)(4326008)(102836003)(3846002)(6116002)(25786009)(2900100001)(110136005)(68736007)(316002)(6436002)(54906003)(99286003)(6506006)(55016002)(2906002);\n\tDIR:OUT; SFP:1101; SCL:1; SRVR:AM4PR0401MB1761;\n\tH:AM4PR0401MB1699.eurprd04.prod.outlook.com; FPR:; SPF:None;\n\tPTR:InfoNoRecords; A:1; MX:1; LANG:en; ","x-ms-office365-filtering-correlation-id":"7a8a0882-c7b3-4662-2486-08d5011fb74b","x-ms-office365-filtering-ht":"Tenant","x-microsoft-antispam":"UriScan:; BCL:0; PCL:0;\n\tRULEID:(300000500095)(300135000095)(300000501095)(300135300095)(22001)(300000502095)(300135100095)(2017030254152)(48565401081)(300000503095)(300135400095)(2017052603199)(201703131423075)(201703031133081)(201702281549075)(300000504095)(300135200095)(300000505095)(300135600095)(300000506095)(300135500095);\n\tSRVR:AM4PR0401MB1761; ","x-ms-traffictypediagnostic":"AM4PR0401MB1761:","x-exchange-antispam-report-test":"UriScan:(180628864354917)(9452136761055)(65623756079841)(185117386973197)(227817650892897)(258649278758335)(21532816269658);","x-microsoft-antispam-prvs":"<AM4PR0401MB17618BE31A90F2E8015D33B78F660@AM4PR0401MB1761.eurprd04.prod.outlook.com>","x-exchange-antispam-report-cfa-test":"BCL:0; PCL:0;\n\tRULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(2401047)(5005006)(8121501046)(10201501046)(100000703101)(100105400095)(3002001)(93006095)(93001095)(6055026)(6041248)(20161123558100)(20161123560025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123555025)(20161123562025)(20161123564025)(6072148)(201708071742011)(100000704101)(100105200095)(100000705101)(100105500095);\n\tSRVR:AM4PR0401MB1761; BCL:0; PCL:0;\n\tRULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);\n\tSRVR:AM4PR0401MB1761; ","x-forefront-prvs":"04371797A5","received-spf":"None (protection.outlook.com: nxp.com does not designate\n\tpermitted sender hosts)","spamdiagnosticoutput":"1:99","spamdiagnosticmetadata":"NSPM","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"quoted-printable","MIME-Version":"1.0","X-OriginatorOrg":"nxp.com","X-MS-Exchange-CrossTenant-originalarrivaltime":"21 Sep 2017 18:36:47.2624\n\t(UTC)","X-MS-Exchange-CrossTenant-fromentityheader":"Hosted","X-MS-Exchange-CrossTenant-id":"686ea1d3-bc2b-4c6f-a92c-d99c5c301635","X-MS-Exchange-Transport-CrossTenantHeadersStamped":"AM4PR0401MB1761","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"}},{"id":1773178,"web_url":"http://patchwork.ozlabs.org/comment/1773178/","msgid":"<20170921231452.if6soolp6tzawbmx@rob-hp-laptop>","list_archive_url":null,"date":"2017-09-21T23:14:52","subject":"Re: [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding\n\tfor QBMan","submitter":{"id":62529,"url":"http://patchwork.ozlabs.org/api/people/62529/","name":"Rob Herring (Arm)","email":"robh@kernel.org"},"content":"On Mon, Sep 18, 2017 at 04:39:39PM -0400, Roy Pledge wrote:\n> Updates the QMan and BMan device tree bindings for reserved memory\n> nodes. This makes the reserved memory allocation compatible with\n> the shared-dma-pool usage.\n> \n> Signed-off-by: Roy Pledge <roy.pledge@nxp.com>\n> ---\n>  Documentation/devicetree/bindings/soc/fsl/bman.txt | 12 +++++-----\n>  Documentation/devicetree/bindings/soc/fsl/qman.txt | 26 ++++++++++++++++------\n>  2 files changed, 26 insertions(+), 12 deletions(-)\n\nAcked-by: Rob Herring <robh@kernel.org>\n--\nTo unsubscribe from this list: send the line \"unsubscribe devicetree\" in\nthe body of a message to majordomo@vger.kernel.org\nMore majordomo info at  http://vger.kernel.org/majordomo-info.html","headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xysrx5nN3z9t2S\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 09:14:57 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751780AbdIUXO4 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 21 Sep 2017 19:14:56 -0400","from mail-pg0-f66.google.com ([74.125.83.66]:36636 \"EHLO\n\tmail-pg0-f66.google.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751728AbdIUXOz (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Thu, 21 Sep 2017 19:14:55 -0400","by mail-pg0-f66.google.com with SMTP id d8so4195459pgt.3;\n\tThu, 21 Sep 2017 16:14:55 -0700 (PDT)","from localhost ([2620:0:1000:fd28:e83d:5428:912b:b325])\n\tby smtp.gmail.com with ESMTPSA id\n\tc62sm4042570pfl.84.2017.09.21.16.14.53\n\t(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);\n\tThu, 21 Sep 2017 16:14:54 -0700 (PDT)"],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=HZV7CVUVpTJqsLCebc/GKlFIRKd/IVciXTr1AGCgyEI=;\n\tb=RKE/zgMpeKgxCTstmoRpizlEel+R44S1Ch7axNi5YdVMU1ov0Nz0VJRS3wnwLX095b\n\tqwb1lFJW2/4YHKlJJMs8FoVtF+AdNDokV3Wsp9OeSsCE86dXhXHVSLrg1CxAAlHn6KRj\n\tNCFwsbrQw/V3lqXRexnRNfXEFRpfLnEyeUbqu5pI0jgNhILW5iyDCLPBxfHzQRnWPhAk\n\tcwhI5mkacJf9+JrBHl2Lc9mtA0E7ZtRe2i38y7STC8/YNmLspy8ybva/rtg9ehbQuWDb\n\t50OCFjS+qXzi8ZZL7VyStk11aHMicfCOmCLlSUHOQalIcEJTiClCdgvb9s4HLWDWJrKB\n\t/V/A==","X-Gm-Message-State":"AHPjjUhBVlI/H9oM1gGmuxt2BRBCBILxmMz0RE/OpMYh19Lh2OimyZ51\n\tRB4CD7uhMFt17CDX/pGkcA==","X-Google-Smtp-Source":"AOwi7QDnAU4Z89OkMtSU5xdJi3XmjruQPK6iL4Mpbi99g+aFzyav0ku7tgAkpAzCvue/gTFfTocmrQ==","X-Received":"by 10.99.100.70 with SMTP id y67mr7414331pgb.248.1506035694964; \n\tThu, 21 Sep 2017 16:14:54 -0700 (PDT)","Date":"Thu, 21 Sep 2017 18:14:52 -0500","From":"Rob Herring <robh@kernel.org>","To":"Roy Pledge <roy.pledge@nxp.com>","Cc":"leoyang.li@nxp.com, linuxppc-dev@lists.ozlabs.org,\n\tlinux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org,\n\tdevicetree@vger.kernel.org, mark.rutland@arm.com, arnd@arndb.de,\n\tmadalin.bucur@nxp.com, catalin.marinas@arm.com,\n\tlinux@armlinux.org.uk, oss@buserror.net","Subject":"Re: [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding\n\tfor QBMan","Message-ID":"<20170921231452.if6soolp6tzawbmx@rob-hp-laptop>","References":"<1505767187-4596-1-git-send-email-roy.pledge@nxp.com>\n\t<1505767187-4596-5-git-send-email-roy.pledge@nxp.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<1505767187-4596-5-git-send-email-roy.pledge@nxp.com>","User-Agent":"NeoMutt/20170113 (1.7.2)","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"}}]