mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ODROID:Merge BSP 2019.04 (fix build err-hdmitx)
Change-Id: I119ba16c916f751483670dc879558f527f9f271e
This commit is contained in:
@@ -554,11 +554,10 @@ static int set_disp_mode_auto(void)
|
||||
hdev->HWOp.CntlConfig(hdev, CONF_HDMI_DVI_MODE,
|
||||
DVI_MODE);
|
||||
pr_info(SYS "change to DVI mode\n");
|
||||
} else if (hdev->RXCap.IEEEOUI == 0) {
|
||||
} else if (hdev->RXCap.ieeeoui == 0) {
|
||||
#else
|
||||
if (hdev->RXCap.ieeeoui == 0) {
|
||||
#endif
|
||||
if (hdev->RXCap.ieeeoui == 0) {
|
||||
/* DVI case judgement. In uboot, directly output HDMI
|
||||
* mode
|
||||
*/
|
||||
|
||||
@@ -194,6 +194,7 @@ static void set_hpll_hclk_dongle_5940m(void)
|
||||
|
||||
void set_g12a_hpll_clk_out(unsigned int frac_rate, unsigned int clk)
|
||||
{
|
||||
unsigned int m, m1, m2;
|
||||
struct hdmitx_dev *hdev = get_hdmitx_device();
|
||||
|
||||
switch (clk) {
|
||||
|
||||
Reference in New Issue
Block a user