Re: [RFC PATCH 4/6] arm64: dts: zynqmp: Add Xilinx SHA3 node

From: Michal Simek
Date: Fri Dec 03 2021 - 08:21:52 EST




On 11/29/21 20:20, Harsha wrote:
This patch adds a SHA3 DT node for Xilinx ZynqMP SoC.

Signed-off-by: Harsha <harsha.harsha@xxxxxxxxxx>
---
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 74e6644..33b7ef6 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -174,6 +174,10 @@
compatible = "xlnx,zynqmp-aes";
};
+ xlnx_sha3_384: sha384 {
+ compatible = "xlnx,zynqmp-sha3-384";
+ };
+
zynqmp_reset: reset-controller {
compatible = "xlnx,zynqmp-reset";
#reset-cells = <1>;


I will let Rob to comment this but I think this can be discovered and there is no need to link it with any device now. That's why maybe the whole dt binding is not needed at all.

Thanks,
Michal