5 #include <linux/kernel.h>
24 #define TROUT_DEFAULT_BACKLIGHT_BRIGHTNESS 255
26 #define MDDI_CLIENT_CORE_BASE 0x108000
27 #define LCD_CONTROL_BLOCK_BASE 0x110000
28 #define SPI_BLOCK_BASE 0x120000
29 #define I2C_BLOCK_BASE 0x130000
30 #define PWM_BLOCK_BASE 0x140000
31 #define GPIO_BLOCK_BASE 0x150000
32 #define SYSTEM_BLOCK1_BASE 0x160000
33 #define SYSTEM_BLOCK2_BASE 0x170000
36 #define DPSUS (MDDI_CLIENT_CORE_BASE|0x24)
37 #define SYSCLKENA (MDDI_CLIENT_CORE_BASE|0x2C)
38 #define PWM0OFF (PWM_BLOCK_BASE|0x1C)
40 #define V_VDDE2E_VDD2_GPIO 0
43 #define MDDICAP0 (MDDI_CLIENT_CORE_BASE|0x00)
44 #define MDDICAP1 (MDDI_CLIENT_CORE_BASE|0x04)
45 #define MDDICAP2 (MDDI_CLIENT_CORE_BASE|0x08)
46 #define MDDICAP3 (MDDI_CLIENT_CORE_BASE|0x0C)
47 #define MDCAPCHG (MDDI_CLIENT_CORE_BASE|0x10)
48 #define MDCRCERC (MDDI_CLIENT_CORE_BASE|0x14)
49 #define TTBUSSEL (MDDI_CLIENT_CORE_BASE|0x18)
50 #define DPSET0 (MDDI_CLIENT_CORE_BASE|0x1C)
51 #define DPSET1 (MDDI_CLIENT_CORE_BASE|0x20)
52 #define DPSUS (MDDI_CLIENT_CORE_BASE|0x24)
53 #define DPRUN (MDDI_CLIENT_CORE_BASE|0x28)
54 #define SYSCKENA (MDDI_CLIENT_CORE_BASE|0x2C)
55 #define TESTMODE (MDDI_CLIENT_CORE_BASE|0x30)
56 #define FIFOMONI (MDDI_CLIENT_CORE_BASE|0x34)
57 #define INTMONI (MDDI_CLIENT_CORE_BASE|0x38)
58 #define MDIOBIST (MDDI_CLIENT_CORE_BASE|0x3C)
59 #define MDIOPSET (MDDI_CLIENT_CORE_BASE|0x40)
60 #define BITMAP0 (MDDI_CLIENT_CORE_BASE|0x44)
61 #define BITMAP1 (MDDI_CLIENT_CORE_BASE|0x48)
62 #define BITMAP2 (MDDI_CLIENT_CORE_BASE|0x4C)
63 #define BITMAP3 (MDDI_CLIENT_CORE_BASE|0x50)
64 #define BITMAP4 (MDDI_CLIENT_CORE_BASE|0x54)
66 #define SRST (LCD_CONTROL_BLOCK_BASE|0x00)
67 #define PORT_ENB (LCD_CONTROL_BLOCK_BASE|0x04)
68 #define START (LCD_CONTROL_BLOCK_BASE|0x08)
69 #define PORT (LCD_CONTROL_BLOCK_BASE|0x0C)
70 #define CMN (LCD_CONTROL_BLOCK_BASE|0x10)
71 #define GAMMA (LCD_CONTROL_BLOCK_BASE|0x14)
72 #define INTFLG (LCD_CONTROL_BLOCK_BASE|0x18)
73 #define INTMSK (LCD_CONTROL_BLOCK_BASE|0x1C)
74 #define MPLFBUF (LCD_CONTROL_BLOCK_BASE|0x20)
75 #define HDE_LEFT (LCD_CONTROL_BLOCK_BASE|0x24)
76 #define VDE_TOP (LCD_CONTROL_BLOCK_BASE|0x28)
77 #define PXL (LCD_CONTROL_BLOCK_BASE|0x30)
78 #define HCYCLE (LCD_CONTROL_BLOCK_BASE|0x34)
79 #define HSW (LCD_CONTROL_BLOCK_BASE|0x38)
80 #define HDE_START (LCD_CONTROL_BLOCK_BASE|0x3C)
81 #define HDE_SIZE (LCD_CONTROL_BLOCK_BASE|0x40)
82 #define VCYCLE (LCD_CONTROL_BLOCK_BASE|0x44)
83 #define VSW (LCD_CONTROL_BLOCK_BASE|0x48)
84 #define VDE_START (LCD_CONTROL_BLOCK_BASE|0x4C)
85 #define VDE_SIZE (LCD_CONTROL_BLOCK_BASE|0x50)
86 #define WAKEUP (LCD_CONTROL_BLOCK_BASE|0x54)
87 #define WSYN_DLY (LCD_CONTROL_BLOCK_BASE|0x58)
88 #define REGENB (LCD_CONTROL_BLOCK_BASE|0x5C)
89 #define VSYNIF (LCD_CONTROL_BLOCK_BASE|0x60)
90 #define WRSTB (LCD_CONTROL_BLOCK_BASE|0x64)
91 #define RDSTB (LCD_CONTROL_BLOCK_BASE|0x68)
92 #define ASY_DATA (LCD_CONTROL_BLOCK_BASE|0x6C)
93 #define ASY_DATB (LCD_CONTROL_BLOCK_BASE|0x70)
94 #define ASY_DATC (LCD_CONTROL_BLOCK_BASE|0x74)
95 #define ASY_DATD (LCD_CONTROL_BLOCK_BASE|0x78)
96 #define ASY_DATE (LCD_CONTROL_BLOCK_BASE|0x7C)
97 #define ASY_DATF (LCD_CONTROL_BLOCK_BASE|0x80)
98 #define ASY_DATG (LCD_CONTROL_BLOCK_BASE|0x84)
99 #define ASY_DATH (LCD_CONTROL_BLOCK_BASE|0x88)
100 #define ASY_CMDSET (LCD_CONTROL_BLOCK_BASE|0x8C)
102 #define SSICTL (SPI_BLOCK_BASE|0x00)
103 #define SSITIME (SPI_BLOCK_BASE|0x04)
104 #define SSITX (SPI_BLOCK_BASE|0x08)
105 #define SSIRX (SPI_BLOCK_BASE|0x0C)
106 #define SSIINTC (SPI_BLOCK_BASE|0x10)
107 #define SSIINTS (SPI_BLOCK_BASE|0x14)
108 #define SSIDBG1 (SPI_BLOCK_BASE|0x18)
109 #define SSIDBG2 (SPI_BLOCK_BASE|0x1C)
110 #define SSIID (SPI_BLOCK_BASE|0x20)
112 #define WKREQ (SYSTEM_BLOCK1_BASE|0x00)
113 #define CLKENB (SYSTEM_BLOCK1_BASE|0x04)
114 #define DRAMPWR (SYSTEM_BLOCK1_BASE|0x08)
115 #define INTMASK (SYSTEM_BLOCK1_BASE|0x0C)
116 #define GPIOSEL (SYSTEM_BLOCK2_BASE|0x00)
118 #define GPIODATA (GPIO_BLOCK_BASE|0x00)
119 #define GPIODIR (GPIO_BLOCK_BASE|0x04)
120 #define GPIOIS (GPIO_BLOCK_BASE|0x08)
121 #define GPIOIBE (GPIO_BLOCK_BASE|0x0C)
122 #define GPIOIEV (GPIO_BLOCK_BASE|0x10)
123 #define GPIOIE (GPIO_BLOCK_BASE|0x14)
124 #define GPIORIS (GPIO_BLOCK_BASE|0x18)
125 #define GPIOMIS (GPIO_BLOCK_BASE|0x1C)
126 #define GPIOIC (GPIO_BLOCK_BASE|0x20)
127 #define GPIOOMS (GPIO_BLOCK_BASE|0x24)
128 #define GPIOPC (GPIO_BLOCK_BASE|0x28)
129 #define GPIOID (GPIO_BLOCK_BASE|0x30)
131 #define SPI_WRITE(reg, val) \
132 { SSITX, 0x00010000 | (((reg) & 0xff) << 8) | ((val) & 0xff) }, \
135 #define SPI_WRITE1(reg) \
136 { SSITX, (reg) & 0xff }, \
143 static struct mddi_table mddi_toshiba_init_table[] = {
146 {
DPSUS, 0x00000000 },
147 {
DPRUN, 0x00000001 },
156 {
WKREQ, 0x00000000 },
169 #define GPIOSEL_VWAKEINT (1U << 0)
170 #define INTMASK_VWAKEOUT (1U << 0)
173 static struct clk *gp_clk;
174 static int trout_new_backlight = 1;
175 static struct vreg *vreg_mddi_1v5;
176 static struct vreg *vreg_lcm_2v85;
182 for (i = 0; i <
count; i++) {
195 static int trout_mddi_toshiba_client_init(
202 trout_process_mddi_table(client_data, mddi_toshiba_init_table,
213 static int trout_mddi_toshiba_client_uninit(
220 static struct resource resources_msm_fb[] = {
229 .init = trout_mddi_toshiba_client_init,
230 .uninit = trout_mddi_toshiba_client_uninit,
241 .clk_rate = 122880000,
242 .fb_resource = resources_msm_fb,
244 .client_platform_data = {
246 .product_id = (0xd263 << 16 | 0),
247 .
name =
"mddi_c_d263_0000",
249 .client_data = &toshiba_client_data,
259 if (!machine_is_trout())
262 if (IS_ERR(vreg_mddi_1v5))
263 return PTR_ERR(vreg_mddi_1v5);
265 if (IS_ERR(vreg_lcm_2v85))
266 return PTR_ERR(vreg_lcm_2v85);
269 if (trout_new_backlight) {
279 if (IS_ERR(gp_clk)) {