2022-08-27 20:09:32 +00:00
|
|
|
From b07c9b386a2ed138077bbde72237b97ffacedc31 Mon Sep 17 00:00:00 2001
|
2017-09-04 01:55:23 +00:00
|
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
Date: Mon, 7 Aug 2017 19:34:57 -0600
|
2021-09-26 22:43:04 +00:00
|
|
|
Subject: [PATCH 2/2] arm64: dts: rockchip: disable pwm0 on rk3399-firefly
|
2017-09-04 01:55:23 +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
|
2022-08-27 20:09:32 +00:00
|
|
|
index b340c9e246c4..2fba5e42e287 100644
|
2017-09-04 01:55:23 +00:00
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
|
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
|
2022-08-27 20:09:32 +00:00
|
|
|
@@ -751,7 +751,7 @@ wifi_host_wake_l: wifi-host-wake-l {
|
2017-09-04 01:55:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pwm0 {
|
|
|
|
- status = "okay";
|
|
|
|
+ status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pwm2 {
|
|
|
|
--
|
2022-08-27 20:09:32 +00:00
|
|
|
2.37.0
|
2017-09-04 01:55:23 +00:00
|
|
|
|