Hello.

Swaminathan S wrote:

 This patch adds platform support for USB controller on DM6467 platform.  The
 patch sets up the clock, memory map, USB VBUS control logic.

 Signed-off-by: Swaminathan S <[email protected]>
[...]
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c 
b/arch/arm/mach-davinci/board-dm646x-evm.c
index 8c88fd0..c48b0a4 100644
--- a/arch/arm/mach-davinci/board-dm646x-evm.c
+++ b/arch/arm/mach-davinci/board-dm646x-evm.c
[...]
@@ -80,10 +81,13 @@ static struct davinci_uart_config uart_config __initdata = {
        .enabled_uarts = (1 << 0),
 };
+struct i2c_client *cple_reg0_client;

'cple', not 'cpld'? Also, Kevin has already told you to make it 'static'...

diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c
index a9b20e5..633a25b 100644
--- a/arch/arm/mach-davinci/dm646x.c
+++ b/arch/arm/mach-davinci/dm646x.c
@@ -315,6 +315,13 @@ static struct clk vpif1_clk = {
        .flags = ALWAYS_ENABLED,
 };
+static struct clk usb_clk = {
+       .name = "usb",
+       .parent = &pll1_sysclk3,
+       .lpsc = DAVINCI_LPSC_USB,
+       .flags = ALWAYS_ENABLED,

  Kevin has already told you to drop ALWAYS_ENABLED....

WBR, Sergei



_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to