]> Git Repo - linux.git/commitdiff
arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC
authorKrzysztof Kozlowski <[email protected]>
Fri, 28 Aug 2020 16:47:39 +0000 (18:47 +0200)
committerShawn Guo <[email protected]>
Sat, 5 Sep 2020 06:24:42 +0000 (14:24 +0800)
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 <[email protected]>
Acked-By: Matti Vaittinen <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi

index 5256d18028a230184b68d8ac88edcf1efad152f0..8bb44f7e50f7ed49c7f334d87f4802a681b452b3 100644 (file)
                interrupts = <3 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";
This page took 0.054374 seconds and 4 git commands to generate.