Files
android_external_dtc/tests
Rob Herring b3bbac02d5 checks: add phandle with arg property checks
Many common bindings follow the same pattern of client properties
containing a phandle and N arg cells where N is defined in the provider
with a '#<specifier>-cells' property such as:

	intc0: interrupt-controller@0 {
		#interrupt-cells = <3>;
	};
	intc1: interrupt-controller@1 {
		#interrupt-cells = <2>;
	};

	node {
		interrupts-extended = <&intc0 1 2 3>, <&intc1 4 5>;
	};

Add checks for properties following this pattern.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-09-22 21:14:10 +10:00
..
2016-12-09 13:26:39 +11:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2017-03-06 12:08:53 +11:00
2012-07-08 13:45:21 -05:00
2017-03-06 12:08:53 +11:00
2017-03-06 12:08:53 +11:00
2017-03-06 12:08:53 +11:00
2017-02-24 11:12:50 +11:00
2017-03-06 12:08:53 +11:00
2017-03-06 12:08:53 +11:00
2013-12-31 22:34:05 +11:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2017-03-06 12:08:53 +11:00
2017-06-15 15:37:07 +08:00
2014-03-03 10:37:30 +11:00
2017-03-06 12:08:53 +11:00