Messages in this thread |  | | From | Samuel Holland <> | Subject | [PATCH v2 0/3] crypto: Allwinner D1 crypto support | Date | Sat, 31 Dec 2022 16:01:42 -0600 |
| |
This series finishes adding crypto support for the Allwinner D1 SoC. The driver patch from v1 was merged, but not the binding[1]. This turned out to be a good thing, because I later found that the TRNG needed another clock reference in the devicetree. That is fixed in v2. I include the DT update here too, since the SoC DT has been on the list for a while[2].
[1]: https://lore.kernel.org/all/20211119051026.13049-1-samuel@sholland.org/T/ [2]: https://lore.kernel.org/lkml/20221208090237.20572-1-samuel@sholland.org/
Changes in v2: - Add TRNG clock
Samuel Holland (3): dt-bindings: crypto: sun8i-ce: Add compatible for D1 crypto: sun8i-ce - Add TRNG clock to the D1 variant riscv: dts: allwinner: d1: Add crypto engine node
.../bindings/crypto/allwinner,sun8i-ce.yaml | 33 ++++++++++++++----- .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 12 +++++++ .../crypto/allwinner/sun8i-ce/sun8i-ce-core.c | 1 + drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h | 2 +- 4 files changed, 39 insertions(+), 9 deletions(-)
-- 2.37.4
|  |