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

ARM: dts: meson8b: add the internal clock measurer

The Amlogic Meson8b SoC has an internal clock measurer IP which allows
measuring frequencies of various clock paths.
Enable it on meson8b.dtsi so we can use it.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>

authored by

Martin Blumenstingl and committed by
Kevin Hilman
f1975b98 b6eac0d0

+5
+5
arch/arm/boot/dts/meson8b.dtsi
··· 294 294 status = "disabled"; 295 295 }; 296 296 297 + clock-measure@8758 { 298 + compatible = "amlogic,meson8b-clk-measure"; 299 + reg = <0x8758 0x1c>; 300 + }; 301 + 297 302 pinctrl_cbus: pinctrl@9880 { 298 303 compatible = "amlogic,meson8b-cbus-pinctrl"; 299 304 reg = <0x9880 0x10>;