dts/st: dtc v1.4.6 warnings: #address-cells/#size-cells without "ranges"

To prepare to upcoming dtc v1.4.6, fix warnings in dts files.

This commit addresses the following warning:
"unnecessary #address-cells/#size-cells without "ranges" or child
"reg" property in /gpio_keys".

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2018-04-23 16:32:44 +02:00 committed by Kumar Gala
commit a27c0ede12
39 changed files with 0 additions and 78 deletions

View file

@ -27,8 +27,6 @@
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
user_button: button@0 {
label = "User";
gpios = <&gpiob 9 GPIO_INT_ACTIVE_LOW>;