Skip to content

Commit

Permalink
arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC
Browse files Browse the repository at this point in the history
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>
Acked-By: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
krzk authored and Shawn Guo committed Sep 5, 2020
1 parent 0a96ec9 commit a6a355e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
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";
Expand Down

0 comments on commit a6a355e

Please sign in to comment.