From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C08CC6FA83 for ; Mon, 12 Sep 2022 17:10:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229935AbiILRKS (ORCPT ); Mon, 12 Sep 2022 13:10:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230024AbiILRKQ (ORCPT ); Mon, 12 Sep 2022 13:10:16 -0400 Received: from mail-oa1-f41.google.com (mail-oa1-f41.google.com [209.85.160.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 761BD1261D; Mon, 12 Sep 2022 10:10:14 -0700 (PDT) Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-12b542cb1d3so15335482fac.13; Mon, 12 Sep 2022 10:10:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=H+eC+D1EpLweVFQ6KYEwzGMz7cCBHgt9KoW63rykd5M=; b=nchISQvkfkDMcCgkNpYWuPbtZamJ0UKnrBKWlZttKEqZXrh9hYAbgxeHZUoEi1iVzX 3Fnku2eiYI1zuQAh4v6odex7nBDO+9RsVkovYMbp4fSSj/6JBal9tRLbQADLVgDn2HvA ZKbnwXIP7Wg9gtsvNldorBu3c+Pi5ad1RzVGrozXfXPahzOL6tFV75JDVUUgKE4nzBHM F9T5OtD35/C8cxhJXVa2XI5/4y8qKJKv+K1pK9jQcev/unWCO4Oijv2+47ch2kDFDRZL eFLY3sVwx7pebXchyCP+9kx6AxdkDYvljQj/nEeB7aHzZNtMDMVfbsowt3aVM8+uyO7d xtKg== X-Gm-Message-State: ACgBeo0ymh8cA9LSiohWQdduSD7ejswxCBKdXP6IUeIRrlruYv8HO51o WOB68smrZOecXzIUBQhynQ== X-Google-Smtp-Source: AA6agR5OI24ze1C3DwDH1kYGQX5w3a4JtPGUcIzsYckZohS0aoB+WsqIkel2p5j9gBLePwnB/LHh8Q== X-Received: by 2002:a05:6808:11c7:b0:347:cab3:9e5d with SMTP id p7-20020a05680811c700b00347cab39e5dmr9355582oiv.217.1663002613773; Mon, 12 Sep 2022 10:10:13 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id b40-20020a056870472800b0012696ac05d5sm5862989oaq.19.2022.09.12.10.10.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Sep 2022 10:10:13 -0700 (PDT) Received: (nullmailer pid 1481293 invoked by uid 1000); Mon, 12 Sep 2022 17:10:12 -0000 Date: Mon, 12 Sep 2022 12:10:12 -0500 From: Rob Herring To: Abel Vesa Cc: Bharath Kumar , Greg Kroah-Hartman , linux-arm-msm@vger.kernel.org, Srinivas Kandagatla , Anirudh Raghavendra , Amol Maheshwari , Andy Gross , Bjorn Andersson , Arnd Bergmann , Linux Kernel Mailing List , devicetree@vger.kernel.org, Konrad Dybcio , Himateja Reddy , Ekansh Gupta , Krzysztof Kozlowski Subject: Re: [PATCH v3 03/10] dt-bindings: misc: fastrpc: Document memory-region property Message-ID: <20220912171012.GA1481161-robh@kernel.org> References: <20220909133938.3518520-1-abel.vesa@linaro.org> <20220909133938.3518520-4-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220909133938.3518520-4-abel.vesa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 09 Sep 2022 16:39:31 +0300, Abel Vesa wrote: > Add memory-region property to the list of optional properties, specify > the value type and a definition. This property is used to specify the > memory region which should be used for remote heap CMA. > > Signed-off-by: Abel Vesa > --- > > Changes since v2: > * addressed Krzysztof's comment by specifying what's the use of the > memory region > > Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Applied, thanks!