Skip to content

Commit 8f7e917

Browse files
nunojsarobherring
authored andcommitted
of: property: fix typo in io-channels
The property is io-channels and not io-channel. This was effectively preventing the devlink creation. Fixes: 8e12257 ("of: property: Add device link support for iommus, mboxes and io-channels") Cc: [email protected] Signed-off-by: Nuno Sa <[email protected]> Reviewed-by: Saravana Kannan <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent adf0c36 commit 8f7e917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/of/property.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ DEFINE_SIMPLE_PROP(clocks, "clocks", "#clock-cells")
12441244
DEFINE_SIMPLE_PROP(interconnects, "interconnects", "#interconnect-cells")
12451245
DEFINE_SIMPLE_PROP(iommus, "iommus", "#iommu-cells")
12461246
DEFINE_SIMPLE_PROP(mboxes, "mboxes", "#mbox-cells")
1247-
DEFINE_SIMPLE_PROP(io_channels, "io-channel", "#io-channel-cells")
1247+
DEFINE_SIMPLE_PROP(io_channels, "io-channels", "#io-channel-cells")
12481248
DEFINE_SIMPLE_PROP(interrupt_parent, "interrupt-parent", NULL)
12491249
DEFINE_SIMPLE_PROP(dmas, "dmas", "#dma-cells")
12501250
DEFINE_SIMPLE_PROP(power_domains, "power-domains", "#power-domain-cells")

0 commit comments

Comments
 (0)