diff -urpN -X ../dontdiff linux-2.6.17-git5-fix1/drivers/usb/host/ohci-s3c2410.c linux-2.6.17-git5-fix1-s3c2412-try3/drivers/usb/host/ohci-s3c2410.c
--- linux-2.6.17-git5-fix1/drivers/usb/host/ohci-s3c2410.c	2006-06-18 02:49:35.000000000 +0100
+++ linux-2.6.17-git5-fix1-s3c2412-try3/drivers/usb/host/ohci-s3c2410.c	2006-06-23 18:06:06.000000000 +0100
@@ -370,7 +370,7 @@ static int usb_hcd_s3c2410_probe (const 
 		goto err_mem;
 	}
 
-	usb_clk = clk_get(&dev->dev, "upll");
+	usb_clk = clk_get(&dev->dev, "usb-bus-host");
 	if (IS_ERR(usb_clk)) {
 		dev_err(&dev->dev, "cannot get usb-host clock\n");
 		retval = -ENOENT;

