Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom-apq8064: Update coresight DT bindings

CoreSight DT bindings have been updated, thus the old compatible strings
are obsolete and the drivers will report warning if DTS uses these
obsolete strings.

This patch switches to the new bindings for CoreSight dynamic funnel and
static replicator, so can dismiss warning during initialisation.

Cc: Andy Gross <agross@kernel.org>
Cc: David Brown <david.brown@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>

authored by

Leo Yan and committed by
Andy Gross
e32d07b2 a188339c

+2 -2
+2 -2
arch/arm/boot/dts/qcom-apq8064.dtsi
··· 1603 1603 }; 1604 1604 1605 1605 replicator { 1606 - compatible = "arm,coresight-replicator"; 1606 + compatible = "arm,coresight-static-replicator"; 1607 1607 1608 1608 clocks = <&rpmcc RPM_QDSS_CLK>; 1609 1609 clock-names = "apb_pclk"; ··· 1636 1636 }; 1637 1637 1638 1638 funnel@1a04000 { 1639 - compatible = "arm,coresight-funnel", "arm,primecell"; 1639 + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 1640 1640 reg = <0x1a04000 0x1000>; 1641 1641 1642 1642 clocks = <&rpmcc RPM_QDSS_CLK>;