]> Git Repo - u-boot.git/commitdiff
board: ge: bx50v3: fix display support for b{46}50v3
authorIan Ray <[email protected]>
Wed, 25 Apr 2018 14:57:00 +0000 (16:57 +0200)
committerStefano Babic <[email protected]>
Thu, 17 May 2018 09:54:24 +0000 (11:54 +0200)
Enable Video PLL to fix non-working display support for Bx50v3
internal displays.

Signed-off-by: Ian Ray <[email protected]>
Signed-off-by: Nandor Han <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
board/ge/bx50v3/bx50v3.c

index be6a9fc470c0b4af1c7d855f7c2fe43a6d589174..478699aec90e95910e59527ffc451c8a082634a4 100644 (file)
@@ -492,6 +492,8 @@ static void setup_display_bx50v3(void)
        struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
        struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;
 
+       enable_videopll();
+
        /* When a reset/reboot is performed the display power needs to be turned
         * off for atleast 500ms. The boot time is ~300ms, we need to wait for
         * an additional 200ms here. Unfortunately we use external PMIC for
This page took 0.036029 seconds and 4 git commands to generate.