Commit 1c48b27a authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Lee Jones

sh: ecovec24: don't set unused fields in platform data

Platform data fields other than fbdev are no longer used by the
backlight driver. Remove them.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Tested-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent f35f06b7
......@@ -386,9 +386,6 @@ static struct property_entry gpio_backlight_props[] = {
static struct gpio_backlight_platform_data gpio_backlight_data = {
.fbdev = &lcdc_device.dev,
.gpio = GPIO_PTR1,
.def_value = 1,
.name = "backlight",
};
static const struct platform_device_info gpio_backlight_device_info = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment