aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-11-26 10:20:03 +0100
committerMathias Kresin <dev@kresin.me>2016-11-27 15:33:54 +0100
commit3228c2a682f287337db3dda880bc1e35ebaa7ce9 (patch)
treee9a18daf4f259d4e3d0a786ecdcc9f76dd0328a1 /target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
parente3caadc69d405a74f9643134bc5074607f2a999b (diff)
downloadupstream-3228c2a682f287337db3dda880bc1e35ebaa7ce9.tar.gz
upstream-3228c2a682f287337db3dda880bc1e35ebaa7ce9.tar.bz2
upstream-3228c2a682f287337db3dda880bc1e35ebaa7ce9.zip
ipq806x: more dts cleanup
Remove the wifi5g LED from the the d7800, r7500 and r7800. Albeit this GPIO is mentioned in the GPL tarball, it doesn't do anything. The 2.4/5 GHz LEDs are connected to the wifi chips and not be controlled from the the userspace. Use the LEDs names/colours as they are used in the board manuals. Merge redundant LED configurations. Use the phy[0|1]tpt trigger for the wireless LEDs. Remove the workarounds for the not controllable wireless LEDs. Fix spi compatible strings and remove superfluous spi-max-frequency parameters. If there are two power leds, use one for indicating normal operation and one for failsafe/upgrade. Keep the on/off state of the main power led during boot. Use the usb pinmux settings from the nbg6817 gpl sources. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts')
-rw-r--r--target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts11
1 files changed, 5 insertions, 6 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
index f22838f7b4..7eeaab1557 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts
@@ -150,7 +150,6 @@
spi5: spi@1a280000 {
status = "ok";
- spi-max-frequency = <50000000>;
pinctrl-0 = <&spi_pins>;
pinctrl-names = "default";
@@ -474,18 +473,18 @@
gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
};
- wan_red {
- label = "c2600:orange:wan";
+ wan_amber {
+ label = "c2600:amber:wan";
gpios = <&qcom_pinmux 26 GPIO_ACTIVE_LOW>;
};
- wan_blue {
+ wan_white {
label = "c2600:white:wan";
gpios = <&qcom_pinmux 33 GPIO_ACTIVE_LOW>;
};
- power: status {
- label = "c2600:white:status";
+ power: power {
+ label = "c2600:white:power";
gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};