From d3a8e87c963186d42bb67797f23ee8c17c58d6b4 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Thu, 4 May 2023 11:20:19 +0900 Subject: [PATCH] RISCV: dts: starfive: Add missing interrupt number of crypto The interrupt number of crypto is missing and add. Ref patch: https://lore.kernel.org/all/20230426065848.842221-4-jiajie.ho@starfivetech.com/ Change-Id: I2fe8951d5b68c5e21ca50b24c2c0de490937e4a9 Signed-off-by: Hoegeun Kwon --- arch/riscv/boot/dts/starfive/jh7110.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index 08b6bcd..fdb1efd 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -692,6 +692,7 @@ clocks = <&stgcrg JH7110_STGCLK_SEC_AHB>, <&stgcrg JH7110_STGCLK_SEC_MISC_AHB>; clock-names = "hclk", "ahb"; + interrupts = <28>; resets = <&stgcrg JH7110_STGRST_SEC_AHB>; dmas = <&sdma 1 2>, <&sdma 0 2>; dma-names = "tx", "rx"; -- 2.7.4