Hi Tom,

Here's changes for next release, nothing big, no new boards either:
- Add AXG support for SARADC, including minimal ao-clk driver
- Update Amlogic documentation for Matrix & Jethub D1

The CI job is at 
https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/11877

Thanks,
Neil

The following changes since commit 9bb99fa95826d1a608737ca821977b4136a1a278:

  Merge branch '2022-04-22-assorted-updates' (2022-04-23 08:06:28 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git 
tags/u-boot-amlogic-20220427

for you to fetch changes up to 5a9e5922ceccd55dc6427b3cf61b4dc74c7322ab:

  doc: boards: amlogic: update jethub d1 specifications (2022-04-26 14:35:27 
+0200)

----------------------------------------------------------------
- Add AXG support for SARADC, including minimal ao-clk driver
- Update Amlogic documentation for Matrix & Jethub D1

----------------------------------------------------------------
Vyacheslav Bocharov (8):
      clk: meson: add minimal driver for axg-ao clocks
      clk: meson: fix driver name for g12a-ao clocks
      clk: meson: update driver for g12a-ao clocks
      adc: meson-saradc: add AXG variant
      board: amlogic: jethub j100: enable saradc in dts
      board: amlogic: jethub j100: enable saradc in config
      doc: boards: amlogic: update documentation for ADC support for AXG
      doc: boards: amlogic: update jethub d1 specifications

 .../dts/meson-axg-jethome-jethub-j100-u-boot.dtsi  | 10 +++
 configs/jethub_j100_defconfig                      |  5 ++
 doc/board/amlogic/index.rst                        |  2 +-
 doc/board/amlogic/jethub-j100.rst                  | 26 ++++---
 drivers/adc/meson-saradc.c                         |  2 +
 drivers/clk/meson/Makefile                         |  1 +
 drivers/clk/meson/axg-ao.c                         | 86 ++++++++++++++++++++++
 drivers/clk/meson/g12a-ao.c                        | 17 +++--
 8 files changed, 131 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
 create mode 100644 drivers/clk/meson/axg-ao.c

Reply via email to