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-07 20:21:09 +00:00
From 3bb4e6195174c95571be71628a0d1933186c1939 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-02-02 00:15:37 +00:00
Subject: [PATCH 2/5] 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