projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7e538
)
ARM: dts: exynos: Add and enable 32 kHz modem clock in Galaxy I9100
author
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 30 Aug 2020 13:51:35 +0000
(15:51 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 2 Sep 2020 15:40:48 +0000
(17:40 +0200)
The PMIC has a 32768 Hz clock used by the modem which is implemented by
driver as a regulator. Add and enable it to be sure modem get's its
signal.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20200830135200.24304-8-krzk@kernel.org
arch/arm/boot/dts/exynos4210-i9100.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4210-i9100.dts
b/arch/arm/boot/dts/exynos4210-i9100.dts
index d63274c8539de7d3f9a1dbc2384157b425005709..1d200a5e1b7211beadb9f3d06bfdedeebc553532 100644
(file)
--- a/
arch/arm/boot/dts/exynos4210-i9100.dts
+++ b/
arch/arm/boot/dts/exynos4210-i9100.dts
@@
-580,6
+580,11
@@
regulator-name = "EN32KHZ_AP";
regulator-always-on;
};
+
+ EN32KHZ_CP {
+ regulator-name = "EN32KHZ_CP";
+ regulator-always-on;
+ };
};
};
};