Skip to content

Commit 161e83f

Browse files
GseoCAlexandre Torgue
authored andcommitted
of: property: fw_devlink: Add support for "access-controller"
Allows tracking dependencies between devices and their access controller. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 5c9668c commit 161e83f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/of/property.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,7 @@ DEFINE_SIMPLE_PROP(backlight, "backlight", NULL)
12521252
DEFINE_SIMPLE_PROP(panel, "panel", NULL)
12531253
DEFINE_SIMPLE_PROP(msi_parent, "msi-parent", "#msi-cells")
12541254
DEFINE_SIMPLE_PROP(post_init_providers, "post-init-providers", NULL)
1255+
DEFINE_SIMPLE_PROP(access_controllers, "access-controllers", "#access-controller-cells")
12551256
DEFINE_SUFFIX_PROP(regulators, "-supply", NULL)
12561257
DEFINE_SUFFIX_PROP(gpio, "-gpio", "#gpio-cells")
12571258

@@ -1359,6 +1360,7 @@ static const struct supplier_bindings of_supplier_bindings[] = {
13591360
{ .parse_prop = parse_msi_parent, },
13601361
{ .parse_prop = parse_gpio_compat, },
13611362
{ .parse_prop = parse_interrupts, },
1363+
{ .parse_prop = parse_access_controllers, },
13621364
{ .parse_prop = parse_regulators, },
13631365
{ .parse_prop = parse_gpio, },
13641366
{ .parse_prop = parse_gpios, },

0 commit comments

Comments
 (0)