diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-05 12:21:40 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-05 12:53:06 +0100 |
commit | 74cbc4408645845d217797b67abd17c1a684d3df (patch) | |
tree | bd0fe66aa87247557900ef2a188fd480b655c7b1 /target/linux/ipq40xx/files-4.19 | |
parent | 6e80df5e3344092a391468b1718e412f0dd151c1 (diff) | |
download | upstream-74cbc4408645845d217797b67abd17c1a684d3df.tar.gz upstream-74cbc4408645845d217797b67abd17c1a684d3df.tar.bz2 upstream-74cbc4408645845d217797b67abd17c1a684d3df.zip |
ipq40xx: fix support of EnGenius EAP2200
This fixes a typo in the device string for MAC address setup in
02_network and corrects the indent in the device's DTS files.
While at it, move the aliases section before the keys section to
have it closer to the top of the file.
Fixes: a736d912e2ba ("ipq40xx: add support for EnGenius EAP2200")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq40xx/files-4.19')
-rw-r--r-- | target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-eap2200.dts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-eap2200.dts b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-eap2200.dts index 6862ca87e3..ec3ce447cc 100644 --- a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-eap2200.dts +++ b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-eap2200.dts @@ -8,16 +8,6 @@ model = "EnGenius EAP2200"; compatible = "engenius,eap2200"; - keys { - compatible = "gpio-keys"; - - wps { - label = "wps"; - gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; - linux,code = <KEY_WPS_BUTTON>; - }; - }; - aliases { led-boot = &led_power; led-failsafe = &led_power; @@ -25,6 +15,16 @@ led-upgrade = &led_power; }; + keys { + compatible = "gpio-keys"; + + wps { + label = "wps"; + gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; + linux,code = <KEY_WPS_BUTTON>; + }; + }; + leds { compatible = "gpio-leds"; |