From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3542C001B0 for ; Tue, 8 Aug 2023 17:54:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235114AbjHHRyR convert rfc822-to-8bit (ORCPT ); Tue, 8 Aug 2023 13:54:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234265AbjHHRx4 (ORCPT ); Tue, 8 Aug 2023 13:53:56 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC66C2A8F0; Tue, 8 Aug 2023 09:24:05 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id BAE8B24E22C; Tue, 8 Aug 2023 22:16:17 +0800 (CST) Received: from EXMBX068.cuchost.com (172.16.6.68) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 8 Aug 2023 22:16:17 +0800 Received: from ubuntu.localdomain (161.142.156.69) by EXMBX068.cuchost.com (172.16.6.68) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 8 Aug 2023 22:16:09 +0800 From: Jia Jie Ho To: Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , "Palmer Dabbelt" , Albert Ou CC: , , Subject: [PATCH v2 0/2] riscv: dts: starfive - Add crypto and trng node Date: Tue, 8 Aug 2023 22:15:56 +0800 Message-ID: <20230808141558.296631-1-jiajie.ho@starfivetech.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [161.142.156.69] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX068.cuchost.com (172.16.6.68) X-YovoleRuleAgent: yovoleflag Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The following patches add hardware cryptographic and trng module nodes to JH7110 dts. Patches have been tested on VisionFive2 board. v2 - Fixed dtbs_check errors on dma node in patch 1. (Conor) Jia Jie Ho (2): riscv: dts: starfive - Add crypto and DMA node for JH7110 riscv: dts: starfive - Add hwrng node for JH7110 SoC arch/riscv/boot/dts/starfive/jh7110.dtsi | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) -- 2.34.1