mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* Add 88 new patches to series. tag: orange-pi-5.17-20220409-0454 * Fix the applicability of patches.megous to the v5.17.3 kernel * Fix series.conf. Disable the patch that is not being applied * Add support for sun50i-h6-orangepi-3-lts * Check the applicability in the series * Move to a patches.armbian folder * Bananapro: add AXP209 regulators * fix-gpio-kconfig remove if EXPERT to allow normal build * sunxi-5.17: Remove unused patches
25 lines
786 B
Diff
25 lines
786 B
Diff
From 51112a4620dea5d3c77ca09572a249f5f877a1ce Mon Sep 17 00:00:00 2001
|
|
From: afaulkner420 <afaulkner420@gmail.com>
|
|
Date: Fri, 25 Mar 2022 19:26:16 +0000
|
|
Subject: [PATCH 02/11] Compile the pwm overlay
|
|
|
|
---
|
|
arch/arm64/boot/dts/allwinner/overlay/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/overlay/Makefile b/arch/arm64/boot/dts/allwinner/overlay/Makefile
|
|
index 87f5addec..7cabe8f42 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/overlay/Makefile
|
|
+++ b/arch/arm64/boot/dts/allwinner/overlay/Makefile
|
|
@@ -38,6 +38,7 @@ dtbo-$(CONFIG_ARCH_SUNXI) += \
|
|
sun50i-h6-i2c0.dtbo \
|
|
sun50i-h6-i2c1.dtbo \
|
|
sun50i-h6-i2c2.dtbo \
|
|
+ sun50i-h6-pwm.dtbo \
|
|
sun50i-h6-ruart.dtbo \
|
|
sun50i-h6-spi-add-cs1.dtbo \
|
|
sun50i-h6-spi-jedec-nor.dtbo \
|
|
--
|
|
2.25.1
|
|
|