RISCV: dts: starfive: Add missing interrupt number of crypto
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 4 May 2023 02:20:19 +0000 (11:20 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:00 +0000 (08:25 +0900)
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 <hoegeun.kwon@samsung.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi

index 08b6bcd..fdb1efd 100644 (file)
                        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";