-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sisyphus12
committed
Nov 20, 2024
1 parent
1e6d80b
commit 0e35cf0
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
do_one_initcall | ||
|
||
int of_platform_default_populate(struct device_node *root, | ||
const struct of_dev_auxdata *lookup, | ||
struct device *parent) | ||
{ | ||
return of_platform_populate(root, of_default_bus_match_table, lookup, | ||
parent); | ||
} | ||
|
||
of_amba_device_create | ||
/* Decode the IRQs and address ranges */ | ||
for (i = 0; i < AMBA_NR_IRQS; i++) | ||
dev->irq[i] = irq_of_parse_and_map(node, i); | ||
|
||
irq_domain_ops |