Commit c29be4b8 authored by Kevin Hilman's avatar Kevin Hilman

SPI: fixup clock name after clock/pll updates

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent da57d706
......@@ -413,7 +413,7 @@ void __init dm355_init_spi0(unsigned chipselect_mask,
spi_register_board_info(info, len);
davinci_clk_associate(&dm355_spi0_device.dev, "spi", "SPICLK");
davinci_clk_associate(&dm355_spi0_device.dev, "spi", "spi0");
platform_device_register(&dm355_spi0_device);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment