mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-06 06:32:24 +08:00
26 lines
782 B
Diff
26 lines
782 B
Diff
From d33b99832841943f7e787605d7f364fd49f5f007 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/5] 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 c706db0ee9ec..24adeca99711 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
@@ -640,7 +640,7 @@
|
|
};
|
|
|
|
&pwm0 {
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&pwm2 {
|
|
--
|
|
2.21.0
|
|
|