Message ID | 20200225161201.1975-2-git@andred.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/6] dt-bindings: crypto: fsl-sec4: add snvs clock to pwrkey | expand |
On Tue, Feb 25, 2020 at 04:11:57PM +0000, André Draszik wrote: > On i.MX7, the SNVS requires a clock. This is similar to the clock > bound to the SNVS RTC node, but if the SNVS RTC driver isn't enabled, > then SNVS doesn't work, and as such the pwrkey driver doesn't > work (i.e. hangs the kernel, as the clock isn't enabled). > > Also see commit ec2a844ef7c1 > ("ARM: dts: imx7s: add snvs rtc clock") > for a similar fix. > > Signed-off-by: André Draszik <git@andred.net> > Acked-by: Rob Herring <robh@kernel.org> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 139ab9b98472..edc8c542da7e 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -611,6 +611,8 @@ compatible = "fsl,sec-v4.0-pwrkey"; regmap = <&snvs>; interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX7D_SNVS_CLK>; + clock-names = "snvs-pwrkey"; linux,keycode = <KEY_POWER>; wakeup-source; status = "disabled";