ramips: update device tree source files
Use the GPIO dt-bindings macros and add compatible strings in the ramips device tree source files. Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
committed by
Mathias Kresin
parent
b70a96285c
commit
70b192f573
@@ -2,10 +2,11 @@
|
||||
|
||||
#include "rt5350.dtsi"
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "M4", "ralink,rt5350-soc";
|
||||
compatible = "poray,m4-8m", "poray,m4", "ralink,rt5350-soc";
|
||||
model = "Poray M4 (8M)";
|
||||
|
||||
gpio-leds {
|
||||
@@ -13,7 +14,7 @@
|
||||
|
||||
status {
|
||||
label = "m4:blue:status";
|
||||
gpios = <&gpio0 9 1>;
|
||||
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -25,7 +26,7 @@
|
||||
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio0 10 1>;
|
||||
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_RESTART>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user