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:
parent
31bdfc014e
commit
a27c0ede12
39 changed files with 0 additions and 78 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue