mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
8abea22502
closes #1852
26 lines
809 B
Diff
26 lines
809 B
Diff
From c8cf599302082d2b963e62bf820844e52f98014c 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 6db18808b9c5..c7c49ace4b5b 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
@@ -640,7 +640,7 @@ diy_led_pin: diy-led-pin {
|
|
};
|
|
|
|
&pwm0 {
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&pwm2 {
|
|
--
|
|
2.30.0
|
|
|