Move kernel config and patches to kernel 6.6. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
27 lines
987 B
Diff
27 lines
987 B
Diff
From fba985aaf46391066773f3bf3a08fb6e75b37673 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 22 May 2023 18:29:37 +0200
|
|
Subject: [PATCH] usb: host: ohci-platform: increase max clock number to 4
|
|
|
|
Rockchip RK3588 OHCI requires 4 clocks to be enabled.
|
|
|
|
Acked-by: Alan Stern <stern@rowland.harvard.edu>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Link: https://lore.kernel.org/r/20230522162937.53190-4-sebastian.reichel@collabora.com
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
drivers/usb/host/ohci-platform.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/usb/host/ohci-platform.c
|
|
+++ b/drivers/usb/host/ohci-platform.c
|
|
@@ -33,7 +33,7 @@
|
|
#include "ohci.h"
|
|
|
|
#define DRIVER_DESC "OHCI generic platform driver"
|
|
-#define OHCI_MAX_CLKS 3
|
|
+#define OHCI_MAX_CLKS 4
|
|
#define hcd_to_ohci_priv(h) ((struct ohci_platform_priv *)hcd_to_ohci(h)->priv)
|
|
|
|
struct ohci_platform_priv {
|