提交 b4e745e1 编写于 作者: B Bjorn Andersson 提交者: Andy Gross

ARM: dts: msm8974: Add tcsr mutex node

Signed-off-by: NBjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: NAndy Gross <agross@codeaurora.org>
上级 724cde47
...@@ -220,6 +220,11 @@ ...@@ -220,6 +220,11 @@
reg = <0xfc400000 0x4000>; reg = <0xfc400000 0x4000>;
}; };
tcsr_mutex_block: syscon@fd484000 {
compatible = "syscon";
reg = <0xfd484000 0x2000>;
};
mmcc: clock-controller@fd8c0000 { mmcc: clock-controller@fd8c0000 {
compatible = "qcom,mmcc-msm8974"; compatible = "qcom,mmcc-msm8974";
#clock-cells = <1>; #clock-cells = <1>;
...@@ -227,6 +232,13 @@ ...@@ -227,6 +232,13 @@
reg = <0xfd8c0000 0x6000>; reg = <0xfd8c0000 0x6000>;
}; };
tcsr_mutex: tcsr-mutex {
compatible = "qcom,tcsr-mutex";
syscon = <&tcsr_mutex_block 0 0x80>;
#hwlock-cells = <1>;
};
serial@f991e000 { serial@f991e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf991e000 0x1000>; reg = <0xf991e000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册