Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1289850

Re: [PATCH 4/4] arm: dts: apq8064: add shared memory node

From Andy Gross <andy.gross@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 4/4] arm: dts: apq8064: add shared memory node
Date 2015-12-11 20:30 +0100
Message-ID <qEBya-ej-23@gated-at.bofh.it> (permalink)
References <qEAC6-862-9@gated-at.bofh.it> <qEALM-8a5-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Dec 11, 2015 at 06:33:09PM +0000, Srinivas Kandagatla wrote:
> This patch adds support to qcom,smem device.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
>  arch/arm/boot/dts/qcom-apq8064.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index 829028a..40dd6b4 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -682,5 +682,11 @@
>  			#hwlock-cells = <1>;
>  		};
>  
> +		smem {
> +			compatible = "qcom,smem";
> +			memory-region = <&smem>;
> +			hwlocks = <&sfpb_mutex 3>;
> +		};
> +

smem needs to be outside the soc as there is no reg entry.

--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock support Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:30 +0100
  [PATCH 4/4] arm: dts: apq8064: add shared memory node Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 4/4] arm: dts: apq8064: add shared memory node Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 1/4] ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6 Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 1/4] ARM: dts: qcom: apq8064-ifc6410 Use hardware flow  control for GSBI6 Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 2/4] arm: dts: apq8064: add shared memory into dt reserved-memory Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 2/4] arm: dts: apq8064: add shared memory into dt  reserved-memory Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  Re: [PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock  support Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-12-12 01:30 +0100
    Re: [PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock support Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-12 13:10 +0100

csiph-web