mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
rk29: phonesdk: ddr freq set to 192MHz, support UART 4M baud
This commit is contained in:
@@ -229,7 +229,7 @@ CONFIG_DDR_TYPE_LPDDR=y
|
||||
# CONFIG_DDR_TYPE_DDR3_2133N is not set
|
||||
# CONFIG_DDR_TYPE_DDR3_DEFAULT is not set
|
||||
CONFIG_RK29_MEM_SIZE_M=512
|
||||
CONFIG_DDR_SDRAM_FREQ=200
|
||||
CONFIG_DDR_SDRAM_FREQ=192
|
||||
|
||||
#
|
||||
# RK29 VPU (Video Processing Unit) support
|
||||
@@ -1291,7 +1291,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
# CONFIG_BACKLIGHT_GENERIC is not set
|
||||
CONFIG_BACKLIGHT_WM831X=y
|
||||
# CONFIG_BACKLIGHT_RK29_BL is not set
|
||||
CONFIG_FIH_TOUCHKEY_LED=y
|
||||
# CONFIG_FIH_TOUCHKEY_LED is not set
|
||||
# CONFIG_BACKLIGHT_AW9364 is not set
|
||||
|
||||
#
|
||||
|
||||
@@ -3120,7 +3120,7 @@ static void __init machine_rk29_mapio(void)
|
||||
rk29_sram_init();
|
||||
rk29_clock_init(periph_pll_288mhz);
|
||||
rk29_iomux_init();
|
||||
ddr_init(DDR_TYPE,DDR_FREQ); // DDR3_1333H, 400
|
||||
ddr_init(DDR_TYPE, DDR_FREQ);
|
||||
}
|
||||
|
||||
MACHINE_START(RK29, "RK29board")
|
||||
|
||||
Reference in New Issue
Block a user