]> Git Repo - linux.git/commitdiff
arm64: dts: imx8mn: Add snvs clock to powerkey
authorAnson Huang <[email protected]>
Thu, 12 Mar 2020 07:34:09 +0000 (15:34 +0800)
committerShawn Guo <[email protected]>
Mon, 16 Mar 2020 08:16:00 +0000 (16:16 +0800)
SNVS powerkey driver needs snvs clock for proper clock management,
add support for it.

Signed-off-by: Anson Huang <[email protected]>
Reviewed-by: Horia Geantă <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/imx8mn.dtsi

index 7428e21663de18d40b4b48b9ba7f5bccee4a83e5..fa78f0163270a3e8d8a8c59a358c13952ddda768 100644 (file)
                                        compatible = "fsl,sec-v4.0-pwrkey";
                                        regmap = <&snvs>;
                                        interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+                                       clocks = <&clk IMX8MN_CLK_SNVS_ROOT>;
+                                       clock-names = "snvs-pwrkey";
                                        linux,keycode = <KEY_POWER>;
                                        wakeup-source;
                                        status = "disabled";
This page took 0.063796 seconds and 4 git commands to generate.