[RFC PATCH 4/6] arm64: dts: zynqmp: Add Xilinx SHA3 node
Michal Simek
michal.simek at xilinx.com
Fri Dec 3 05:21:37 PST 2021
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 at xilinx.com>
> ---
> 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
More information about the linux-arm-kernel
mailing list