PKGBUILDs/core/linux-aarch64/0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch

27 lines
819 B
Diff
Raw Normal View History

2023-02-22 19:10:39 +00:00
From 211c3554b29218bfbf5b0de482a686b427a6f8c1 Mon Sep 17 00:00:00 2001
2017-09-04 01:55:23 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 7 Aug 2017 19:34:57 -0600
2021-09-26 22:43:04 +00:00
Subject: [PATCH 2/2] arm64: dts: rockchip: disable pwm0 on rk3399-firefly
2017-09-04 01:55:23 +00:00
Workaround for intermittent boot hangs due to pwm0 probe disabling the PWM clock.
---
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
2023-02-22 19:10:39 +00:00
index c5db64f3e124..a3c36c7364b3 100644
2017-09-04 01:55:23 +00:00
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
2022-08-27 20:09:32 +00:00
@@ -751,7 +751,7 @@ wifi_host_wake_l: wifi-host-wake-l {
2017-09-04 01:55:23 +00:00
};
&pwm0 {
- status = "okay";
+ status = "disabled";
};
&pwm2 {
--
2022-08-27 20:09:32 +00:00
2.37.0
2017-09-04 01:55:23 +00:00