All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 8/8] ARM: CHIP: Enable DM_USB
Date: Fri,  2 Apr 2021 22:48:01 +0100	[thread overview]
Message-ID: <20210402214801.1159432-8-pbrobinson@gmail.com> (raw)
In-Reply-To: <20210402214801.1159432-1-pbrobinson@gmail.com>

The CHIP devices doesn't enable distro defaults due to primary
storage being NAND so it doesn't get DM_USB by default so enable
it and a few other useful USB bits.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 configs/CHIP_defconfig     | 2 ++
 configs/CHIP_pro_defconfig | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig
index a70ee31d40..f423cfc143 100644
--- a/configs/CHIP_defconfig
+++ b/configs/CHIP_defconfig
@@ -8,12 +8,14 @@ CONFIG_VIDEO_COMPOSITE=y
 CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip"
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_CMD_DFU=y
+CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
 CONFIG_DFU_RAM=y
 # CONFIG_MMC is not set
 CONFIG_AXP_ALDO3_VOLT=3300
 CONFIG_AXP_ALDO4_VOLT=3300
 CONFIG_CONS_INDEX=2
+CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_MUSB_GADGET=y
diff --git a/configs/CHIP_pro_defconfig b/configs/CHIP_pro_defconfig
index 7f10fd2b88..08b091fde9 100644
--- a/configs/CHIP_pro_defconfig
+++ b/configs/CHIP_pro_defconfig
@@ -8,6 +8,8 @@ CONFIG_DEFAULT_DEVICE_TREE="sun5i-gr8-chip-pro"
 CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_MTDPARTS=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
 CONFIG_MTDIDS_DEFAULT="nand0=sunxi-nand.0"
 CONFIG_MTDPARTS_DEFAULT="mtdparts=sunxi-nand.0:256k(spl),256k(spl-backup),2m(uboot),2m(uboot-backup),-(UBI)"
 CONFIG_ENV_IS_IN_UBI=y
@@ -22,6 +24,7 @@ CONFIG_SYS_NAND_OOBSIZE=0x100
 CONFIG_AXP_ALDO3_VOLT=3300
 CONFIG_AXP_ALDO4_VOLT=3300
 CONFIG_CONS_INDEX=2
+CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_MUSB_GADGET=y
-- 
2.31.1

  parent reply	other threads:[~2021-04-02 21:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 21:47 [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Peter Robinson
2021-04-02 21:47 ` [PATCH 2/8] ARM: dragonboard820c: Disable network support Peter Robinson
2021-04-04 20:20   ` Jorge
2021-04-02 21:47 ` [PATCH 3/8] ARM: odroid-xu3: Enable DM_ETH Peter Robinson
2021-04-04 23:22   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 4/8] ARM: odroid: " Peter Robinson
2021-04-06 22:54   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 5/8] ARM: Rock: Disable network support Peter Robinson
2021-04-07  3:21   ` Kever Yang
2021-04-02 21:47 ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2021-04-02 21:48 ` [PATCH 7/8] ARM: sheep-rk3368: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` Kever Yang
2021-04-02 21:48 ` Peter Robinson [this message]
2021-04-15  2:05 ` [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Ramon Fried

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=20210402214801.1159432-8-pbrobinson@gmail.com \
    --to=pbrobinson@gmail.com \
    --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.