OSDN Git Service

crypto: rockchip - add support for rk3328
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 27 Sep 2022 07:54:57 +0000 (07:54 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Oct 2022 04:36:33 +0000 (12:36 +0800)
The rk3328 could be used as-is by the rockchip driver.

Reviewed-by: John Keeping <john@metanate.com>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/rockchip/rk3288_crypto.c

index a635029..c92559b 100644 (file)
@@ -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);