116-4i-edge-200.patch 830 B

12345678910111213141516171819202122232425262728293031323334
  1. --- a/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
  2. +++ b/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
  3. @@ -20,6 +20,13 @@
  4. reg = <0x00000000 0x20000000>;
  5. };
  6. + aliases {
  7. + led-boot = &led_status_green;
  8. + led-failsafe = &led_status_orange;
  9. + led-running = &led_status_green;
  10. + led-upgrade = &led_status_orange;
  11. + };
  12. +
  13. chosen {
  14. bootargs = "console=ttyS0,115200n8";
  15. stdout-path = &uart0;
  16. @@ -37,13 +44,15 @@
  17. linux,default-trigger = "mmc0";
  18. };
  19. - led-2 {
  20. + led_status_orange: led-2 {
  21. + label = "orange:status";
  22. function = LED_FUNCTION_STATUS;
  23. color = <LED_COLOR_ID_AMBER>;
  24. gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
  25. };
  26. - led-3 {
  27. + led_status_green: led-3 {
  28. + label = "green:status";
  29. function = LED_FUNCTION_STATUS;
  30. color = <LED_COLOR_ID_GREEN>;
  31. gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;