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

27 lines
782 B
Diff
Raw Normal View History

2018-01-30 00:46:42 +00:00
From d85e631bc608f1e310143d7c279db2d5cd5344c8 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
2018-01-30 00:46:42 +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
2018-01-30 00:46:42 +00:00
index 4f28628aa091..07e5f161958c 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
2018-01-30 00:46:42 +00:00
@@ -630,7 +630,7 @@
2017-09-04 01:55:23 +00:00
};
&pwm0 {
- status = "okay";
+ status = "disabled";
};
&pwm2 {
--
2017-11-13 02:52:06 +00:00
2.15.0
2017-09-04 01:55:23 +00:00