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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B68FCC83F1A for ; Sat, 12 Jul 2025 03:11:15 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4bfDB92wJ4z2xQ6; Sat, 12 Jul 2025 13:11:13 +1000 (AEST) Authentication-Results: lists.ozlabs.org; arc=none smtp.remote-ip=211.20.114.72 ARC-Seal: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1751957767; cv=none; b=WZTyyQyaJsRkKVq5pceDX7k9DhNCCfrfdPKfkMsvuKzNdw7YlqtC99a+QR8EDLnm/PpVLfh0BXHa6KDBoJmVvipf0jxSv2E3j2zuWca1UaA0pi3DEPdNkYX3IfxcwftDjSm2z1FzmWYurlaf2Xg9ifK3Kzhe1RsU9yKbnxnuR4FdrypWGj8VW9/fTm9vZxB4an0u/GwivMM3YkeiYiXkEHGbXFHarimRCHct2lhDK3gatZA3uq+530ZZ86BQboSAd/5KSalQxcAt3ONqY4ey60IhrsVuEcdB1lGm3Twp0AROOrCbY/nZw4KWHMT08lVJvnE6y8kdpH9ADMpi3w4h/g== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1751957767; c=relaxed/relaxed; bh=JbSp3peXdCYNTVSglrOvDustK5E9hdfInY7j/gm6Ntk=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=b6zBoI4qKzcuRNUSYABP2BZbTvBeL6/l9OixwfE1jYOexJo2JvTl6gXKtv6aCcMIy5ClFMycrOu7pgXCeqI36TPq8vS8jMf52GywnE+/CQ0/W+gzHlWZzL4xqqABOUSybhK6cIpSLoN+kgV8evL5BCZyqFXvFy1uqVLPCeRtH2d7taIwOCK3a9egQP8Ou9dBM2VEYf40PKwNMug0FMjq+xhrPCWby7DNeic9vrHo83p0zPWOtL/+TnWK572Y2OCMScuewaQLmTZ7nUqz1qghZXCWYkk1f/ZHvCt99J+ob/49s+ACxYD7wBmKPHrOvZaKibohJTe4GoCl6Gg53b7cdg== ARC-Authentication-Results: i=1; lists.ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com; spf=pass (client-ip=211.20.114.72; helo=twmbx01.aspeed.com; envelope-from=jacky_chou@aspeedtech.com; receiver=lists.ozlabs.org) smtp.mailfrom=aspeedtech.com Authentication-Results: lists.ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=aspeedtech.com (client-ip=211.20.114.72; helo=twmbx01.aspeed.com; envelope-from=jacky_chou@aspeedtech.com; receiver=lists.ozlabs.org) Received: from TWMBX01.aspeed.com (mail.aspeedtech.com [211.20.114.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4bbsMV5vYqz3bTf for ; Tue, 8 Jul 2025 16:56:06 +1000 (AEST) 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, 8 Jul 2025 14:55:44 +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, 8 Jul 2025 14:55:44 +0800 From: Jacky Chou To: , , , , , , , , , , , , , , , , , , , , , , CC: Subject: [net-next v3 3/4] ARM: dts: aspeed-g6: Add resets property for MAC controllers Date: Tue, 8 Jul 2025 14:55:43 +0800 Message-ID: <20250708065544.201896-4-jacky_chou@aspeedtech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250708065544.201896-1-jacky_chou@aspeedtech.com> References: <20250708065544.201896-1-jacky_chou@aspeedtech.com> X-Mailing-List: linux-aspeed@lists.ozlabs.org List-Id: List-Help: List-Owner: List-Post: List-Archive: , List-Subscribe: , , List-Unsubscribe: Precedence: list MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain 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