aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/F5D8235_V2.dts
diff options
context:
space:
mode:
authorL. D. Pinney <ldpinney@gmail.com>2017-07-29 10:14:07 +0800
committerMathias Kresin <dev@kresin.me>2017-08-03 19:37:40 +0200
commit70b192f57358f753842cbe1f8f82e26e8c6f9e1e (patch)
treecba041befbc7be0c927f73327f9a5fcf0a910725 /target/linux/ramips/dts/F5D8235_V2.dts
parentb70a96285c0f489be68bfea7a84a7950a58ddc79 (diff)
downloadupstream-70b192f57358f753842cbe1f8f82e26e8c6f9e1e.tar.gz
upstream-70b192f57358f753842cbe1f8f82e26e8c6f9e1e.tar.bz2
upstream-70b192f57358f753842cbe1f8f82e26e8c6f9e1e.zip
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>
Diffstat (limited to 'target/linux/ramips/dts/F5D8235_V2.dts')
-rw-r--r--target/linux/ramips/dts/F5D8235_V2.dts27
1 files changed, 15 insertions, 12 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts
index b38dbbb072..5e32d7ff7c 100644
--- a/target/linux/ramips/dts/F5D8235_V2.dts
+++ b/target/linux/ramips/dts/F5D8235_V2.dts
@@ -2,8 +2,11 @@
#include "rt3050.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
/ {
- compatible = "F5D8235_V2", "ralink,rt3052-soc";
+ compatible = "belkin,f5d8235-v2", "ralink,rt3052-soc";
model = "Belkin F5D8235 v2";
cfi@1f000000 {
@@ -38,8 +41,8 @@
rtl8366rb {
compatible = "realtek,rtl8366rb";
- gpio-sda = <&gpio0 1 0>;
- gpio-sck = <&gpio0 2 0>;
+ gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
+ gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
};
gpio-leds {
@@ -47,47 +50,47 @@
internet {
label = "f5d8235-v2:blue:internet";
- gpios = <&gpio0 5 1>;
+ gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
};
internet2 {
label = "f5d8235-v2:amber:internet";
- gpios = <&gpio0 6 1>;
+ gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
};
modem {
label = "f5d8235-v2:blue:modem";
- gpios = <&gpio0 11 1>;
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
modem2 {
label = "f5d8235-v2:amber:modem";
- gpios = <&gpio0 8 1>;
+ gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
};
router {
label = "f5d8235-v2:blue:router";
- gpios = <&gpio0 9 1>;
+ gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
};
storage {
label = "f5d8235-v2:blue:storage";
- gpios = <&gpio0 23 1>;
+ gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
};
storage2 {
label = "f5d8235-v2:amber:storage";
- gpios = <&gpio0 22 1>;
+ gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
};
security {
label = "f5d8235-v2:blue:security";
- gpios = <&gpio0 13 1>;
+ gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
security2 {
label = "f5d8235-v2:amber:security";
- gpios = <&gpio0 12 1>;
+ gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
};
};
};