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/RT5350F-OLINUXINO-EVB.dts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts') diff --git a/target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts b/target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts index dbd2cf6ad4..7811ee20d7 100644 --- a/target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts +++ b/target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts @@ -2,8 +2,10 @@ #include "rt5350.dtsi" +#include + / { - compatible = "RT5350F-OLINUXINO-EVB", "ralink,rt5350-soc"; + compatible = "olimex,rt5350f-olinuxino-evb", "ralink,rt5350-soc"; model = "Olimex RT5350F-OLinuXino-EVB"; gpio_export { @@ -13,18 +15,18 @@ relay1 { gpio-export,name = "relay1"; gpio-export,output = <0>; - gpios = <&gpio0 14 0>; + gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; }; relay2 { gpio-export,name = "relay2"; gpio-export,output = <0>; - gpios = <&gpio0 12 0>; + gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; }; button { gpio-export,name = "button"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; }; }; }; -- cgit v1.2.3