coreboot/src
Hung-Te Lin 302dddf0f4 soc/mediatek: dsi: Refactor MIPI TX configuration
The only platform-specific difference in mtk_dsi_phy_clk_setting is how
to configure MIPI TX because those registers (and logic) are quite
different across different SOCs.

The calculation of data rate is actually the same so we should isolate
it and move to common, and rename mtk_dsi_phy_clk_setting to a better
name as mtk_dsi_configure_mipi_tx.

BUG=b:80501386,b:117254947
TEST=make -j # board = oak and boots

Change-Id: I894dc2c4c053267debf5a58313b2bb489bcf5f3a
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2019-08-13 02:37:18 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
commonlib lib/edid: Add suport for display rotation 2019-08-08 03:18:35 +00:00
console arch/x86: Enable POSTCAR_CONSOLE by default 2019-08-11 03:07:36 +00:00
cpu intel/haswell: Move platform_enter_postcar() 2019-08-11 18:37:19 +00:00
device device/pci_ops: Make PCI_BDF() available in all stages 2019-08-02 15:47:53 +00:00
drivers arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
ec ec/google/wilco: Hide wilco symbols when unused 2019-07-25 16:46:17 +00:00
include arch/x86: Obsolete CACHE_AS_RAM config 2019-08-11 18:36:34 +00:00
lib arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
mainboard soc/sifive/fu540: add code for spi and map flash to memory spaces 2019-08-12 08:35:17 +00:00
northbridge intel/haswell: Move platform_enter_postcar() 2019-08-11 18:37:19 +00:00
security vboot: fix conditional using vboot_setup_tpm return value 2019-08-08 07:03:24 +00:00
soc soc/mediatek: dsi: Refactor MIPI TX configuration 2019-08-13 02:37:18 +00:00
southbridge sb/intel/i82801dx: Drop unused parameter 2019-08-12 18:19:22 +00:00
superio src/superio/nuvoton: Add support for NCT5539D 2019-07-29 17:02:12 +00:00
vendorcode vendorcode/eltan/security/lib: Add missing vb2ex_printf() 2019-08-11 03:03:33 +00:00
Kconfig lib/stage_cache: Refactor Kconfig options 2019-08-08 04:50:33 +00:00