summarylogtreecommitdiffstats
path: root/0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch
diff options
context:
space:
mode:
authorPeter Cai2018-09-07 13:49:43 +0800
committerPeter Cai2018-09-07 13:49:43 +0800
commit165254fe1b3f0676c3bc2cb02e1cf5b0d24d1dd7 (patch)
treeb051e1fa2d2dc82792dc1deb5b3f2e4fad620f50 /0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch
downloadaur-165254fe1b3f0676c3bc2cb02e1cf5b0d24d1dd7.tar.gz
initial commit
Diffstat (limited to '0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch')
-rw-r--r--0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch b/0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch
new file mode 100644
index 000000000000..c4ddbc0bf9e1
--- /dev/null
+++ b/0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch
@@ -0,0 +1,26 @@
+From 99984002189abb7822f71cc8844e263bb591f75b Mon Sep 17 00:00:00 2001
+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
+
+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 2a352763c848..b986aef1d7fd 100644
+--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
++++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+@@ -630,7 +630,7 @@
+ };
+
+ &pwm0 {
+- status = "okay";
++ status = "disabled";
+ };
+
+ &pwm2 {
+--
+2.18.0
+