[PATCH v1 24/24] arch: arm64: dts: meson: g12a-u200: enable crypto node

From: Alexey Romanov
Date: Wed Jan 10 2024 - 15:18:11 EST


G12A has hardware support of crypto algos: SHA1/224/256 and AES.

Signed-off-by: Alexey Romanov <avromanov@xxxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
index 4b5d11e56364..cb01943a0fda 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
@@ -306,3 +306,7 @@ &usb2_phy0 {
&usb2_phy1 {
phy-supply = <&vcc_5v>;
};
+
+&crypto {
+ status = "okay";
+};
--
2.30.1