]> Git Repo - linux.git/commitdiff
arm64: dts: imx8mp: Add snvs clock to powerkey
authorAnson Huang <[email protected]>
Thu, 12 Mar 2020 07:34:10 +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/imx8mp.dtsi

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