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

27 lines
782 B
Diff
Raw Normal View History

2019-12-09 01:09:44 +00:00
From 110a25d5e289e6254270df2b2fe17d9765f53265 Mon Sep 17 00:00:00 2001
2017-08-11 00:42:00 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 7 Aug 2017 19:34:57 -0600
2019-12-09 01:09:44 +00:00
Subject: [PATCH 2/5] arm64: dts: rockchip: disable pwm0 on rk3399-firefly
2017-08-11 00:42:00 +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-11-05 03:00:33 +00:00
index c706db0ee9ec..24adeca99711 100644
2017-08-11 00:42:00 +00:00
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
2018-11-05 03:00:33 +00:00
@@ -640,7 +640,7 @@
2017-08-11 00:42:00 +00:00
};
&pwm0 {
- status = "okay";
+ status = "disabled";
};
&pwm2 {
--
2019-12-09 01:09:44 +00:00
2.23.0
2017-08-11 00:42:00 +00:00