aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-11-05 19:23:33 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-11-06 00:27:55 +0100
commitf4026ad24d0374bdb8704e8b6ec38e9fd85f5e0e (patch)
tree7f01c18cd8fe81a40e6ac7999d668615af395ea2 /target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
parent763914ef1be07038eb2c862c1fe3c84de419679f (diff)
downloadupstream-f4026ad24d0374bdb8704e8b6ec38e9fd85f5e0e.tar.gz
upstream-f4026ad24d0374bdb8704e8b6ec38e9fd85f5e0e.tar.bz2
upstream-f4026ad24d0374bdb8704e8b6ec38e9fd85f5e0e.zip
ath79: DTS file style update and harmonization
This applies several style adjustments that have been requested in recent reviews to older DTS files. Despite making the code base more consistent, this will also help to reduce review time when DTSes are copy/pasted. Applied changes: - Rename gpio-keys/gpio-leds to keys/leds - Remove node labels that are not used - Use label property for partitions - Prefix led node labels with "led_" - Remove redundant includes - Harmonize new lines after status property - Several smaller style fixes Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi')
-rw-r--r--target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
index 61777027ed..e3d244ee7b 100644
--- a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
+++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
@@ -15,7 +15,7 @@
label-mac-device = &wmac;
};
- gpio_leds: leds {
+ leds: leds {
compatible = "gpio-leds";
wifi {
@@ -24,7 +24,7 @@
linux,default-trigger = "phy0tpt";
};
- qss_led: qss {
+ led_qss: qss {
label = "tp-link:green:qss";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
};
@@ -80,6 +80,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -119,6 +120,7 @@
&eth0 {
status = "okay";
+
phy-handle = <&swphy4>;
mtd-mac-address = <&uboot 0x1fc00>;
@@ -127,6 +129,7 @@
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&uboot 0x1fc00>;
};