Browse Source
In dts plugins, it is valid to have unresolved phandle values. The check_property_phandle_args and check_interrupts_property checks failed to account for this resulting in spurious warnings or asserts, respectively. Fix this by bailing from the checks if we're checking a dts plugin as there is no way to further validate the properties. Fixes:mainee3d26f696
("checks: add interrupts property check") Fixes:b3bbac02d5
("checks: add phandle with arg property checks") Reported-by: Alan Tull <atull@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Rob Herring
7 years ago
committed by
David Gibson
1 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue