diff options
author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2018-09-11 04:47:21 -0400 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2018-09-11 06:41:28 -0400 |
commit | 79daf2a4089f6a817e5e0202362cdc764b535561 (patch) | |
tree | 549700889a7565b250c03442e3c636884de3c280 | |
parent | 41af6cbfa154d577da818ae049298fa11198781b (diff) |
arm64: dts: juno: Enable coresight tmc scatter gather in ETR
We do not enable scatter-gather mode in the TMC-ETR by default
to prevent malfunctioning of systems where the ETR may not be
properly connected to the memory subsystem to allow for simultaneous
READ/WRITE transactions when used in SG mode. Instead we whitelist
the platforms where we know that it is safe to use the mode.
All revisions of Juno have a proper ETR connection and hence
white list them.
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pierlisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r-- | arch/arm64/boot/dts/arm/juno-base.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index a418193603df..ed774ee8f659 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi | |||
@@ -193,6 +193,7 @@ | |||
193 | clocks = <&soc_smc50mhz>; | 193 | clocks = <&soc_smc50mhz>; |
194 | clock-names = "apb_pclk"; | 194 | clock-names = "apb_pclk"; |
195 | power-domains = <&scpi_devpd 0>; | 195 | power-domains = <&scpi_devpd 0>; |
196 | arm,scatter-gather; | ||
196 | in-ports { | 197 | in-ports { |
197 | port { | 198 | port { |
198 | etr_in_port: endpoint { | 199 | etr_in_port: endpoint { |