mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 05:35:07 -05:00
checks: Drop interrupt provider '#address-cells' check
'#address-cells' is only needed when parsing 'interrupt-map' properties, so remove it from the common interrupt-provider test. Cc: Andre Przywara <andre.przywara@arm.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Rob Herring <robh@kernel.org> Message-Id: <20211011191245.1009682-3-robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
52a16fd728
commit
d8d1a9a778
1 changed files with 0 additions and 5 deletions
5
checks.c
5
checks.c
|
|
@ -1581,11 +1581,6 @@ static void check_interrupt_provider(struct check *c,
|
||||||
if (!prop)
|
if (!prop)
|
||||||
FAIL(c, dti, node,
|
FAIL(c, dti, node,
|
||||||
"Missing #interrupt-cells in interrupt provider");
|
"Missing #interrupt-cells in interrupt provider");
|
||||||
|
|
||||||
prop = get_property(node, "#address-cells");
|
|
||||||
if (!prop)
|
|
||||||
FAIL(c, dti, node,
|
|
||||||
"Missing #address-cells in interrupt provider");
|
|
||||||
}
|
}
|
||||||
WARNING(interrupt_provider, check_interrupt_provider, NULL, &interrupts_extended_is_cell);
|
WARNING(interrupt_provider, check_interrupt_provider, NULL, &interrupts_extended_is_cell);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue