diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2019-11-20 16:28:32 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2020-03-11 23:12:06 +0800 |
commit | 00cef5e404a6c6e72cbec1fd7a41b01890b8d340 (patch) | |
tree | 145a366d421aef0e62296fcafa5bd3dfe4ab2981 /arch/arm/boot | |
parent | f81547ba7a98d24fe566d102b4edefe30e0c4f2d (diff) |
ARM: dts: sun8i: a33: add the new SS compatible
Add the new A33 SS compatible to the crypto node.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi index 1532a0e59af4..a2c37adacf77 100644 --- a/arch/arm/boot/dts/sun8i-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a33.dtsi @@ -215,7 +215,7 @@ }; crypto: crypto-engine@1c15000 { - compatible = "allwinner,sun4i-a10-crypto"; + compatible = "allwinner,sun8i-a33-crypto"; reg = <0x01c15000 0x1000>; interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_SS>, <&ccu CLK_SS>; |