Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun8i-a33: Add security system crypto engine clock and device nodes

A33 has the same "Security System" crypto engine as A10/A20, but with a
separate reset control.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
f7ad082c f5f1c2cb

+18
+18
arch/arm/boot/dts/sun8i-a33.dtsi
··· 99 99 "ahb1_sat"; 100 100 }; 101 101 102 + ss_clk: clk@01c2009c { 103 + #clock-cells = <0>; 104 + compatible = "allwinner,sun4i-a10-mod0-clk"; 105 + reg = <0x01c2009c 0x4>; 106 + clocks = <&osc24M>, <&pll6 0>; 107 + clock-output-names = "ss"; 108 + }; 109 + 102 110 mbus_clk: clk@01c2015c { 103 111 #clock-cells = <0>; 104 112 compatible = "allwinner,sun8i-a23-mbus-clk"; ··· 117 109 }; 118 110 119 111 soc@01c00000 { 112 + crypto: crypto-engine@01c15000 { 113 + compatible = "allwinner,sun4i-a10-crypto"; 114 + reg = <0x01c15000 0x1000>; 115 + interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 116 + clocks = <&ahb1_gates 5>, <&ss_clk>; 117 + clock-names = "ahb", "mod"; 118 + resets = <&ahb1_rst 5>; 119 + reset-names = "ahb"; 120 + }; 121 + 120 122 usb_otg: usb@01c19000 { 121 123 compatible = "allwinner,sun8i-a33-musb"; 122 124 reg = <0x01c19000 0x0400>;