leds: tca6507: Don't use fixed GPIO base
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Oct 2023 13:56:29 +0000 (16:56 +0300)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 11:29:04 +0000 (11:29 +0000)
commit9ddf40434ee4e1aac6ce2535fa852fbbad6f6d68
treed07b845b5c8241511e22847c0e706e14ca888b2c
parentfc8e107e7b15906a92afbeed9b289cc695984d5e
leds: tca6507: Don't use fixed GPIO base

First of all, the fixed GPIO base is source of troubles and
it doesn't scale. Second, there is no in-kernel user of this
base, so drop it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231002135629.2605462-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-tca6507.c