From a610d3491c9c6110c27d82311c00befb317d834c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Mon, 30 Jul 2012 10:49:51 +0200 Subject: [PATCH] N900 has charger chip bq24150a --- .../debian/patches/bq2415x_rx51.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-power-2.6.28/debian/patches/bq2415x_rx51.patch b/kernel-power-2.6.28/debian/patches/bq2415x_rx51.patch index ce7dc9c..1b6659f 100644 --- a/kernel-power-2.6.28/debian/patches/bq2415x_rx51.patch +++ b/kernel-power-2.6.28/debian/patches/bq2415x_rx51.patch @@ -243,7 +243,7 @@ I2C_BOARD_INFO("bq27200", 0x55), }, + { -+ I2C_BOARD_INFO("bq24150", 0x6b), ++ I2C_BOARD_INFO("bq24150a", 0x6b), + .platform_data = &rx51_bq24150_platform_data, + }, }; -- 1.7.9.5