diff options
author | Wayne Zou <b36644@freescale.com> | 2012-04-13 14:16:21 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:36:11 +0800 |
commit | 80ecfe135e4687f4369d6e310f6a265f29d45b87 (patch) | |
tree | bfbd569082eeb1146de336996641f7254b43d605 /arch/arm/mach-mx6/board-mx6q_sabresd.h | |
parent | 502d6de4202d458fd0a73c2de304618ff0ca8d87 (diff) |
ENGR00179631 MX6 SabreSD: Add MIPI DSI Display support
Add MIPI DSI Display support on mx6 SabreSD board.
MIPI DSI needs pll3_pfd_540M clock source for 540MHz.
if using ldb, the pll3_pfd_540M clock will be changed to 454Mhz.
So add command line option disable_ldb when using MIPI DSI display.
Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_sabresd.h')
-rw-r--r-- | arch/arm/mach-mx6/board-mx6q_sabresd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.h b/arch/arm/mach-mx6/board-mx6q_sabresd.h index d84a606f9206..8ccb3423424f 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabresd.h +++ b/arch/arm/mach-mx6/board-mx6q_sabresd.h @@ -253,6 +253,11 @@ static iomux_v3_cfg_t mx6q_sabresd_pads[] = { MX6Q_PAD_GPIO_17__GPIO_7_12, /* PCIE_RST */ MX6Q_PAD_KEY_COL4__GPIO_4_14, /* PCIE_DIS */ + + /* DISP_RST_B */ + MX6Q_PAD_NANDF_CS0__GPIO_6_11, + /* DISP_PWR_EN */ + MX6Q_PAD_NANDF_CS1__GPIO_6_14, }; static iomux_v3_cfg_t mx6q_sabresd_csi0_sensor_pads[] = { |