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

27 lines
809 B
Diff
Raw Normal View History

2021-02-18 01:34:58 +00:00
From fda1e1c741e44548eb6ef93f34d8e35487302c2e 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
Subject: [PATCH 2/4] 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
index 6db18808b9c5..c7c49ace4b5b 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
2020-09-15 00:40:17 +00:00
@@ -640,7 +640,7 @@ diy_led_pin: diy-led-pin {
2017-09-04 01:55:23 +00:00
};
&pwm0 {
- status = "okay";
+ status = "disabled";
};
&pwm2 {
--
2.30.0
2017-09-04 01:55:23 +00:00