mirror of
https://github.com/armbian/build.git
synced 2025-09-01 03:41:08 +02:00
57 lines
3.4 KiB
Diff
57 lines
3.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Fri, 12 Mar 2021 20:20:12 +0000
|
|
Subject: [ARCHEOLOGY] Changes and fixes to rk322x uboot and kernel config
|
|
|
|
> X-Git-Archeology: > recovered message: > - Enabled nfc on rk322x-dev and disable on rk322x-current (need further development)
|
|
> X-Git-Archeology: > recovered message: > - Tidied up rk322x-current device tree
|
|
> X-Git-Archeology: > recovered message: > - enabled nfc rockchip driver enabled in rk322x-dev kernel config
|
|
> X-Git-Archeology: > recovered message: > - Enabled EHCI controller in u-boot (added patch for inno-phy, device tree and config bits), better device detection for dwc2 usb otg port
|
|
> X-Git-Archeology: > recovered message: > - Removed SPL_FIT_GENERATOR from u-boot configuration, fixed .its file to use binman
|
|
> X-Git-Archeology: > recovered message: > - fixed rk322x its file (now includes dtb), reverted u-boot to v2020.10 and changed dev_* into log_debug() calls
|
|
> X-Git-Archeology: - Revision 95425c27b9d3bbb96e7936cc531638c9150538f9: https://github.com/armbian/build/commit/95425c27b9d3bbb96e7936cc531638c9150538f9
|
|
> X-Git-Archeology: Date: Fri, 12 Mar 2021 20:20:12 +0000
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: Changes and fixes to rk322x uboot and kernel config
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 5130cc32fd9b18ecf71d5d26b688859ede0ffe03: https://github.com/armbian/build/commit/5130cc32fd9b18ecf71d5d26b688859ede0ffe03
|
|
> X-Git-Archeology: Date: Mon, 20 Jun 2022 08:35:13 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip64: fix u-boot USB OTG patch name
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision d4daf41404853fc13813dc4eb9f6cad76f95945c: https://github.com/armbian/build/commit/d4daf41404853fc13813dc4eb9f6cad76f95945c
|
|
> X-Git-Archeology: Date: Mon, 20 Jun 2022 08:35:13 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip64: add sdmmc_ext node, mmc reset properties and otg usb fix to u-boot
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision efee17f217e58a93e795c165e303bfd0a2a0a32a: https://github.com/armbian/build/commit/efee17f217e58a93e795c165e303bfd0a2a0a32a
|
|
> X-Git-Archeology: Date: Mon, 22 Apr 2024 12:39:09 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip64: bump rk3318-box uboot to v2024.01
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 7876017d0b77bbfefbb3d112045b32d9b50db928: https://github.com/armbian/build/commit/7876017d0b77bbfefbb3d112045b32d9b50db928
|
|
> X-Git-Archeology: Date: Tue, 02 Jul 2024 23:31:50 +0000
|
|
> X-Git-Archeology: From: Paolo <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: Bump rk322x-box and rk3318-box to u-boot v2024.07-rc5 (#6855)
|
|
> X-Git-Archeology:
|
|
---
|
|
drivers/usb/host/dwc2.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c
|
|
index 111111111111..222222222222 100644
|
|
--- a/drivers/usb/host/dwc2.c
|
|
+++ b/drivers/usb/host/dwc2.c
|
|
@@ -441,6 +441,8 @@ static void dwc_otg_core_init(struct udevice *dev)
|
|
|
|
writel(usbcfg, ®s->gusbcfg);
|
|
|
|
+ mdelay(10);
|
|
+
|
|
/* Program the GAHBCFG Register. */
|
|
switch (readl(®s->ghwcfg2) & DWC2_HWCFG2_ARCHITECTURE_MASK) {
|
|
case DWC2_HWCFG2_ARCHITECTURE_SLAVE_ONLY:
|
|
--
|
|
Armbian
|
|
|