From 70b192f57358f753842cbe1f8f82e26e8c6f9e1e Mon Sep 17 00:00:00 2001 From: "L. D. Pinney" Date: Sat, 29 Jul 2017 10:14:07 +0800 Subject: 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 Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/ASL26555-8M.dts | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'target/linux/ramips/dts/ASL26555-8M.dts') diff --git a/target/linux/ramips/dts/ASL26555-8M.dts b/target/linux/ramips/dts/ASL26555-8M.dts index 2c6a462026..66a67fdbf9 100644 --- a/target/linux/ramips/dts/ASL26555-8M.dts +++ b/target/linux/ramips/dts/ASL26555-8M.dts @@ -2,10 +2,11 @@ #include "rt3050.dtsi" +#include #include / { - compatible = "ASL26555", "ralink,rt3050-soc"; + compatible = "alphanetworks,asl26555-8m", "alphanetworks,asl26555", "ralink,rt3050-soc"; model = "Alpha ASL26555 (8M)"; gpio-keys-polled { @@ -16,13 +17,13 @@ reset { label = "reset"; - gpios = <&gpio0 10 0>; + gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 12 0>; + gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; linux,code = ; }; }; @@ -32,42 +33,42 @@ eth { label = "asl26555:green:eth"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; }; wan-red { label = "asl26555:red:wan"; - gpios = <&gpio0 1 0>; + gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; }; wan-green { label = "asl26555:green:wan"; - gpios = <&gpio0 2 0>; + gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; }; wlan { label = "asl26555:green:wlan"; - gpios = <&gpio0 7 0>; + gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; }; power-green { label = "asl26555:green:power"; - gpios = <&gpio0 8 0>; + gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>; }; power-red { label = "asl26555:red:power"; - gpios = <&gpio0 9 0>; + gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; }; 3g-green { label = "asl26555:green:3g"; - gpios = <&gpio0 14 1>; + gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; }; 3g-red { label = "asl26555:red:3g"; - gpios = <&gpio0 17 1>; + gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; }; }; }; -- cgit v1.2.3