]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: imx8mm-beacon-som: Assign PMIC clock
authorAdam Ford <aford173@gmail.com>
Thu, 26 Nov 2020 10:45:35 +0000 (04:45 -0600)
committerShawn Guo <shawnguo@kernel.org>
Tue, 1 Dec 2020 01:49:49 +0000 (09:49 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi

index 8380fd4047d4f441ff049f188c45a6c17f276172..c14add99bfa47d9614ba2fad5b293ee61b1b0fb5 100644 (file)
                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";