Skip to content

Commit 0310b5a

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock
The ROHM BD71847 PMIC has a 32.768 kHz clock. Describe the PMIC clock to fix the following boot errors: bd718xx-clk bd71847-clk.1.auto: No parent clk found bd718xx-clk: probe of bd71847-clk.1.auto failed with error -22 Based on the same fix done for imx8mm-evk as per commit a6a355e ("arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC") Fixes: 3e44dd0 ("arm64: dts: imx8mn-ddr4-evk: Add rohm,bd71847 PMIC support") Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 45974e4 commit 0310b5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
6060
rohm,reset-snvs-powered;
6161

62+
#clock-cells = <0>;
63+
clocks = <&osc_32k 0>;
64+
clock-output-names = "clk-32k-out";
65+
6266
regulators {
6367
buck1_reg: BUCK1 {
6468
regulator-name = "buck1";

0 commit comments

Comments
 (0)