From: Gregory CLEMENT Date: Wed, 14 Mar 2018 16:19:26 +0000 (+0100) Subject: ARM64: dts: marvell: armada-cp110: Add registers clock for the crypto node X-Git-Tag: v4.19~1283^2~27^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c7f7f1503d20b14e22f64c27dc13522f5d60707;p=platform%2Fkernel%2Flinux-rpi.git ARM64: dts: marvell: armada-cp110: Add registers clock for the crypto node This extra clock is needed to access the registers of the safexcel EIP97 used on CP110 component of the Armada 7K/8K SoCs. This follow the changes already made in the binding documentation (as well as in the driver): "crypto: inside-secure - fix clock resource by adding a register clock" Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi index c491adc..b6947fc 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi @@ -402,7 +402,9 @@ ; interrupt-names = "mem", "ring0", "ring1", "ring2", "ring3", "eip"; - clocks = <&CP110_LABEL(clk) 1 26>; + clock-names = "core", "reg"; + clocks = <&CP110_LABEL(clk) 1 26>, + <&CP110_LABEL(clk) 1 17>; dma-coherent; }; };