File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1185,11 +1185,17 @@ struct supplier_bindings {
1185
1185
1186
1186
DEFINE_SIMPLE_PROP (clocks , "clocks" , "#clock-cells" )
1187
1187
DEFINE_SIMPLE_PROP (interconnects , "interconnects" , "#interconnect-cells" )
1188
+ DEFINE_SIMPLE_PROP (iommus , "iommus" , "#iommu-cells" )
1189
+ DEFINE_SIMPLE_PROP (mboxes , "mboxes" , "#mbox-cells" )
1190
+ DEFINE_SIMPLE_PROP (io_channels , "io-channel" , "#io-channel-cells" )
1188
1191
DEFINE_SUFFIX_PROP (regulators , "-supply" , NULL )
1189
1192
1190
1193
static const struct supplier_bindings of_supplier_bindings [] = {
1191
1194
{ .parse_prop = parse_clocks , },
1192
1195
{ .parse_prop = parse_interconnects , },
1196
+ { .parse_prop = parse_iommus , },
1197
+ { .parse_prop = parse_mboxes , },
1198
+ { .parse_prop = parse_io_channels , },
1193
1199
{ .parse_prop = parse_regulators , },
1194
1200
{}
1195
1201
};
You can’t perform that action at this time.
0 commit comments