Re: [PATCH] .mailmap: Correct entires for Masahiro Yamada

2023-07-16 Thread Michal Simek
On 7/15/23 17:02, Tom Rini wrote: His entries had the correct email address listed last rather than first, correct this. Fixes 4fa4227cdd14 (".mailmap: Record all address for main U-Boot contributor") Signed-off-by: Tom Rini --- .mailmap | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [PATCH v5 29/46] pci: Adjust video BIOS debugging to be SPL-friendly

2023-07-16 Thread Bin Meng
Hi Simon, On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote: > > A hex value is expected for the VGA mode. Add a 0x prefix, since the # > construct is not supported in SPL. We don't want to add it, due to > code-size constraints. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) >

Re: [PATCH v5 28/46] x86: Init video in SPL if enabled

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote: > > When video is required in SPL, set this up ready for use. Ignore any > problems since it may be that video is not actually available and we > still want to continue on to U-Boot proper in that case. > > Signed-off-by: Simon Glass > --- > > C

Re: [PATCH v5 27/46] x86: Ensure SPL banner is only shown once

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote: > > Print the banner in SPL init only if the spl_board_init() function isn't > enabled. The spl_board_init() function is in the same file, but is called > later, by board_init_r(). > > This avoids printing two banners, which causes tests to fail.

Re: [PATCH v5 23/46] pci: Allow the video BIOS to work in SPL with QEMU

2023-07-16 Thread Bin Meng
Hi Simon, On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > QEMU emulates two common machines (Q35 and i440fx) which use mapping to > determine whether RAM is present below 1MB. In order to copy the video > BIOS to c we need to flip this mapping over to RAM. This does not > happen autom

Re: [PATCH v5 16/46] log: Tidy up an ambiguous comment

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > Add a bit more detail so it is clear that multiple devices are > supported, but only one per driver. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Drop period at end of commit subject > - Drop extra 'a' in commit message > > c

Re: [PATCH v5 15/46] qfw: Show the file address if available

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > Some files have an associated address. Show this with the 'qfw list' > command so that it is possible to dump the data. > > Note that the reference to 'md' is for the md.rst file, not a > markdown file. > > Signed-off-by: Simon Glass > --- >

Re: [PATCH v5 10/46] x86: Correct get_sp() implementation for 64-bit

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > Use an assembler implementation as is done for i386, so that the results > are equivalent for i386 and x86_64. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Reword commit message > > arch/x86/lib/bootm.c | 2 +- > 1 file chang

Re: [PATCH v5 09/46] x86: Show the CPU physical address size with bdinfo

2023-07-16 Thread Bin Meng
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > This is useful information so show it with the bdinfo command. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Adjust the prompt for clarity (although it is now >12 chars) > Reviewed-by: Bin Meng

Re: [PATCH v2 5/8] tools: mkeficapsule: Add support for parsing capsule params from config file

2023-07-16 Thread Michal Simek
On 7/15/23 14:30, Sughosh Ganu wrote: On Fri, 14 Jul 2023 at 16:14, Michal Simek wrote: On 6/24/23 15:41, Sughosh Ganu wrote: Add support for specifying the parameters needed for capsule generation through a config file, instead of passing them through command-line. Parameters for more t

Re: [PATCH v7 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img

2023-07-16 Thread Neha Malcom Francis
Hi Nishanth, On 15/07/23 12:00, Neha Malcom Francis wrote: Hi Nishanth On 15/07/23 11:44, Nishanth Menon wrote: On 19:20-20230714, Neha Malcom Francis wrote: Since you are going to respin anyways, I will complain about this: +#ifdef CONFIG_TARGET_J721E_A72_EVM + +#define SPL_NODTB "spl/u-bo

Re: [PATCH v5 01/46] bdinfo: Add tests for serial settings

2023-07-16 Thread Bin Meng
Hi Simon, On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote: > > Since the original patch was written, tests have been added for the > 'bdinfo' command. Add the missing pieces so that the tests pass. > > Signed-off-by: Simon Glass > Fixes: 68130503fbd ("bdinfo: Show information about the serial

Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-16 Thread Manorit Chawdhry
Hi Andrew, On 09:22-20230714, Andrew Davis wrote: > On 7/14/23 12:52 AM, Manorit Chawdhry wrote: > > Fix regression occurred during refactoring for the mentioned commit. > > > > Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating > > binary logic") > > > > Signed-off-by: Manor

Re: [PATCH] fs/erofs: Introduce new features including ztailpacking, fragments and dedupe

2023-07-16 Thread Gao Xiang
Hi Tom, On 2023/7/7 23:52, Yifan Zhao wrote: This patch updates erofs driver code to catch up with the latest code of erofs_utils (commit e4939f9eaa177e05d697ace85d8dc283e25dc2ed). LZMA will be supported in the separate patch later. Signed-off-by: Yifan Zhao --- CI result here: https://github

Re: [PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-16 Thread Simon Glass
Hi Bin, On Sun, 16 Jul 2023 at 20:48, Bin Meng wrote: > > Hi Simon, > > On Mon, Jul 17, 2023 at 10:16 AM Simon Glass wrote: > > > > Hi Tom and Bin, > > > > I've already sent a patch in the new series that fixes bdinfo. Please take > > a look. > > > > Are these sandbox failures regressions? Or i

Re: [PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-16 Thread Bin Meng
Hi Simon, On Mon, Jul 17, 2023 at 10:16 AM Simon Glass wrote: > > Hi Tom and Bin, > > I've already sent a patch in the new series that fixes bdinfo. Please take a > look. > Are these sandbox failures regressions? Or issues introduced in your series? If the latter, I think we should squash the

Re: [PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-16 Thread Simon Glass
Hi Tom and Bin, I've already sent a patch in the new series that fixes bdinfo. Please take a look. Thanks, Simon On Sun, Jul 16, 2023, 20:13 Bin Meng wrote: > Hi Tom and Simon, > > On Sun, Jul 16, 2023 at 7:40 AM Simon Glass wrote: > > > > Hi Tom, > > > > On Fri, 14 Jul 2023 at 11:29, Tom Ri

Re: [PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-16 Thread Bin Meng
Hi Tom and Simon, On Sun, Jul 16, 2023 at 7:40 AM Simon Glass wrote: > > Hi Tom, > > On Fri, 14 Jul 2023 at 11:29, Tom Rini wrote: > > > > On Fri, Jul 14, 2023 at 05:29:40PM +0800, Bin Meng wrote: > > > Hi Simon, > > > > > > On Thu, Jul 13, 2023 at 9:14 PM Bin Meng wrote: > > > > > > > > On Wed

[PATCH v3 5/5] rockchip: rk3568: Use dwc3-generic driver

2023-07-16 Thread Jonas Karlman
Change RK3568 devices to use the newer dwc3-generic driver instead of the old xhci-dwc3 driver for USB 3.0 support. Signed-off-by: Jonas Karlman --- v3: - No change v2: - No change configs/radxa-cm3-io-rk3566_defconfig | 2 +- configs/rock-3a-rk3568_defconfig | 2 +- 2 files changed, 2 ins

[PATCH v3 4/5] usb: dwc3-generic: Add rk3568 support

2023-07-16 Thread Jonas Karlman
RK3568 share glue and ctrl in a single node. Use glue_get_ctrl_dev to return the glue node as the ctrl node. Signed-off-by: Jonas Karlman Reviewed-by: Jagan Teki --- v3: - No change v2: - No change - Collect r-b tag drivers/usb/dwc3/dwc3-generic.c | 17 + 1 file changed, 17 ins

[PATCH v3 3/5] usb: dwc3-generic: Relax unsupported dr_mode check

2023-07-16 Thread Jonas Karlman
When dr_mode is peripheral or otg and U-Boot has not been built with DM_USB_GADGET support, booting such device may end up with: dwc3_glue_bind_common: subnode name: usb@fcc0 Error binding driver 'dwc3-generic-wrapper': -6 Some drivers failed to bind initcall sequence effbca08

[PATCH v3 2/5] usb: dwc3-generic: Return early when there is no child node

2023-07-16 Thread Jonas Karlman
The current error check for device_find_first_child is not working as expected, the documentation for device_find_first_child mention: @devp: Returns first child device, or NULL if none Return: 0 Change to return early when there is no child node to avoid any possible null pointer dereference

[PATCH v3 1/5] Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb"

2023-07-16 Thread Jonas Karlman
Remove regulator-boot-on prop from regulators now that the phy core has support for phy-supply after the commit c57e0dcd9384 ("phy: add support for phy-supply"). This reverts commit 7911f409ff20dce5995cc1b703a6e30c94022f6b. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- v3: - No chang

[PATCH v3 0/5] rockchip: rk3568: Use dwc3-generic driver

2023-07-16 Thread Jonas Karlman
This series add support for rk3568 in dwc3-generic driver and change to use the dwc3-generic driver for rk3568 devices having usb enabled. After these changes it should be possible to support usb gadget on rk3568 with e.g.: # CONFIG_USB_FUNCTION_FASTBOOT is not set CONFIG_DM_USB_GADGET=y CO

Please pull u-boot-video

2023-07-16 Thread Anatolij Gustschin
Hi Tom, please pull new video patches for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923 Thanks, Anatolij The following changes since commit 8e21064cb3452950b09301baec06d86e37342471: Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodia

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass написав(-ла): >Hi Svyatoslav, > >On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote: >> >> >> >> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman >> написав(-ла): >> >On 2023-07-16 05:57, Svyatoslav Ryhel wrote: >> >> >> >> >> >> 16 липня 20

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-16 Thread Tom Rini
On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote: > > > > On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote: > > > > > > > > On Wed, Jul 12, 20

[PATCH] configs: rockchip: drop useless DEBUG_UART_SKIP_INIT

2023-07-16 Thread Pegorer Massimo
DEBUG_UART_SKIP_INIT feature is implemented only by s5p (DEBUG_UART_S5P) and pl01x (DEBUG_UART_PL010 or DEBUG_UART_PL011) serial drivers, but all ARCH_ROCKCHIP configs rely on default DEBUG_UART_NS16550. The ns16550 serial driver does not depends on DEBUG_UART_SKIP_INIT, so drop it from rockchip co

Re: [PATCH v2 2/5] usb: dwc3-generic: Return early when there is no child node

2023-07-16 Thread Marek Vasut
On 7/16/23 09:57, Jonas Karlman wrote: On 2023-07-16 03:19, Marek Vasut wrote: On 7/16/23 03:05, Jonas Karlman wrote: On 2023-07-16 02:58, Marek Vasut wrote: On 7/16/23 01:10, Jonas Karlman wrote: The current error check for device_find_first_child is not working as expected, the documentatio

[PATCH] usb: mtu3: Fix device_find_first_child() return value handling

2023-07-16 Thread Marek Vasut
This function only ever returns 0, but may not assign the second parameter. Check the second parameter instead. Reported-by: Jonas Karlman Signed-off-by: Marek Vasut --- Cc: Chunfeng Yun Cc: GSS_MTK_Uboot_upstream Cc: Marek Vasut Cc: Ryder Lee Cc: Weijie Gao --- drivers/usb/mtu3/mtu3_plat.

[PATCH] pci: Fix device_find_first_child() return value handling

2023-07-16 Thread Marek Vasut
This function only ever returns 0, but may not assign the second parameter. Same thing for device_find_next_child(). Do not assign ret to stop proliferation of this misuse. Reported-by: Jonas Karlman Signed-off-by: Marek Vasut --- Cc: "Pali Rohár" Cc: Bin Meng Cc: Marek Vasut Cc: Michal Sucha

Re: [PATCH v4 32/45] fs: fat: Support reading from a larger block size

2023-07-16 Thread Bin Meng
Hi Simon, On Sun, Jul 16, 2023 at 7:42 AM Simon Glass wrote: > > Hi Bin, > > On Thu, 13 Jul 2023 at 04:49, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > > > > > At present it is not possible to read from some CDROM drives since the > > > FAT se

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-16 Thread Tom Rini
On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote: > > > > On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote: > > > Hi Jason, > > > > > > On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote: > > > > > > > > Add support

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 17:27:39 GMT+03:00, Jonas Karlman написав(-ла): >On 2023-07-16 15:17, Svyatoslav Ryhel wrote: >> >> >> 16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass >> написав(-ла): >>> Hi Svyatoslav, >>> >>> On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote: 16

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Jonas Karlman
On 2023-07-16 15:17, Svyatoslav Ryhel wrote: > > > 16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass > написав(-ла): >> Hi Svyatoslav, >> >> On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote: >>> >>> >>> >>> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman >>> написав(-ла): On 2023-

Re: [PATCH 1/1] test: avoid function name 'setup'

2023-07-16 Thread Heinrich Schuchardt
On 7/16/23 01:40, Simon Glass wrote: Hi Heinrich, On Sat, 15 Jul 2023 at 03:05, Heinrich Schuchardt wrote: pytest 7.3.2 treats the function name 'setup' as a fixture [1]. This leads to errors like: TypeError: setup() missing 2 required positional arguments: 'disk_img' and 'osin

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 16:08:10 GMT+03:00, Simon Glass написав(-ла): >Hi Svyatoslav, > >On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote: >> >> >> >> 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass >> написав(-ла): >> >Hi Svyatoslav, >> > >> >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel w

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass написав(-ла): >Hi Svyatoslav, > >On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote: >> >> >> >> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman >> написав(-ла): >> >On 2023-07-16 05:57, Svyatoslav Ryhel wrote: >> >> >> >> >> >> 16 липня

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-16 Thread Simon Glass
Hi Svyatoslav, On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote: > > > > 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass > написав(-ла): > >Hi Svyatoslav, > > > >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel wrote: > >> > >> Currently device tree entries of regulators are completely > >>

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Simon Glass
Hi Svyatoslav, On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote: > > > > 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman > написав(-ла): > >On 2023-07-16 05:57, Svyatoslav Ryhel wrote: > >> > >> > >> 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman > >> написав(-ла): > >>> On 2023-07

[PATCH v1 5/5] optee: Support Rockchip OPTEE binaries

2023-07-16 Thread Alex Bee
Currently the only ARM Rockchip SoC which is supported by upstream optee-os is RK322x. For all other ARM SoCs a vendor-provided OP-TEE binary has to be used to have a TEE available. Those are using a calling convension different from upstream optee-os. This introduces CONFIG_ROCKCHIP_OPTEE_BINARY

[PATCH v1 4/5] rockchip: evb_rk3229: Update/fix README

2023-07-16 Thread Alex Bee
This updates the evb_rk3229's README on howto create / use the FIT image created by binman. Also fix some wrong paths and update filenames which have changed in recent upstream optee-os versions. Signed-off-by: Alex Bee --- board/rockchip/evb_rk3229/README | 72 +---

[PATCH v1 3/5] rockchip: RK322x: select SPL_OPTEE_IMAGE

2023-07-16 Thread Alex Bee
For RK322x series ARM SoCs the OP-TEE is non-optional, as besides the TEE it also provides the PSCI implementation, which is expected to be available by upstream linux. Select CONFIG_SPL_OPTEE_IMAGE if an FIT image is built. Signed-off-by: Alex Bee --- arch/arm/mach-rockchip/Kconfig | 1 + 1 fi

[PATCH v1 2/5] evb-rk3229_defconfig: Drop SPL_STACK_R_MALLOC_SIMPLE_LEN

2023-07-16 Thread Alex Bee
An OP-TEE FIT image will fail to extract in SPL because the malloc stack size is currently limited to 0x2000 for evb-rk3229 board. In SPL we do not have to care about size limitations, since we are no longer bound to SRAM limits after DRAM initialization has been done in TPL. Drop that definition

[PATCH v1 1/5] rockchip: Support OP-TEE for ARM in FIT images created by binman

2023-07-16 Thread Alex Bee
CONFIG_SPL_OPTEE_IMAGE option is used during DRAM size detection for Rockchip ARM platform to indicate that an OP-TEE binary was already loaded and a Trusted Execution Environment (TEE) is available in order to block/reserve a memory-region for it. This adds a bunch of new `#if's` to u-boot-rockch

[PATCH v1 0/5] rockchip: Support OP-TEE binaries in ARM FIT images

2023-07-16 Thread Alex Bee
This adds support for OP-TEE binaries to Rockchip's ARM FIT image generation by binman. Currently there is an extra (and outdated) rockchip-optee.dtsi which can create an u-boot.itb which can also hold the OP-TEE binary. It has to be included manually in the respective SoC-specific device trees.

Re: [PATCH] sunxi: H6: Enable Ethernet on Orange Pi One Plus

2023-07-16 Thread Corentin Labbe
Le Sun, Jul 16, 2023 at 01:35:02AM +0100, Andre Przywara a écrit : > On Tue, 11 Jul 2023 19:40:21 + > Anne Macedo wrote: > > Hi Anne, > > thanks for reaching out to the list! But please try to avoid > pushing any patches downstream (Yocto) before they are accepted > or at least discussed ups

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman написав(-ла): >On 2023-07-16 05:57, Svyatoslav Ryhel wrote: >> >> >> 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman >> написав(-ла): >>> On 2023-07-15 20:34, Svyatoslav Ryhel wrote: Existing PALMAS PMIC driver is fully compatible

Re: [PATCH] add axp313a support

2023-07-16 Thread Simon Glass
Hi SASANO, On Sat, 15 Jul 2023 at 18:36, SASANO Takayoshi wrote: > > Hello, > > On Sun, 16 Jul 2023 08:40:36 +0900, > Simon Glass wrote: > > > > Hi, > > > > On Sat, 15 Jul 2023 at 16:01, SASANO Takayoshi wrote: > > > > > > > > > Here is the diff of AXP313A PMIC driver. > > > (No board configurat

[PATCH 1/1] part: eliminate part_get_info_by_name_type()

2023-07-16 Thread Heinrich Schuchardt
Since commit 56670d6fb83f ("disk: part: use common api to lookup part driver") part_get_info_by_name_type() ignores the part_type parameter used to restrict the partition table type. omap_mmc_get_part_size() and part_get_info_by_name() are the only consumers. omap_mmc_get_part_size() calls with p

Re: [PATCH v2 0/2] power: pmic: add TPS65913 support

2023-07-16 Thread Jonas Karlman
On 2023-07-16 05:57, Svyatoslav Ryhel wrote: > > > 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman > написав(-ла): >> On 2023-07-15 20:34, Svyatoslav Ryhel wrote: >>> Existing PALMAS PMIC driver is fully compatible with TI TPS65913 >>> PMIC found in many Tegra 4 devices, like Tegra Note 7 an

Re: [PATCH v2 2/5] usb: dwc3-generic: Return early when there is no child node

2023-07-16 Thread Jonas Karlman
On 2023-07-16 03:19, Marek Vasut wrote: > On 7/16/23 03:05, Jonas Karlman wrote: >> On 2023-07-16 02:58, Marek Vasut wrote: >>> On 7/16/23 01:10, Jonas Karlman wrote: The current error check for device_find_first_child is not working as expected, the documentation for device_find_first_ch

Re: [PATCH v2 3/5] usb: dwc3-generic: Relax unsupported dr_mode check

2023-07-16 Thread Jonas Karlman
On 2023-07-16 02:59, Marek Vasut wrote: > On 7/16/23 01:10, Jonas Karlman wrote: >> When dr_mode is peripheral or otg and U-Boot has not been built with >> DM_USB_GADGET support, booting such device may end up with: >> >>dwc3_glue_bind_common: subnode name: usb@fcc0 >>Error binding driv