From be778f59526571cbd6c9357863d66594dbdc8ccd Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 22 Nov 2008 18:04:07 +0000 Subject: [PATCH] Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19182 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c | 2 -- firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c index 84ef108b6..525620f85 100644 --- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c +++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c @@ -305,8 +305,6 @@ void lcd_init_device(void) CCU_IO &= ~(1<<2); CCU_IO &= ~(1<<3); - GPIOD_DIR |= (1<<7); - lcd_delay(1); GPIOA_PIN(5) = (1<<5); diff --git a/firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c b/firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c index 4e41a5b5b..621dfd537 100644 --- a/firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c +++ b/firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c @@ -301,8 +301,6 @@ void lcd_init_device() CCU_IO &= ~4; CCU_IO &= ~8; - GPIOD_DIR |= (1<<7); - lcd_delay(1); GPIOA_PIN(5) = (1<<5); -- 2.11.4.GIT