diff options
author | Eugen Hristev | 2018-08-09 14:12:01 +0300 |
---|---|---|
committer | Tom Rini | 2018-09-10 20:48:18 -0400 |
commit | 51330c72f048e03cfbf7f7d614b259dda4bca469 (patch) | |
tree | aaebd2f9039b9da5cd6f501ea7399896fb2da9e2 /arch/arm/dts/at91sam9260.dtsi | |
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>
Diffstat (limited to 'arch/arm/dts/at91sam9260.dtsi')
-rw-r--r-- | arch/arm/dts/at91sam9260.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/at91sam9260.dtsi b/arch/arm/dts/at91sam9260.dtsi index 69d9ceadaff..476ad1dad2a 100644 --- a/arch/arm/dts/at91sam9260.dtsi +++ b/arch/arm/dts/at91sam9260.dtsi @@ -37,9 +37,6 @@ spi0 = &spi0; }; cpus { - #address-cells = <0>; - #size-cells = <0>; - cpu { compatible = "arm,arm926ej-s"; device_type = "cpu"; |