Skip to content

Commit

Permalink
raspberry-pi.4.leds.{eth,pwr}: fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Dec 28, 2024
1 parent 9742825 commit 945831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raspberry-pi/4/leds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in
/{
compatible = "raspberrypi,4-model-b";
fragment@0 {
target = <&act_led>;
target = <&led_act>;
__overlay__ {
gpios = <&gpio 42 0>; /* first two values copied from bcm2711-rpi-4-b.dts */
linux,default-trigger = "none";
Expand All @@ -104,7 +104,7 @@ in
/{
compatible = "raspberrypi,4-model-b";
fragment@0 {
target = <&pwr_led>;
target = <&led_pwr>;
__overlay__ {
gpios = <&expgpio 2 0>; /* first two values copied from bcm2711-rpi-4-b.dts */
linux,default-trigger = "default-on";
Expand Down

0 comments on commit 945831c

Please sign in to comment.