From 716fc9e7f83a4a34c14cbd48e0541feae8be965b Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Tue, 15 Dec 2009 05:35:02 +0000 Subject: M:Robe 500: Initialize the buzzer and move it out of the LCD code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24001 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/target/arm/tms320dm320/mrobe-500') 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) /* LCD related pins: * 32 - LED above LCD - * 33 - ?? * 34 - R2 for 18 bit output * 35 - Resolution (MO?) * 36 - LCD power (INI?) @@ -154,10 +153,6 @@ void lcd_init_device(void) dm320_set_io(32, false, false, false, false, false, 0x00); IO_GIO_BITCLR2 = 1; /* Turn the LED off */ - /* 33: output, non-inverted, no-irq, falling edge, no-chat, normal */ - dm320_set_io(33, false, false, false, false, false, 0x00); - /* To-do: figure out value from OF */ - /* 34: output, non-inverted, no-irq, falling edge, no-chat, R2 */ dm320_set_io(34, false, false, false, false, false, 0x02); -- cgit v1.2.3