Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pine64-pinephone: kernel 5.9 -> 5.10 #258

Merged
merged 3 commits into from Dec 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,4 +1,4 @@
From 71f5fc6b8537eadefc75eb905dc32e03e2426f12 Mon Sep 17 00:00:00 2001
From b07870e2a05f674acd5e9afd3195b76b52032530 Mon Sep 17 00:00:00 2001
From: Samuel Dionne-Riel <samuel@dionne-riel.com>
Date: Sat, 22 Aug 2020 22:50:35 -0400
Subject: [PATCH] dts: pinephone: Setup default on and panic LEDs
Expand All @@ -13,24 +13,25 @@ yellow and green during the different boot stages.
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
index 76095e1b90c8..d631e34b0a69 100644
index 02d82980cf394..dca546a2c4a09 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
@@ -212,12 +212,14 @@ green {
function = LED_FUNCTION_INDICATOR;
@@ -216,6 +216,7 @@ green {
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 3 18 GPIO_ACTIVE_HIGH>; /* PD18 */
retain-state-suspended;
+ linux,default-trigger = "default-on";
};

red {
function = LED_FUNCTION_INDICATOR;
@@ -223,6 +224,7 @@ red {
color = <LED_COLOR_ID_RED>;
gpios = <&pio 3 19 GPIO_ACTIVE_HIGH>; /* PD19 */
retain-state-suspended;
+ panic-indicator;
};
};

--
2.25.4
2.29.2