diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-30 16:51:37 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-02 18:41:41 +0300 |
commit | 8bdca79f584dd7912cf41b7c2497f70ee0ff449f (patch) | |
tree | ad46cfb60443062e3eff9a5ea3a972cb2781c55b /arch/arm/boot/dts/exynos4210-trats.dts | |
parent | b9294408b9a316e60292583fe07271052ac093c0 (diff) | |
download | linux-8bdca79f584dd7912cf41b7c2497f70ee0ff449f.tar.xz |
ARM: dts: exynos: Add and enable 32 kHz modem clock in Trats
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
Diffstat (limited to 'arch/arm/boot/dts/exynos4210-trats.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-trats.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts index 634f009b622e..0f3af293d9d3 100644 --- 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; + }; }; }; }; |