mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-18 15:46:59 +08:00

Runtime-tested on: - Linksprite pcDuino (cortexa8 / sun5i) - Olimex A20 Micro (cortexa7 / sun7i) - BananaPi P2 Zero (cortexa7 / sun8i) - Pine64 SoM (cortexa53 / sun50i) - Orangepi Zero 2W (cortexa53 / sun50i) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
11 lines
210 B
Diff
11 lines
210 B
Diff
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts
|
|
@@ -41,3 +41,7 @@
|
|
reg = <1>;
|
|
};
|
|
};
|
|
+
|
|
+&pwm {
|
|
+ status = "okay";
|
|
+};
|