]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Modify ocm perf monitor slots
authorDaniel Steger <daniel.steger@xilinx.com>
Fri, 11 Jan 2019 22:08:24 +0000 (14:08 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Feb 2019 07:53:08 +0000 (08:53 +0100)
The current dt entry for the ocm performance monitor specifies
that there are 4 slots. This is incorrect. Page 372 of the
zynqmp trm describes the number of slots each apm supports.

Signed-off-by: Daniel Steger <daniel.steger@xilinx.com>
Reviewed-by: Shubhrajyoti Datta <Shubhrajyoti.datta@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index 8f64f3b39b7893ebd8d6dea7e38f0883ca1f53ca..1d8742185bbc9f3e50dbe08c7e9d74d268e15b0a 100644 (file)
                        interrupt-parent = <&gic>;
                        xlnx,enable-profile = <0>;
                        xlnx,enable-trace = <0>;
-                       xlnx,num-monitor-slots = <4>;
+                       xlnx,num-monitor-slots = <1>;
                        xlnx,enable-event-count = <1>;
                        xlnx,enable-event-log = <1>;
                        xlnx,have-sampled-metric-cnt = <1>;