forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sunxi: rebase sun50i-h5-nanopi-r1s-h5.dts onto 5.15
So the patch can be applied on top of 5.15 kernel. Signed-off-by: Petr Štetiar <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Signed-off-by: Chukun Pan <[email protected]> | |
|
||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts | ||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts | ||
@@ -22,6 +22,11 @@ | ||
@@ -23,6 +23,11 @@ | ||
ethernet0 = &emac; | ||
ethernet1 = &rtl8189etv; | ||
serial0 = &uart0; | ||
|
@@ -24,12 +24,12 @@ Signed-off-by: Chukun Pan <[email protected]> | |
}; | ||
|
||
chosen { | ||
@@ -31,7 +36,7 @@ | ||
leds { | ||
compatible = "gpio-leds"; | ||
@@ -38,7 +43,7 @@ | ||
gpios = <&pio 0 9 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
- sys { | ||
+ led_sys: sys { | ||
label = "nanopi:red:sys"; | ||
- led-1 { | ||
+ led_sys: led-1 { | ||
function = LED_FUNCTION_STATUS; | ||
color = <LED_COLOR_ID_RED>; | ||
gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>; | ||
linux,default-trigger = "heartbeat"; |