All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vyacheslav Bocharov <adeep@lexina.in>
To: Neil Armstrong <narmstrong@baylibre.com>,
	Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io
Subject: [PATCH v2 6/6] board: amlogic: jethub j100: enable saradc in config
Date: Fri, 22 Apr 2022 08:29:14 +0300	[thread overview]
Message-ID: <20220422052914.1836694-7-adeep@lexina.in> (raw)
In-Reply-To: <20220422052914.1836694-1-adeep@lexina.in>

Enable ADC in board config file

Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
---
 configs/jethub_j100_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
index 1c6db9f6a0..a30940bf1c 100644
--- a/configs/jethub_j100_defconfig
+++ b/configs/jethub_j100_defconfig
@@ -17,6 +17,7 @@ CONFIG_REMAKE_ELF=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_MISC_INIT_R=y
+CONFIG_CMD_ADC=y
 # CONFIG_CMD_BDI is not set
 # CONFIG_CMD_IMI is not set
 CONFIG_CMD_EEPROM=y
@@ -34,6 +35,10 @@ CONFIG_OF_CONTROL=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_MESON=y
+CONFIG_ADC=y
+CONFIG_SARADC_MESON=y
+CONFIG_CLK=y
+CONFIG_CLK_MESON_AXG=y
 CONFIG_MMC_MESON_GX=y
 CONFIG_MTD_UBI=y
 CONFIG_PHY_REALTEK=y
-- 
2.30.2


  parent reply	other threads:[~2022-04-22  5:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22  5:29 [PATCH v2 0/6] meson: add clk and adc support for JetHub D1 (j100) Vyacheslav Bocharov
2022-04-22  5:29 ` [PATCH v2 1/6] clk: meson: add minimal driver for axg-ao clocks Vyacheslav Bocharov
2022-04-22 13:27   ` Neil Armstrong
2022-04-22 22:55   ` Sean Anderson
2022-04-23  7:03     ` Vyacheslav
2022-04-23  7:03       ` Vyacheslav Bocharov
2022-04-22  5:29 ` [PATCH v2 2/6] clk: meson: fix driver name for g12a-ao clocks Vyacheslav Bocharov
2022-04-22 13:25   ` Neil Armstrong
2022-04-22  5:29 ` [PATCH v2 3/6] clk: meson: update driver " Vyacheslav Bocharov
2022-04-22 13:26   ` Neil Armstrong
2022-04-22  5:29 ` [PATCH v2 4/6] adc: meson-saradc: add AXG variant Vyacheslav Bocharov
2022-04-22 13:26   ` Neil Armstrong
2022-04-22  5:29 ` [PATCH v2 5/6] board: amlogic: jethub j100: enable saradc in dts Vyacheslav Bocharov
2022-04-22 13:26   ` Neil Armstrong
2022-04-23  7:06     ` Vyacheslav
2022-04-23  7:06       ` Vyacheslav Bocharov
2022-04-22  5:29 ` Vyacheslav Bocharov [this message]
2022-04-22 13:27   ` [PATCH v2 6/6] board: amlogic: jethub j100: enable saradc in config Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220422052914.1836694-7-adeep@lexina.in \
    --to=adeep@lexina.in \
    --cc=lukma@denx.de \
    --cc=narmstrong@baylibre.com \
    --cc=seanga2@gmail.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.