mirror of https://gitee.com/openkylin/linux.git
arm64: dts: qcom: sc7180: Fix ETMv4 power management patch
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>
This commit is contained in:
parent
39f3d3bb05
commit
909bc56cb0
|
@ -1732,7 +1732,6 @@ replicator@6b06000 {
|
|||
|
||||
clocks = <&aoss_qmp>;
|
||||
clock-names = "apb_pclk";
|
||||
arm,coresight-loses-context-with-cpu;
|
||||
|
||||
out-ports {
|
||||
port {
|
||||
|
@ -1892,6 +1891,7 @@ etm@7740000 {
|
|||
|
||||
clocks = <&aoss_qmp>;
|
||||
clock-names = "apb_pclk";
|
||||
arm,coresight-loses-context-with-cpu;
|
||||
|
||||
out-ports {
|
||||
port {
|
||||
|
|
Loading…
Reference in New Issue