diff options
author | Ye He <ye.he@csr.com> | 2013-09-22 17:00:51 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-29 12:40:56 -0700 |
commit | 5fadea22860d315330b51aa16569e05e4f1c610b (patch) | |
tree | 4745bce4150e6be8839e396e69a9e9d878942872 /arch/arm/boot/dts/prima2.dtsi | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af (diff) | |
download | talos-op-linux-5fadea22860d315330b51aa16569e05e4f1c610b.tar.gz talos-op-linux-5fadea22860d315330b51aa16569e05e4f1c610b.zip |
ARM: dts: sirf: add missed memcontrol-monitor node in prima2 and atlas6 dts
memcontrol-monitor provides the ability of monitoring the memory bandwidth.
Signed-off-by: Ye He <ye.he@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/prima2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 27ed9f5144bc..34e29b80f97f 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -86,10 +86,17 @@ memory-controller@90000000 { compatible = "sirf,prima2-memc"; - reg = <0x90000000 0x10000>; + reg = <0x90000000 0x2000>; interrupts = <27>; clocks = <&clks 5>; }; + + memc-monitor { + compatible = "sirf,prima2-memcmon"; + reg = <0x90002000 0x200>; + interrupts = <4>; + clocks = <&clks 32>; + }; }; disp-iobg { |