Skip to content
Snippets Groups Projects
Commit 6a242778 authored by Luca Weiss's avatar Luca Weiss Committed by Greg Kroah-Hartman
Browse files

ARM: dts: qcom: apq8064: fix coresight compatible


[ Upstream commit a42b1ee8 ]

There's a typo missing the arm, prefix of arm,coresight-etb10. Fix it to
make devicetree validation happier.

Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Fixes: 7a5c275f ("ARM: dts: qcom: Add apq8064 CoreSight components")
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221013190657.48499-3-luca@z3ntu.xyz


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1a19212a
No related branches found
No related tags found
No related merge requests found
......@@ -1570,7 +1570,7 @@
};
etb@1a01000 {
compatible = "coresight-etb10", "arm,primecell";
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0x1a01000 0x1000>;
clocks = <&rpmcc RPM_QDSS_CLK>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment