ARM: mach-shmobile: ap4/mackerel: modify wrong comment out of USB
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Dec 2010 05:54:53 +0000 (05:54 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 5 Jan 2011 08:05:20 +0000 (17:05 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c

index d3260542b943df9a4743b7ba5489f3a0d5733780..90b36b2d0a5b065b239560509883b2e058deeda7 100644 (file)
@@ -1106,7 +1106,7 @@ static void __init ap4evb_init(void)
        gpio_request(GPIO_FN_OVCN2_1,    NULL);
 
        /* setup USB phy */
-       __raw_writew(0x8a0a, 0xE6058130);       /* USBCR2 */
+       __raw_writew(0x8a0a, 0xE6058130);       /* USBCR4 */
 
        /* enable FSI2 port A (ak4643) */
        gpio_request(GPIO_FN_FSIAIBT,   NULL);
index cbaf840e00ed873a3b80fef06aaf58be19b5c18d..42f7c0d67b531836f6913b24cbae322b46c91823 100644 (file)
@@ -848,7 +848,7 @@ static void __init mackerel_init(void)
        gpio_request(GPIO_FN_OVCN2_1,    NULL);
 
        /* setup USB phy */
-       __raw_writew(0x8a0a, 0xE6058130);       /* USBCR2 */
+       __raw_writew(0x8a0a, 0xE6058130);       /* USBCR4 */
 
        /* enable FSI2 port A (ak4643) */
        gpio_request(GPIO_FN_FSIAIBT,   NULL);