Hi, On 05/13/2014 08:18 PM, LABBE Corentin wrote: > Signed-off-by: LABBE Corentin <[email protected]> > --- > arch/arm/boot/dts/sun7i-a20.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi > b/arch/arm/boot/dts/sun7i-a20.dtsi > index f4b00a5..714761b 100644 > --- a/arch/arm/boot/dts/sun7i-a20.dtsi > +++ b/arch/arm/boot/dts/sun7i-a20.dtsi > @@ -930,6 +930,15 @@ > interrupt-controller; > #interrupt-cells = <3>; > interrupts = <1 9 0xf04>; > + }; > + > + crypto: crypto-engine@01c15000 { > + compatible = "allwinner,sun7i-a20-crypto"; > + reg = <0x01c15000 0x1000>; > + interrupts = <0 86 4>; > + clocks = <&ahb_gates 5>, <&ss_clk>; > + clock-names = "ahb", "mod"; > + status = "okay"; > }; > }; > }; >
One more small remark, the indentation of the closing }; added is wrong, and the entries in the soc block are sorted by register address, so please don't add this one on the end, instead keep things sorted. Regards, Hans -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
