diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-01 22:04:34 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:40 +0100 |
commit | 213480e12d880ef6782f56f1af95469b48cca539 (patch) | |
tree | e6bc90e7c39254d5cc2981b0115781ef23b1ea23 /arch/arm/include/asm/arch-sunxi/clock_sun4i.h | |
parent | 213dcbfdeb3bdafad48cb330793fa870efef77f0 (diff) | |
download | u-boot-imx-213480e12d880ef6782f56f1af95469b48cca539.zip u-boot-imx-213480e12d880ef6782f56f1af95469b48cca539.tar.gz u-boot-imx-213480e12d880ef6782f56f1af95469b48cca539.tar.bz2 |
sunxi: video: Add lvds support
Add support for lvds lcd panels
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/clock_sun4i.h')
-rw-r--r-- | arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h index 64b5c38..70b789e 100644 --- a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h +++ b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h @@ -284,6 +284,8 @@ struct sunxi_ccm_reg { /* Enable / disable both ch1 sclk1 and sclk2 at the same time */ #define CCM_LCD_CH1_CTRL_GATE (0x1 << 31 | 0x1 << 15) +#define CCM_LVDS_CTRL_RST (1 << 0) + #define CCM_HDMI_CTRL_M(n) ((((n) - 1) & 0xf) << 0) #define CCM_HDMI_CTRL_PLL_MASK (3 << 24) #define CCM_HDMI_CTRL_PLL3 (0 << 24) |