3e737241ba
Disable twl pmic off-idle configuration for Nokia N900. An ugly patch to do this was lost during the migration from linux-nokia-n900 to the shared omap kernel. Fixes #2161 [ci:skip-build]: Already built successfully in CI
28 lines
972 B
Diff
28 lines
972 B
Diff
From 31f6c1e43a1287747861b812d850b656deb92f5f Mon Sep 17 00:00:00 2001
|
|
From: "Sicelo A. Mhlongo" <absicsz@gmail.com>
|
|
Date: Tue, 8 Aug 2023 21:52:14 +0200
|
|
Subject: [PATCH] ARM: dts: disable twl off-idle configuration for N900
|
|
|
|
This is a restore of commit d937678ab625b0f6 (:ARM: dts: Revert enabling of twl
|
|
configuration for n900"), and partially reverts daebabd57864744 ("mfd:
|
|
twl4030-power: Fix PM idle pin configuration to not conflict with regulators").
|
|
---
|
|
arch/arm/boot/dts/omap3-n900.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
|
|
index f9f9eca0c56c..2f0b24897afd 100644
|
|
--- a/arch/arm/boot/dts/omap3-n900.dts
|
|
+++ b/arch/arm/boot/dts/omap3-n900.dts
|
|
@@ -508,7 +508,7 @@ twl_audio: audio {
|
|
};
|
|
|
|
twl_power: power {
|
|
- compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
|
|
+ compatible = "ti,twl4030-power-n900";
|
|
ti,use_poweroff;
|
|
};
|
|
};
|
|
--
|
|
2.40.1
|
|
|