DaVinci: DM365: Correct USB parent clock
The parent clock for the USB source clock is actually PLL1 aux clock, not PLL2 sysclk1. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
committed by
Kevin Hilman
parent
eb5ba378bc
commit
ed16067205
@@ -369,7 +369,7 @@ static struct clk timer3_clk = {
|
|||||||
|
|
||||||
static struct clk usb_clk = {
|
static struct clk usb_clk = {
|
||||||
.name = "usb",
|
.name = "usb",
|
||||||
.parent = &pll2_sysclk1,
|
.parent = &pll1_aux_clk,
|
||||||
.lpsc = DAVINCI_LPSC_USB,
|
.lpsc = DAVINCI_LPSC_USB,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user