ACK: [PATCH 0/2] [w/raspi2] Default the power led to on
Colin Ian King
colin.king at canonical.com
Tue Sep 15 09:38:00 UTC 2015
On 15/09/15 10:35, Paolo Pisati wrote:
> By default, the power led should reflect the status of the board (e.g.: solid
> bright when the board is powered), but while transitioning from 3.18 to recent
> kernels (3.19+), upstream decided to turn it off and let the user decide using
> config.txt:
>
> For example:
>
> # make the power led beat rhythmically
> dtparam=pwr_led_trigger=heartbeat
>
> or
>
> # solid bright
> dtparam=pwr_led_trigger=default-on
>
> While modifying config.txt is easy enough, we don't want to break user
> experience, so revert upstream decision and make the power led stays on when
> the board is powered. User can still override it's behaviour using config.txt
> as described above.
>
> Paolo Pisati (2):
> UBUNTU: [Config] LEDS_TRIGGER_DEFAULT_ON=y
> UBUNTU: SAUCE: raspi2 dtb: power led default to on
>
> arch/arm/boot/dts/bcm2709-rpi-2-b.dts | 2 +-
> debian.raspi2/config/config.common.ubuntu | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Looks very sane to me.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the kernel-team
mailing list