Skip to content

Commit 5e06250

Browse files
JohnTheCoolingFanigorpecovnik
authored andcommitted
Add sun50i-h616-light dt overlay fix to 6.10
1 parent bdfffd7 commit 5e06250

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: JohnTheCoolingFan <[email protected]>
3+
Date: Tue, 10 Sep 2024 20:43:08 +0000
4+
Subject: ARM64 DTS: sun50i-h616 overlays: fix sun50i-h616-light overlay
5+
6+
Signed-off-by: JohnTheCoolingFan <[email protected]>
7+
---
8+
arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-light.dtso | 9 +--------
9+
1 file changed, 1 insertion(+), 8 deletions(-)
10+
11+
diff --git a/arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-light.dtso b/arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-light.dtso
12+
index 5010ea6a5..4ab9dc952 100755
13+
--- a/arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-light.dtso
14+
+++ b/arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-light.dtso
15+
@@ -9,19 +9,12 @@ fragment@0 {
16+
__overlay__ {
17+
status = "okay";
18+
};
19+
};
20+
21+
- fragment@1 {
22+
+ fragment@1 {
23+
target = <&uart0>;
24+
__overlay__ {
25+
status = "disabled";
26+
};
27+
};
28+
-
29+
- fragment@2 {
30+
- target = <&pwm>;
31+
- __overlay__ {
32+
- status = "okay";
33+
- };
34+
- };
35+
};
36+
--
37+
Created with Armbian build tools https://github.com/armbian/build
38+

patch/kernel/archive/sunxi-6.10/series.armbian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
patches.armbian/Move-sun50i-h6-pwm-settings-to-its-own-overlay.patch
105105
patches.armbian/Compile-the-pwm-overlay.patch
106106
patches.armbian/cb1-overlay.patch
107+
patches.armbian/cb1-overlay-light-fix.patch
107108
patches.armbian/arm-dts-sunxi-h3-h5.dtsi-add-i2s0-i2s1-pins.patch
108109
patches.armbian/arm-dts-sun5i-a13-olinuxino-micro-add-panel-lcd-olinuxino-4.3.patch
109110
patches.armbian/arm-dts-sun5i-a13-olinuxino-Add-panel-lcd-olinuxino-4.3-needed-.patch

patch/kernel/archive/sunxi-6.10/series.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
patches.armbian/Move-sun50i-h6-pwm-settings-to-its-own-overlay.patch
369369
patches.armbian/Compile-the-pwm-overlay.patch
370370
patches.armbian/cb1-overlay.patch
371+
patches.armbian/cb1-overlay-light-fix.patch
371372
patches.armbian/arm-dts-sunxi-h3-h5.dtsi-add-i2s0-i2s1-pins.patch
372373
patches.armbian/arm-dts-sun5i-a13-olinuxino-micro-add-panel-lcd-olinuxino-4.3.patch
373374
patches.armbian/arm-dts-sun5i-a13-olinuxino-Add-panel-lcd-olinuxino-4.3-needed-.patch

0 commit comments

Comments
 (0)