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 638887e commit 669430bCopy full SHA for 669430b
drivers/of/property.c
@@ -1242,6 +1242,7 @@ DEFINE_SIMPLE_PROP(backlight, "backlight", NULL)
1242
DEFINE_SIMPLE_PROP(panel, "panel", NULL)
1243
DEFINE_SIMPLE_PROP(msi_parent, "msi-parent", "#msi-cells")
1244
DEFINE_SIMPLE_PROP(post_init_providers, "post-init-providers", NULL)
1245
+DEFINE_SIMPLE_PROP(power_supplies, "power-supplies", NULL)
1246
DEFINE_SUFFIX_PROP(regulators, "-supply", NULL)
1247
DEFINE_SUFFIX_PROP(gpio, "-gpio", "#gpio-cells")
1248
@@ -1347,6 +1348,7 @@ static const struct supplier_bindings of_supplier_bindings[] = {
1347
1348
{ .parse_prop = parse_backlight, },
1349
{ .parse_prop = parse_panel, },
1350
{ .parse_prop = parse_msi_parent, },
1351
+ { .parse_prop = parse_power_supplies, },
1352
{ .parse_prop = parse_gpio_compat, },
1353
{ .parse_prop = parse_interrupts, },
1354
{ .parse_prop = parse_regulators, },
0 commit comments