Skip to content

Commit

Permalink
ath79: add led_ prefix for Phicomm K2T LED label
Browse files Browse the repository at this point in the history
Using the led_ prefix for the node label is now common in ath79,
so also apply it here.

Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
adschm committed Jan 18, 2020
1 parent 9573176 commit 8d78354
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions target/linux/ath79/dts/qca9563_phicomm_k2t.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
compatible = "phicomm,k2t", "qca,qca9563";

aliases {
led-boot = &status_red;
led-failsafe = &status_red;
led-running = &status_red;
led-upgrade = &status_red;
led-boot = &led_status_red;
led-failsafe = &led_status_red;
led-running = &led_status_red;
led-upgrade = &led_status_red;
};

chosen {
Expand All @@ -29,7 +29,7 @@
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
};

status_red: status_red {
led_status_red: status_red {
label = "phicomm:red:status";
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
};
Expand Down

0 comments on commit 8d78354

Please sign in to comment.