[PATCH 2/3] ARM: qcom: add SMEM device node to IPQ806x dts

2015-08-14 Thread Mathieu Olivari
SMEM is used on IPQ806x to store various board related information such as boot device and flash partition layout. We'll declare it as a device so we can make use of it thanks to the new SMEM soc driver. Signed-off-by: Mathieu Olivari --- arch/arm/boot/dts/qcom-ipq8064.dtsi | 8 +++- 1 file

Re: [PATCH 2/3] ARM: qcom: add SMEM device node to IPQ806x dts

2015-08-14 Thread Mathieu Olivari
On Thu, Aug 13, 2015 at 04:57:50PM -0700, Stephen Boyd wrote: > On 08/13/2015 02:33 PM, Mathieu Olivari wrote: > >@@ -79,6 +79,15 @@ > > #hwlock-cells = <1>; > > }; > >+ > >+smem { > >+compatible = "qcom,smem"; > >+ > >+

Re: [PATCH 2/3] ARM: qcom: add SMEM device node to IPQ806x dts

2015-08-13 Thread Stephen Boyd
On 08/13/2015 02:33 PM, Mathieu Olivari wrote: @@ -79,6 +79,15 @@ #hwlock-cells = <1>; }; + + smem { + compatible = "qcom,smem"; + + memory-region = <&smem>; + reg = <0x4100 0x4000>; Doe

[PATCH 2/3] ARM: qcom: add SMEM device node to IPQ806x dts

2015-08-13 Thread Mathieu Olivari
SMEM is used on IPQ806x to store various board related information such as boot device and flash partition layout. We'll declare it as a device so we can make use of it thanks to the new SMEM soc driver. Signed-off-by: Mathieu Olivari --- arch/arm/boot/dts/qcom-ipq8064.dtsi | 11 ++- 1 f