diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-10-13 21:06:57 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-10-18 00:53:09 +0200 |
commit | a42b1ee868361f1cb0492f1bdaefb43e0751e468 (patch) | |
tree | 8f47710a0ff4c251a20d124997091c32d407db86 /arch/arm/boot/dts/qcom-apq8064.dtsi | |
parent | ARM: dts: qcom: apq8084: fix compatible for l2-cache (diff) | |
download | linux-a42b1ee868361f1cb0492f1bdaefb43e0751e468.tar.xz linux-a42b1ee868361f1cb0492f1bdaefb43e0751e468.zip |
ARM: dts: qcom: apq8064: fix coresight compatible
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
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8064.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index cb2184f98023..3123e38b42dd 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1611,7 +1611,7 @@ }; etb@1a01000 { - compatible = "coresight-etb10", "arm,primecell"; + compatible = "arm,coresight-etb10", "arm,primecell"; reg = <0x1a01000 0x1000>; clocks = <&rpmcc RPM_QDSS_CLK>; |