u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <narmstrong@baylibre.com>
To: Vyacheslav Bocharov <adeep@lexina.in>
Cc: u-boot@lists.denx.de, u-boot-amlogic@groups.io
Subject: Re: [PATCH v2] ARM: amlogic: update JetHub D1/H1 configs (was: add SYS_LOAD_ADDR to JetHub D1/H1 configs)
Date: Thu, 7 Oct 2021 10:10:55 +0200	[thread overview]
Message-ID: <60afb5d7-0004-9d10-bfb4-4ed694b5b9dc@baylibre.com> (raw)
In-Reply-To: <20211006151148.1240465-1-adeep@lexina.in>

Hi,

On 06/10/2021 17:11, Vyacheslav Bocharov wrote:
> - late fix for 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd commit by Tom Rini.
> - enable i2c, rtc, eeprom

thanks, I'll squash it on the previous patch on my u-boot-amlogic-next tree.

Neil

> 
> Changes:
> - add i2c, rtc, eeprom
> 
> Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
> ---
>  configs/jethub_j100_defconfig | 8 ++++++++
>  configs/jethub_j80_defconfig  | 8 ++++++++
>  2 files changed, 16 insertions(+)
> 
> diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
> index 290ce4db85..533f251855 100644
> --- a/configs/jethub_j100_defconfig
> +++ b/configs/jethub_j100_defconfig
> @@ -11,21 +11,27 @@ CONFIG_DEBUG_UART_BASE=0xff803000
>  CONFIG_DEBUG_UART_CLOCK=24000000
>  CONFIG_IDENT_STRING=" jethubj100"
>  CONFIG_DEBUG_UART=y
> +CONFIG_SYS_LOAD_ADDR=0x01000000
>  CONFIG_OF_BOARD_SETUP=y
>  # CONFIG_DISPLAY_CPUINFO is not set
>  CONFIG_MISC_INIT_R=y
>  # CONFIG_CMD_BDI is not set
>  # CONFIG_CMD_IMI is not set
> +CONFIG_CMD_EEPROM=y
>  CONFIG_CMD_GPIO=y
>  CONFIG_RANDOM_UUID=y
> +CONFIG_CMD_I2C=y
>  # CONFIG_CMD_LOADS is not set
>  CONFIG_CMD_MMC=y
>  CONFIG_CMD_USB=y
>  CONFIG_CMD_USB_MASS_STORAGE=y
> +CONFIG_CMD_RTC=y
>  CONFIG_CMD_REGULATOR=y
>  CONFIG_PARTITION_TYPE_GUID=y
>  CONFIG_OF_CONTROL=y
>  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +CONFIG_DM_I2C=y
> +CONFIG_SYS_I2C_MESON=y
>  CONFIG_MMC_MESON_GX=y
>  CONFIG_MTD_UBI=y
>  CONFIG_PHY_REALTEK=y
> @@ -37,6 +43,8 @@ CONFIG_PINCTRL_MESON_AXG=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
>  CONFIG_DM_RESET=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_PCF8563=y
>  CONFIG_DEBUG_UART_ANNOUNCE=y
>  CONFIG_DEBUG_UART_SKIP_INIT=y
>  CONFIG_MESON_SERIAL=y
> diff --git a/configs/jethub_j80_defconfig b/configs/jethub_j80_defconfig
> index 7db05af3b0..ad6bec0c43 100644
> --- a/configs/jethub_j80_defconfig
> +++ b/configs/jethub_j80_defconfig
> @@ -12,25 +12,31 @@ CONFIG_DEBUG_UART_BASE=0xc81004c0
>  CONFIG_DEBUG_UART_CLOCK=24000000
>  CONFIG_IDENT_STRING=" jethubj80"
>  CONFIG_DEBUG_UART=y
> +CONFIG_SYS_LOAD_ADDR=0x01000000
>  CONFIG_OF_BOARD_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  # CONFIG_DISPLAY_CPUINFO is not set
>  CONFIG_MISC_INIT_R=y
>  # CONFIG_CMD_BDI is not set
>  # CONFIG_CMD_IMI is not set
> +CONFIG_CMD_EEPROM=y
>  CONFIG_CMD_ADC=y
>  CONFIG_CMD_GPIO=y
>  CONFIG_RANDOM_UUID=y
> +CONFIG_CMD_I2C=y
>  # CONFIG_CMD_LOADS is not set
>  CONFIG_CMD_MMC=y
>  CONFIG_CMD_USB=y
>  CONFIG_CMD_USB_MASS_STORAGE=y
> +CONFIG_CMD_RTC=y
>  CONFIG_CMD_REGULATOR=y
>  CONFIG_PARTITION_TYPE_GUID=y
>  CONFIG_OF_CONTROL=y
>  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>  CONFIG_NET_RANDOM_ETHADDR=y
>  CONFIG_SARADC_MESON=y
> +CONFIG_DM_I2C=y
> +CONFIG_SYS_I2C_MESON=y
>  CONFIG_MMC_MESON_GX=y
>  CONFIG_MTD_UBI=y
>  CONFIG_PHY_MESON_GXL=y
> @@ -45,6 +51,8 @@ CONFIG_PINCTRL_MESON_GXL=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
>  CONFIG_DM_RESET=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_PCF8563=y
>  CONFIG_DEBUG_UART_ANNOUNCE=y
>  CONFIG_DEBUG_UART_SKIP_INIT=y
>  CONFIG_MESON_SERIAL=y
> 


      reply	other threads:[~2021-10-07  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 15:11 [PATCH v2] ARM: amlogic: update JetHub D1/H1 configs (was: add SYS_LOAD_ADDR to JetHub D1/H1 configs) Vyacheslav Bocharov
2021-10-07  8:10 ` Neil Armstrong [this message]

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=60afb5d7-0004-9d10-bfb4-4ed694b5b9dc@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=adeep@lexina.in \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).