mbox series

[0/4] soc: amlogic: clk-measure: add axg and g12a support

Message ID 20190117164838.8008-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series soc: amlogic: clk-measure: add axg and g12a support | expand

Message

Jerome Brunet Jan. 17, 2019, 4:48 p.m. UTC
This patchset adds support for the axg and g12a SoC family in amlogic's
clock measure driver and enable it on the related devices

Jerome Brunet (4):
  dt-bindings: amlogic: add new compatible devices to clk_measure
  soc: amlogic: clk-measure: add axg and g12a support
  arm64: dts: meson: axg: add clk measure support
  arm64: dts: meson: g12a: add clk measure support

 .../bindings/soc/amlogic/clk-measure.txt      |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi    |   5 +
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   |   5 +
 drivers/soc/amlogic/meson-clk-measure.c       | 194 ++++++++++++++++++
 4 files changed, 206 insertions(+)