diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2020-02-23 19:03:05 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-02-27 20:29:27 +0100 |
commit | bff211bab301db890e38de872d43cbb459940daa (patch) | |
tree | ed5308f19294db779b8a4b1d05f07097ce784124 /arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-bff211bab301db890e38de872d43cbb459940daa.tar.xz linux-bff211bab301db890e38de872d43cbb459940daa.zip |
ARM: dts: bcm283x: Add missing properties to the PWR LED
This adds the missing properties to the PWR LED for the RPi 3 & 4 boards,
which are already set for the other boards. Without them we will lose
the LED state after suspend.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts index 74ed6d047807..37343148643d 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts @@ -27,6 +27,8 @@ pwr { label = "PWR"; gpios = <&expgpio 2 GPIO_ACTIVE_LOW>; + default-state = "keep"; + linux,default-trigger = "default-on"; }; }; |