commit | 51330c72f048e03cfbf7f7d614b259dda4bca469 | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Thu Aug 09 14:12:01 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 10 20:48:18 2018 -0400 |
tree | aaebd2f9039b9da5cd6f501ea7399896fb2da9e2 | |
parent | 6e18adaf114ea8e88096585019780466615d8697 [diff] |
at91: fix devicetree warnings This commit fixes various devicetree warnings in the at91 devicetrees like: arch/arm/dts/sama5d36ek_cmp.dtb: Warning (avoid_unnecessary_addr_size): /gpio_keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property These warnings make buildman report failed builds for most of at91 boards. Thus, fixing it. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>