@@ -1188,7 +1188,11 @@ DEFINE_SIMPLE_PROP(interconnects, "interconnects", "#interconnect-cells")
1188
1188
DEFINE_SIMPLE_PROP (iommus , "iommus" , "#iommu-cells" )
1189
1189
DEFINE_SIMPLE_PROP (mboxes , "mboxes" , "#mbox-cells" )
1190
1190
DEFINE_SIMPLE_PROP (io_channels , "io-channel" , "#io-channel-cells" )
1191
+ DEFINE_SIMPLE_PROP (interrupt_parent , "interrupt-parent" , NULL )
1192
+ DEFINE_SIMPLE_PROP (dmas , "dmas" , "#dma-cells" )
1191
1193
DEFINE_SUFFIX_PROP (regulators , "-supply" , NULL )
1194
+ DEFINE_SUFFIX_PROP (gpio , "-gpio" , "#gpio-cells" )
1195
+ DEFINE_SUFFIX_PROP (gpios , "-gpios" , "#gpio-cells" )
1192
1196
1193
1197
static struct device_node * parse_iommu_maps (struct device_node * np ,
1194
1198
const char * prop_name , int index )
@@ -1206,7 +1210,11 @@ static const struct supplier_bindings of_supplier_bindings[] = {
1206
1210
{ .parse_prop = parse_iommu_maps , },
1207
1211
{ .parse_prop = parse_mboxes , },
1208
1212
{ .parse_prop = parse_io_channels , },
1213
+ { .parse_prop = parse_interrupt_parent , },
1214
+ { .parse_prop = parse_dmas , },
1209
1215
{ .parse_prop = parse_regulators , },
1216
+ { .parse_prop = parse_gpio , },
1217
+ { .parse_prop = parse_gpios , },
1210
1218
{}
1211
1219
};
1212
1220
0 commit comments