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 137C6C3DA6D for ; Tue, 20 May 2025 09:44:34 +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=KAe5bq7uM/N/La4BH66i218d2H2kxrQKMMhOdSxj6fw=; b=aLIvtVPanR/gp6l6tTJ+WUJve2 W2KO4RicPKV7invTRtTFtko45WOd98QNkxcek5SjburkMOOkb+2z5VK1HR2mKW8ySCHdpZx4V029F +5Tg0MT90Rx+Z5zl/21Szh4Cyc5/i/7JR4VKMpDxK2R+QXOPaUjk2NXsG3eL515qLBEzmqYxyAold GSUhSk4jzl1SG5VEsJaPsutkeJ2X4wO9/LVGayNxYVfkBRT/loZ/2DHZnrH7MpgAIJSEbvOoEGRhO piu0hNMISLWejgjn7M83jS/danjTLmtCkj84aA3WMTMSewakgAcBJivBYrKlSELkL8udeUyBGtmqR GoD5teHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uHJWN-0000000CElO-3t9o; Tue, 20 May 2025 09:44:27 +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 1uHJHT-0000000CC6K-2aDC for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2025 09:29:04 +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 1/4] dt-bindings: net: ftgmac100: Add resets property Date: Tue, 20 May 2025 17:28:45 +0800 Message-ID: <20250520092848.531070-2-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_022903_654129_F7EDD8EB X-CRM114-Status: UNSURE ( 7.89 ) 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 optional resets property for Aspeed SoCs to reset the MAC and RGMII/RMII. Signed-off-by: Jacky Chou --- Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml index 55d6a8379025..f7af2cd432d3 100644 --- a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml +++ b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml @@ -35,6 +35,11 @@ properties: - description: MAC IP clock - description: RMII RCLK gate for AST2500/2600 + resets: + maxItems: 1 + description: + Optional reset control for the MAC controller (e.g. Aspeed SoCs) + clock-names: minItems: 1 items: -- 2.34.1