Skip to content

Commit

Permalink
arm64: dts: qcom: sc7180: Fix ETMv4 power management patch
Browse files Browse the repository at this point in the history
The lack of unique context in  '0f1decaa83b7 ("arm64: dts: qcom: sc7180:
Support ETMv4 power management")' caused the patch to be applied
off-by-one. Move the "arm,coresight-loses-context-with-cpu" properties
down one node, so that it applies to the ETMs and not the replicator.

Reported-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
andersson committed May 18, 2020
1 parent 39f3d3b commit 909bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sc7180.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,6 @@

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
arm,coresight-loses-context-with-cpu;

out-ports {
port {
Expand Down Expand Up @@ -1892,6 +1891,7 @@

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
arm,coresight-loses-context-with-cpu;

out-ports {
port {
Expand Down

0 comments on commit 909bc56

Please sign in to comment.