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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html