]> git.baikalelectronics.ru Git - kernel.git/commit
of: unittest: disable interrupts_property warning
authorRob Herring <robh@kernel.org>
Thu, 16 Nov 2017 17:54:17 +0000 (11:54 -0600)
committerRob Herring <robh@kernel.org>
Thu, 16 Nov 2017 18:43:13 +0000 (12:43 -0600)
commit81eac2d45ea5662be91855a9566306cb642c0d64
treec59e7ea32956dbcf6a52d3f96fd4a66c87d38997
parent9cfff457de23754d4d56c949ffc4322ee5da06e1
of: unittest: disable interrupts_property warning

The testcases.dts has purposely bad data which now generates a dtc warning:

drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2

Disable this warning for now. The proper solution is to split the unit
tests into good and bad data.

Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/unittest-data/Makefile