Revert "rockchip: Drop call to rockchip_dnl_mode_check() for now"
Due to a final resolution not coming up in time for 2019.04 and
following the consensus on the discussion, we'll keep this around
for 2019.04 after all.
This reverts commit 0d968ceb1f
.
This commit is contained in:
@@ -61,13 +61,7 @@ int setup_boot_mode(void)
|
|||||||
void *reg = (void *)CONFIG_ROCKCHIP_BOOT_MODE_REG;
|
void *reg = (void *)CONFIG_ROCKCHIP_BOOT_MODE_REG;
|
||||||
int boot_mode = readl(reg);
|
int boot_mode = readl(reg);
|
||||||
|
|
||||||
/*
|
rockchip_dnl_mode_check();
|
||||||
* This should be handled using a driver-tree property and a suitable
|
|
||||||
* driver which can read the appropriate settings. As it is, this
|
|
||||||
* breaks chromebook_minnie.\
|
|
||||||
*
|
|
||||||
* rockchip_dnl_mode_check();
|
|
||||||
*/
|
|
||||||
|
|
||||||
boot_mode = readl(reg);
|
boot_mode = readl(reg);
|
||||||
debug("%s: boot mode 0x%08x\n", __func__, boot_mode);
|
debug("%s: boot mode 0x%08x\n", __func__, boot_mode);
|
||||||
|
Reference in New Issue
Block a user