Skip to content

Commit

Permalink
ARM: dts: msm8974: Add smem reservation and node
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
  • Loading branch information
Bjorn Andersson authored and Andy Gross committed Jul 23, 2015
1 parent b4e745e commit 6297c4b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
compatible = "qcom,msm8974";
interrupt-parent = <&intc>;

reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

smem_region: smem@fa00000 {
reg = <0xfa00000 0x200000>;
no-map;
};
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -239,6 +250,15 @@
#hwlock-cells = <1>;
};

smem@fa00000 {
compatible = "qcom,smem";

memory-region = <&smem_region>;
reg = <0xfc428000 0x4000>;

hwlocks = <&tcsr_mutex 3>;
};

serial@f991e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf991e000 0x1000>;
Expand Down

0 comments on commit 6297c4b

Please sign in to comment.