Skip to content

Commit 9578db7

Browse files
committed
platform/x86: x86-android-tablets: Drop "linux,power-supply-name" from lenovo_yt3_bq25892_0_props[]
The "linux,power-supply-name" property is a left-over from an earlier attempt to allow properties to specify the power_supply class-device name. The patch to read this property never made it upstream (and is no longer necessary). Drop the unused property. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230909141816.58358-9-hdegoede@redhat.com
1 parent 61226c1 commit 9578db7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/platform/x86/x86-android-tablets

drivers/platform/x86/x86-android-tablets/lenovo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ static const struct software_node fg_bq25890_1_supply_node = {
565565
/* bq25892 charger settings for the flat lipo battery behind the screen */
566566
static const struct property_entry lenovo_yt3_bq25892_0_props[] = {
567567
PROPERTY_ENTRY_STRING_ARRAY("supplied-from", lenovo_yt3_bq25892_0_suppliers),
568-
PROPERTY_ENTRY_STRING("linux,power-supply-name", "bq25892-second-chrg"),
569568
PROPERTY_ENTRY_U32("linux,iinlim-percentage", 40),
570569
PROPERTY_ENTRY_BOOL("linux,skip-reset"),
571570
/* Values taken from Android Factory Image */

0 commit comments

Comments
 (0)