diff options
author | Adam Ford <aford173@gmail.com> | 2020-11-26 11:45:35 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-12-01 02:49:49 +0100 |
commit | 0b84862688951ad5f6ad8990dd9a44e1363c4a2b (patch) | |
tree | d73739b91865cd3bfdc284f4e74ac7339c92c7f3 /arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | |
parent | arm64: dts: imx8mm-beacon-som: Configure RTC aliases (diff) | |
download | linux-0b84862688951ad5f6ad8990dd9a44e1363c4a2b.tar.xz linux-0b84862688951ad5f6ad8990dd9a44e1363c4a2b.zip |
arm64: dts: imx8mm-beacon-som: Assign PMIC clock
The PMIC throws an errors because the clock isn't assigned to it.
Fix this by assigning the clocks info.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi index 8380fd4047d4..c14add99bfa4 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi @@ -110,6 +110,10 @@ interrupts = <3 IRQ_TYPE_LEVEL_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"; |