mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
2b45ebef39
The Amlogic Meson SoCs embeds a clock measurer IP to measure the internal clock paths frequencies. The precision is determined by stepping into the duration until the counter overflows. The debugfs slows a pretty summary and each clock can be measured individually aswell. Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
6 lines
263 B
Makefile
6 lines
263 B
Makefile
obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o
|
|
obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o
|
|
obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o
|
|
obj-$(CONFIG_MESON_GX_PM_DOMAINS) += meson-gx-pwrc-vpu.o
|
|
obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
|