ARM: dts: exynos: Add and enable 32 kHz modem clock in Galaxy I9100

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
This commit is contained in:
Krzysztof Kozlowski 2020-08-30 15:51:35 +02:00
parent eb7e538dce
commit b9294408b9
1 changed files with 5 additions and 0 deletions

View File

@ -580,6 +580,11 @@
regulator-name = "EN32KHZ_AP";
regulator-always-on;
};
EN32KHZ_CP {
regulator-name = "EN32KHZ_CP";
regulator-always-on;
};
};
};
};