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 X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FE3AC433EF for ; Tue, 21 Sep 2021 21:48:06 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E622160F3A for ; Tue, 21 Sep 2021 21:48:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E622160F3A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HDZmN4C0hz3fK7 for ; Wed, 22 Sep 2021 07:48:04 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linkmauve.fr (client-ip=2a01:e0a:828:c7c0:49:5ff:fe41:d261; helo=luna.linkmauve.fr; envelope-from=linkmauve@linkmauve.fr; receiver=) Received: from luna.linkmauve.fr (unknown [IPv6:2a01:e0a:828:c7c0:49:5ff:fe41:d261]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HDZb43s0Kz3cCT for ; Wed, 22 Sep 2021 07:40:00 +1000 (AEST) Received: by luna.linkmauve.fr (Postfix, from userid 1000) id E2F78F40B6B; Tue, 21 Sep 2021 23:39:49 +0200 (CEST) From: Emmanuel Gil Peyrot To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH 3/4] powerpc: wii.dts: Expose the AES engine on this platform Date: Tue, 21 Sep 2021 23:39:29 +0200 Message-Id: <20210921213930.10366-4-linkmauve@linkmauve.fr> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210921213930.10366-1-linkmauve@linkmauve.fr> References: <20210921213930.10366-1-linkmauve@linkmauve.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Herbert Xu , Emmanuel Gil Peyrot , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Rob Herring , Paul Mackerras , Ash Logan , "David S. Miller" , =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" This can be used by the newly-added nintendo-aes crypto module. Signed-off-by: Emmanuel Gil Peyrot --- arch/powerpc/boot/dts/wii.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/boot/dts/wii.dts b/arch/powerpc/boot/dts/wii.dts index aaa381da1906..c5720fdd0686 100644 --- a/arch/powerpc/boot/dts/wii.dts +++ b/arch/powerpc/boot/dts/wii.dts @@ -113,6 +113,13 @@ exi@d006800 { interrupts = <4>; }; + aes@d020000 { + compatible = "nintendo,hollywood-aes"; + reg = <0x0d020000 0x14>; + interrupts = <2>; + interrupt-parent = <&PIC1>; + }; + usb@d040000 { compatible = "nintendo,hollywood-usb-ehci", "usb-ehci"; -- 2.33.0