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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 539D6C3DA6D for ; Tue, 20 May 2025 09:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JbSp3peXdCYNTVSglrOvDustK5E9hdfInY7j/gm6Ntk=; b=cV9dH8O33zAtAhCgogPIg2aeT2 GMDKN04YryI0Q4sGOJLRrxmb++BMRwx5H6/kJ18WuP0KJsGvuwEHItywsFpsEWR1rJC+uTj0Wg1FQ cClYJe8zwkOvcGxrEnxZTIojeo3hT9hVsyiauF2J3HzyuXufaBSI5w958GDeHIdG4/PxanP8U+w7w 9VPWNkfJTI1T4rtUscgK2kP/ZzGPbOmDvAMiBMTumZGdN7OvKt1E+6ET92uOngDT0IXw1b7+B4XqJ uoDR2EFx1dkRejoz0J5PR0gnsDw0MoVpg97jACP0wwmWSo4TBgxTN4n0EIwa/cjhNMeHYIoijoH5t cdWNAA5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uHJaX-0000000CFhs-1jtx; Tue, 20 May 2025 09:48:45 +0000 Received: from mail.aspeedtech.com ([211.20.114.72] helo=TWMBX01.aspeed.com) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uHJHW-0000000CC6K-1PbV for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2025 09:29:07 +0000 Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Tue, 20 May 2025 17:28:49 +0800 Received: from mail.aspeedtech.com (192.168.10.13) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Tue, 20 May 2025 17:28:49 +0800 From: Jacky Chou To: , , , CC: , , , , , , , , , , , , , , , Subject: [net 3/4] ARM: dts: aspeed-g6: Add resets property for MAC controllers Date: Tue, 20 May 2025 17:28:47 +0800 Message-ID: <20250520092848.531070-4-jacky_chou@aspeedtech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250520092848.531070-1-jacky_chou@aspeedtech.com> References: <20250520092848.531070-1-jacky_chou@aspeedtech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250520_022906_372684_59ECA72D X-CRM114-Status: UNSURE ( 8.86 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add the "resets" property to the MAC nodes in the AST2600 device tree, using the appropriate ASPEED_RESET_MACx definitions. Signed-off-by: Jacky Chou --- arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi index 8ed715bd53aa..f9fe89665e49 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi @@ -236,6 +236,7 @@ mac0: ethernet@1e660000 { reg = <0x1e660000 0x180>; interrupts = ; clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>; + resets = <&syscon ASPEED_RESET_MAC1>; status = "disabled"; }; @@ -244,6 +245,7 @@ mac1: ethernet@1e680000 { reg = <0x1e680000 0x180>; interrupts = ; clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>; + resets = <&syscon ASPEED_RESET_MAC2>; status = "disabled"; }; @@ -252,6 +254,7 @@ mac2: ethernet@1e670000 { reg = <0x1e670000 0x180>; interrupts = ; clocks = <&syscon ASPEED_CLK_GATE_MAC3CLK>; + resets = <&syscon ASPEED_RESET_MAC3>; status = "disabled"; }; @@ -260,6 +263,7 @@ mac3: ethernet@1e690000 { reg = <0x1e690000 0x180>; interrupts = ; clocks = <&syscon ASPEED_CLK_GATE_MAC4CLK>; + resets = <&syscon ASPEED_RESET_MAC4>; status = "disabled"; }; -- 2.34.1