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/at91sam9rl.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/at91sam9rl.dtsi')
-rw-r--r-- | arch/arm/dts/at91sam9rl.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/at91sam9rl.dtsi b/arch/arm/dts/at91sam9rl.dtsi index 4602cd21e17..6d6aee55244 100644 --- a/arch/arm/dts/at91sam9rl.dtsi +++ b/arch/arm/dts/at91sam9rl.dtsi @@ -38,9 +38,6 @@ }; cpus { - #address-cells = <0>; - #size-cells = <0>; - cpu { compatible = "arm,arm926ej-s"; device_type = "cpu"; @@ -253,8 +250,6 @@ }; adc0: adc@fffd0000 { - #address-cells = <1>; - #size-cells = <0>; compatible = "atmel,at91sam9rl-adc"; reg = <0xfffd0000 0x100>; interrupts = <20 IRQ_TYPE_LEVEL_HIGH 0>; |