Re: [PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes

2015-12-11 Thread Andy Gross
On Fri, Dec 11, 2015 at 06:32:11PM +, Srinivas Kandagatla wrote:
> This patch adds support hwspinlock devicetree node.
> 
> Signed-off-by: Srinivas Kandagatla 


Looks fine to me.  Thanks for the patch.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes

2015-12-11 Thread Srinivas Kandagatla
This patch adds support hwspinlock devicetree node.

Signed-off-by: Srinivas Kandagatla 
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi 
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 09f0e27..829028a 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -670,5 +670,17 @@
compatible = "qcom,tcsr-apq8064", "syscon";
reg = <0x1a40 0x100>;
};
+
+   sfpb_syscon:syscon@01200600 {
+   compatible = "syscon";
+   reg = <0x01200600 0x100>;
+   };
+
+   sfpb_mutex: hwlock {
+   compatible = "qcom,sfpb-mutex";
+   syscon = <&sfpb_syscon 0x4 0x4>;
+   #hwlock-cells = <1>;
+   };
+
};
 };
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html