From 97c958003968c5415b2feb82e575e82e2e7aabc0 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Tue, 23 Feb 2010 20:51:53 +0900 Subject: [PATCH] s5pc110: neptune: Fix backlight on since board_is_neptune Signed-off-by: Kyungmin Park --- board/samsung/universal/universal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 4d5d2ed..9b90b95 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -1858,7 +1858,7 @@ void backlight_on(unsigned int onoff) gpio_set_value(&gpio->gpio_mp0_5, 0, 0); } - if (board_is_neptune) { + if (machine_is_kessler() && board_is_neptune()) { gpio_set_value(&gpio->gpio_mp0_4, 4, 1); udelay(6); -- 2.7.4