summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c')
-rw-r--r--firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
index 0551389f27..75e4b9e579 100644
--- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
+++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
@@ -141,7 +141,6 @@ void lcd_init_device(void)
141 141
142 /* LCD related pins: 142 /* LCD related pins:
143 * 32 - LED above LCD 143 * 32 - LED above LCD
144 * 33 - ??
145 * 34 - R2 for 18 bit output 144 * 34 - R2 for 18 bit output
146 * 35 - Resolution (MO?) 145 * 35 - Resolution (MO?)
147 * 36 - LCD power (INI?) 146 * 36 - LCD power (INI?)
@@ -154,10 +153,6 @@ void lcd_init_device(void)
154 dm320_set_io(32, false, false, false, false, false, 0x00); 153 dm320_set_io(32, false, false, false, false, false, 0x00);
155 IO_GIO_BITCLR2 = 1; /* Turn the LED off */ 154 IO_GIO_BITCLR2 = 1; /* Turn the LED off */
156 155
157 /* 33: output, non-inverted, no-irq, falling edge, no-chat, normal */
158 dm320_set_io(33, false, false, false, false, false, 0x00);
159 /* To-do: figure out value from OF */
160
161 /* 34: output, non-inverted, no-irq, falling edge, no-chat, R2 */ 156 /* 34: output, non-inverted, no-irq, falling edge, no-chat, R2 */
162 dm320_set_io(34, false, false, false, false, false, 0x02); 157 dm320_set_io(34, false, false, false, false, false, 0x02);
163 158