diff options
| author | Akshay Bhat <[email protected]> | 2016-04-12 18:13:59 -0400 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-04-19 16:05:51 +0200 |
| commit | 54971ac6de20b8834882efb69dc6ad5c1d4a9915 (patch) | |
| tree | dfdc80dee546d27e632cb120d7352ee1945700da /include | |
| parent | 494d43ec35ff3d27926ed9d668e0df4b7e6ae6d3 (diff) | |
board: ge: bx50v3: Use pwm for display backlight
Setup the LCD backlight brightness control pin to use PWM
Signed-off-by: Akshay Bhat <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ge_bx50v3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 6fa4a9a0e4d..e37cd3379af 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -327,6 +327,9 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP +#define CONFIG_PWM_IMX +#define CONFIG_IMX6_PWM_PER_CLK 66000000 + #undef CONFIG_CMD_PCI #ifdef CONFIG_CMD_PCI #define CONFIG_PCI |
