mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
Board-rk29sdk.c:vmac need mac_ref clock to be 50MHZ.so modify pll clock to 300MHZ to fit it
This commit is contained in:
parent
f8f0b08078
commit
d286ee8b0a
|
|
@ -1893,7 +1893,7 @@ static void __init machine_rk29_mapio(void)
|
|||
rk29_map_common_io();
|
||||
rk29_setup_early_printk();
|
||||
rk29_sram_init();
|
||||
rk29_clock_init(periph_pll_288mhz);
|
||||
rk29_clock_init(periph_pll_300mhz);
|
||||
rk29_iomux_init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user