From patchwork Wed Oct 26 12:41:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 618982 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 C8C7DFA373E for ; Wed, 26 Oct 2022 12:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233875AbiJZMkK (ORCPT ); Wed, 26 Oct 2022 08:40:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233742AbiJZMjn (ORCPT ); Wed, 26 Oct 2022 08:39:43 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6A1F11159; Wed, 26 Oct 2022 05:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666787973; x=1698323973; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YTxR5L72SEnv2cxjrRtXgCncX0XRJPeZZZMeZp8Drpk=; b=uYiY41/3R75wbE+k+RyKtDqy6lQG9NFxPxfYHsWoDVGH2knQ292K/MRt 8yafAdqBOQpF/NnjoHNj+deTPf6u7bM8IVI2iGYbDo7S76nqx0dAnRg5r RH035AWmf2gpssBi0NgcLHjR0zwnPVRFdGwRCAabX31Qlw7HuQMG2xsL/ JgtNBdKR/lnEnohP5i1UlSKC4Mn/NUHaXyDnPo1u1DAtEoWVrFm4OMjgu XGdU07870EcdQkwW27D9h8oxH19vbb3rhkFjM2Zze0AQCSY3JAVyLkSU5 29Byj0F3C71h4/7mEe87yw9TjCXflZW8sLbya2PKjY2w10coL1oKLqO2A A==; X-IronPort-AV: E=Sophos;i="5.95,214,1661842800"; d="scan'208";a="120430715" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 26 Oct 2022 05:39:32 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Wed, 26 Oct 2022 05:39:29 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Wed, 26 Oct 2022 05:39:26 -0700 From: Claudiu Beznea To: , , , , , CC: , , , Claudiu Beznea Subject: [PATCH 10/11] ARM: dts: at91: sama7g5: use generic name for securam Date: Wed, 26 Oct 2022 15:41:13 +0300 Message-ID: <20221026124114.985876-11-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20221026124114.985876-1-claudiu.beznea@microchip.com> References: <20221026124114.985876-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Use generic sram name for securam. Signed-off-by: Claudiu Beznea --- arch/arm/boot/dts/sama7g5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index fb517f9aff30..1f7093b3755b 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -204,7 +204,7 @@ nand_controller: nand-controller { }; }; - securam: securam@e0000000 { + securam: sram@e0000000 { compatible = "microchip,sama7g5-securam", "atmel,sama5d2-securam", "mmio-sram"; reg = <0xe0000000 0x4000>; clocks = <&pmc PMC_TYPE_PERIPHERAL 18>;