From: FUKAUMI Naoki <naoki@radxa.com>
To: sjg@chromium.org, philipp.tomsich@vrull.eu,
kever.yang@rock-chips.com, gajjar04akash@gmail.com,
jagan@amarulasolutions.com, jonas@kwiboo.se
Cc: u-boot@lists.denx.de, FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH v2 1/4] configs: rockchip: rock-3a: make usb host work
Date: Thu, 20 Apr 2023 12:00:38 +0000 [thread overview]
Message-ID: <20230420120041.18043-1-naoki@radxa.com> (raw)
In-Reply-To: <20230420095604.2329-1-naoki@radxa.com>
add support for USB host function on ROCK 3A
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
v2:
- drop CONFIG_USB_DWC3_GENERIC
configs/rock-3a-rk3568_defconfig | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/configs/rock-3a-rk3568_defconfig b/configs/rock-3a-rk3568_defconfig
index e753832183..16a8b6092c 100644
--- a/configs/rock-3a-rk3568_defconfig
+++ b/configs/rock-3a-rk3568_defconfig
@@ -39,6 +39,7 @@ CONFIG_SPL_ATF=y
CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
# CONFIG_SPL_DOS_PARTITION is not set
CONFIG_SPL_OF_CONTROL=y
@@ -58,6 +59,8 @@ CONFIG_MMC_SDHCI_SDMA=y
CONFIG_MMC_SDHCI_ROCKCHIP=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_GMAC_ROCKCHIP=y
+CONFIG_PHY_ROCKCHIP_INNO_USB2=y
+CONFIG_PHY_ROCKCHIP_NANENG_COMBOPHY=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_RK8XX=y
CONFIG_SPL_PMIC_RK8XX=y
@@ -69,5 +72,13 @@ CONFIG_BAUDRATE=1500000
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550_MEM32=y
CONFIG_SYSRESET=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_GENERIC=y
+CONFIG_USB_DWC3=y
# CONFIG_BINMAN_FDT is not set
CONFIG_ERRNO_STR=y
--
2.39.2
next prev parent reply other threads:[~2023-04-20 12:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 9:56 [PATCH 1/3] configs: rockchip: rock-3a: make usb host work FUKAUMI Naoki
2023-04-20 9:56 ` [PATCH 2/3] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator FUKAUMI Naoki
2023-04-20 10:08 ` Kever Yang
2023-04-20 9:56 ` [PATCH 3/3] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb FUKAUMI Naoki
2023-04-20 10:08 ` Kever Yang
2023-04-20 10:43 ` Jonas Karlman
2023-04-20 10:07 ` [PATCH 1/3] configs: rockchip: rock-3a: make usb host work Kever Yang
2023-04-20 10:37 ` Jonas Karlman
2023-04-20 12:00 ` FUKAUMI Naoki [this message]
2023-04-20 12:00 ` [PATCH v2 2/4] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator FUKAUMI Naoki
2023-04-20 12:00 ` [PATCH v2 3/4] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb FUKAUMI Naoki
2023-04-20 12:00 ` [PATCH v2 4/4] configs: rockchip: radxa-cm3-io: drop CONFIG_USB_DWC3_GENERIC FUKAUMI Naoki
2023-04-21 8:03 ` Kever Yang
2023-04-21 8:02 ` [PATCH v2 1/4] configs: rockchip: rock-3a: make usb host work Kever Yang
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=20230420120041.18043-1-naoki@radxa.com \
--to=naoki@radxa.com \
--cc=gajjar04akash@gmail.com \
--cc=jagan@amarulasolutions.com \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--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