summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-02 18:32:23 +0200
committerShawn Guo <shawnguo@kernel.org>2020-09-05 15:55:07 +0800
commite3e61bce5f0851592a1ac62efdac78b5aaa4c09c (patch)
tree5c9d9003f54bb976f37d11acee2d2a01b3bfc90b /arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi
parenta1172ceb52e68470389091b5248377ab95015006 (diff)
arm64: dts: imx8mm-var-som: Add 32.768 kHz clock to PMIC
The ROHM BD71847 PMIC has a 32.768 kHz clock. Adding necessary parent allows to probe the bd718x7 clock driver fixing boot errors: bd718xx-clk bd71847-clk.1.auto: No parent clk found bd718xx-clk: probe of bd71847-clk.1.auto failed with error -22 Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi
index c371cb34b3f7..9c6e91243ba0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi
@@ -140,6 +140,10 @@
interrupts = <8 GPIO_ACTIVE_LOW>;
rohm,reset-snvs-powered;
+ #clock-cells = <0>;
+ clocks = <&osc_32k 0>;
+ clock-output-names = "clk-32k-out";
+
regulators {
buck1_reg: BUCK1 {
regulator-name = "buck1";