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 c4676f8 commit c5e4ce9Copy full SHA for c5e4ce9
drivers/of/property.c
@@ -1267,6 +1267,7 @@ 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_SIMPLE_PROP(msi_parent, "msi-parent", "#msi-cells")
1271
DEFINE_SUFFIX_PROP(regulators, "-supply", NULL)
1272
DEFINE_SUFFIX_PROP(gpio, "-gpio", "#gpio-cells")
1273
@@ -1356,6 +1357,7 @@ static const struct supplier_bindings of_supplier_bindings[] = {
1356
1357
{ .parse_prop = parse_leds, },
1358
{ .parse_prop = parse_backlight, },
1359
{ .parse_prop = parse_panel, },
1360
+ { .parse_prop = parse_msi_parent, },
1361
{ .parse_prop = parse_gpio_compat, },
1362
{ .parse_prop = parse_interrupts, },
1363
{ .parse_prop = parse_regulators, },
0 commit comments