Commit e65e9010 authored by Corentin Labbe's avatar Corentin Labbe Committed by Herbert Xu
Browse files

crypto: rockchip - add support for rk3328



The rk3328 could be used as-is by the rockchip driver.

Reviewed-by: default avatarJohn Keeping <john@metanate.com>
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 45669874
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ static void rk_crypto_unregister(void)

static const struct of_device_id crypto_of_id_table[] = {
	{ .compatible = "rockchip,rk3288-crypto" },
	{ .compatible = "rockchip,rk3328-crypto" },
	{}
};
MODULE_DEVICE_TABLE(of, crypto_of_id_table);