From: Daniel Steger Date: Fri, 11 Jan 2019 22:08:24 +0000 (-0800) Subject: arm64: zynqmp: Modify ocm perf monitor slots X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e5c0578fd9cf548c3daf82d8ee77ccdb7a4d101;p=thirdparty%2Fu-boot.git arm64: zynqmp: Modify ocm perf monitor slots 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 Reviewed-by: Shubhrajyoti Datta Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 8f64f3b39b7..1d8742185bb 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -829,7 +829,7 @@ 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>;