mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
pwm-backlight: set default devname as rk28_bl, to make Android happy
This commit is contained in:
@@ -301,6 +301,9 @@ static int pwm_backlight_probe(struct platform_device *pdev)
|
||||
memset(&props, 0, sizeof(struct backlight_properties));
|
||||
props.type = BACKLIGHT_RAW;
|
||||
props.max_brightness = data->max_brightness;
|
||||
#ifdef CONFIG_ARCH_ROCKCHIP
|
||||
dev_set_name(&pdev->dev, "rk28_bl");
|
||||
#endif
|
||||
bl = backlight_device_register(dev_name(&pdev->dev), &pdev->dev, pb,
|
||||
&pwm_backlight_ops, &props);
|
||||
if (IS_ERR(bl)) {
|
||||
|
||||
Reference in New Issue
Block a user