Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fadea22 authored by Ye He's avatar Ye He Committed by Olof Johansson
Browse files

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: default avatarYe He <ye.he@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent d0e639c9
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -75,10 +75,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 {
+8 −1
Original line number Diff line number Diff line
@@ -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 {