From 8ec1a66c34d85bdd13754e4171333a763aaf0a00 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 26 Nov 2018 12:34:48 +0100 Subject: ramips: improve Skylab SKW92A support Use the generic board detection instead of the target specific one as all recent additions are doing. Add the wireless led according the gpio number from the datasheet. Rename the board part of the leds to match the name used for the compatible string. Finally, do not hijack the wps led for boot status indication longer than necessary. Merge userspace config into existing cases. Include the manufacture Name in the dts model string. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/SKW92A.dts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/SKW92A.dts b/target/linux/ramips/dts/SKW92A.dts index c43f9e53ea..5aaf3ce161 100644 --- a/target/linux/ramips/dts/SKW92A.dts +++ b/target/linux/ramips/dts/SKW92A.dts @@ -8,13 +8,11 @@ /{ compatible = "skylab,skw92a", "mediatek,mt7628an-soc"; - model = "SKW92A"; + model = "SKYLAB SKW92A"; aliases { led-boot = &led_power; led-failsafe = &led_power; - led-running = &led_power; - led-upgrade = &led_power; }; chosen { @@ -30,9 +28,14 @@ compatible = "gpio-leds"; led_power: wps { - label = "skw92:green:wps"; + label = "skw92a:green:wps"; gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; }; + + wlan { + label = "skw92a:green:wlan"; + gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; + }; }; gpio-keys { @@ -44,14 +47,13 @@ gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; linux,code = ; }; - }; }; &pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "wdt", "refclk", "gpio"; + ralink,group = "wdt", "refclk", "wled_an"; ralink,function = "gpio"; }; }; @@ -69,7 +71,7 @@ &spi0 { status = "okay"; - m25p80@0 { + flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; -- cgit v1.2.3