ARM: dts: qcom: apq8064: fix coresight compatible
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 13 Oct 2022 19:06:57 +0000 (21:06 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 22:53:09 +0000 (17:53 -0500)
There's a typo missing the arm, prefix of arm,coresight-etb10. Fix it to
make devicetree validation happier.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Fixes: 7a5c275fd821 ("ARM: dts: qcom: Add apq8064 CoreSight components")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221013190657.48499-3-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8064.dtsi

index cb2184f98023aa279d91be6a2e3ff9bcf9ea07d0..3123e38b42ddd53c6798052e934eff5821f1bd78 100644 (file)
                };
 
                etb@1a01000 {
-                       compatible = "coresight-etb10", "arm,primecell";
+                       compatible = "arm,coresight-etb10", "arm,primecell";
                        reg = <0x1a01000 0x1000>;
 
                        clocks = <&rpmcc RPM_QDSS_CLK>;