projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b929440
)
ARM: dts: exynos: Add and enable 32 kHz modem clock in Trats
author
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 30 Aug 2020 13:51:37 +0000
(15:51 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 2 Sep 2020 15:41:41 +0000
(17:41 +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-10-krzk@kernel.org
arch/arm/boot/dts/exynos4210-trats.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4210-trats.dts
b/arch/arm/boot/dts/exynos4210-trats.dts
index
634f009
..
0f3af29
100644
(file)
--- a/
arch/arm/boot/dts/exynos4210-trats.dts
+++ b/
arch/arm/boot/dts/exynos4210-trats.dts
@@
-456,6
+456,11
@@
regulator-name = "EN32KHZ_AP";
regulator-always-on;
};
+
+ EN32KHZ_CP {
+ regulator-name = "EN32KHZ_CP";
+ regulator-always-on;
+ };
};
};
};