We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08741 commit fbf0ea2Copy full SHA for fbf0ea2
drivers/of/property.c
@@ -1266,6 +1266,7 @@ DEFINE_SIMPLE_PROP(pwms, "pwms", "#pwm-cells")
1266
DEFINE_SIMPLE_PROP(resets, "resets", "#reset-cells")
1267
DEFINE_SIMPLE_PROP(leds, "leds", NULL)
1268
DEFINE_SIMPLE_PROP(backlight, "backlight", NULL)
1269
+DEFINE_SIMPLE_PROP(panel, "panel", NULL)
1270
DEFINE_SUFFIX_PROP(regulators, "-supply", NULL)
1271
DEFINE_SUFFIX_PROP(gpio, "-gpio", "#gpio-cells")
1272
@@ -1354,6 +1355,7 @@ static const struct supplier_bindings of_supplier_bindings[] = {
1354
1355
{ .parse_prop = parse_resets, },
1356
{ .parse_prop = parse_leds, },
1357
{ .parse_prop = parse_backlight, },
1358
+ { .parse_prop = parse_panel, },
1359
{ .parse_prop = parse_gpio_compat, },
1360
{ .parse_prop = parse_interrupts, },
1361
{ .parse_prop = parse_regulators, },
0 commit comments