mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
adc: meson-saradc: add AXG variant
Add support for the SARADC variant found on the AXG SoCs family. Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220424082159.757622-5-adeep@lexina.in
This commit is contained in:
parent
66a657b7c6
commit
8a4a73f466
1 changed files with 2 additions and 0 deletions
|
@ -737,6 +737,8 @@ static const struct udevice_id meson_saradc_ids[] = {
|
|||
.data = (ulong)&gxl_saradc_data },
|
||||
{ .compatible = "amlogic,meson-g12a-saradc",
|
||||
.data = (ulong)&gxl_saradc_data },
|
||||
{ .compatible = "amlogic,meson-axg-saradc",
|
||||
.data = (ulong)&gxl_saradc_data },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue