mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
782 B
Diff
26 lines
782 B
Diff
From 35834bbc8d72f1b46b175907fbb82fcd6ac66dd0 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/3] 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 7fd4bfcaa38e..87e2a24ae796 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
@@ -619,7 +619,7 @@
|
|
};
|
|
|
|
&pwm0 {
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&pwm2 {
|
|
--
|
|
2.14.1
|
|
|