[PATCH v2 0/3] dtc: checks for phandle with arg properties
From: Rob Herring <hidden>
Date: 2017-08-22 23:02:05
David, Here's a new version of checks for phandle with arg style properties. This checks interrupt and gpio bindings and other common bindings which follow the same phandle plus args pattern. This generates ~200 warnings building the ARM dts files in the kernel. Rob Rob Herring (3): checks: add phandle with arg property checks checks: add gpio binding properties check checks: add interrupts property check checks.c | 253 ++++++++++++++++++++++++++++++++++++++++++ dtc.h | 1 + livetree.c | 6 + tests/bad-gpio.dts | 13 +++ tests/bad-interrupt-cells.dts | 12 ++ tests/bad-phandle-cells.dts | 11 ++ tests/run_tests.sh | 4 + 7 files changed, 300 insertions(+) create mode 100644 tests/bad-gpio.dts create mode 100644 tests/bad-interrupt-cells.dts create mode 100644 tests/bad-phandle-cells.dts -- 2.11.0