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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4E8AC433F5 for ; Mon, 18 Oct 2021 09:14:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8655610C7 for ; Mon, 18 Oct 2021 09:14:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231502AbhJRJRG (ORCPT ); Mon, 18 Oct 2021 05:17:06 -0400 Received: from esa.microchip.iphmx.com ([68.232.154.123]:16894 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231550AbhJRJQv (ORCPT ); Mon, 18 Oct 2021 05:16:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1634548481; x=1666084481; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KF9bcBS1aN5J5YJFqNrlEjHZxvMOq6zrEhAbR5BXkug=; b=b9YsGiGl7cTg9On/zm/yl2567t9H1lJ6T3m4cK4dCMXM5kRuIyoBV3bh GYlhSB4EBVse2kZvwXyZ6z44MQufRSPPNvrraW2A3h9015ILLN4AupLbB 6a4Uyl0MWMX5vOAa5piMZJY/3SVHPkfLdfP3UywO8RfH0jpkcoAsFa8hO zitnrG408zzonsaE/xdBms4Y7taMrkO1ML7GiVkajU3cRcYKvE5MAQYgi 656fEcls1xgBEoledXG/xX3gEAeQpJoSYnk4f8EKzlXawhKSWH7P0biHj bhXkSxxkrn4C/yPWvRnsndCFmcIf57POONB2OPvBOGxCMoxZBqWRlGTAi g==; IronPort-SDR: TiHGsLzahI453AFoCVVf4zjmXSd7ZW6xlTU0Qa7nSgnXqvg9Pa3SSfOlSoeDd8U4S36TFthY4L r+G/y6cqkoY03KTXig+JbMrnYsK393twN/7sLt+Kj7NWN1MPNNadKweDfVr/rRQyPpZeMB9cA+ TeqhvDctnMGhr3jp4OVbg/ytZTKHV54FWdCQfpVvEBhdFhVrK4VQ1GE6KMK87tHr20NZ1V3+hA pV/2PPvtKBFY/JtDwDsLWxEWpzFx8a8DebMp6K0NuO0swbCxjF72BiGGoKfudRdLCS92LGkA7r XMXw/359Q+F3O1SxLiPOj0+M X-IronPort-AV: E=Sophos;i="5.85,381,1624345200"; d="scan'208";a="133411108" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 18 Oct 2021 02:14:40 -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.2176.14; Mon, 18 Oct 2021 02:14:40 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Mon, 18 Oct 2021 02:14:38 -0700 From: Horatiu Vultur To: , , , , , , , CC: Horatiu Vultur Subject: [PATCH v4 1/2] dt-bindings: reset: Add lan966x support Date: Mon, 18 Oct 2021 11:15:21 +0200 Message-ID: <20211018091522.1113510-2-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211018091522.1113510-1-horatiu.vultur@microchip.com> References: <20211018091522.1113510-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch extends the existing file microchip,rst.yaml to support also the lan966x. For this is added only a new compatible string. Signed-off-by: Horatiu Vultur --- Documentation/devicetree/bindings/reset/microchip,rst.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/reset/microchip,rst.yaml b/Documentation/devicetree/bindings/reset/microchip,rst.yaml index 370579aeeca1..578bfa529b16 100644 --- a/Documentation/devicetree/bindings/reset/microchip,rst.yaml +++ b/Documentation/devicetree/bindings/reset/microchip,rst.yaml @@ -20,7 +20,9 @@ properties: pattern: "^reset-controller@[0-9a-f]+$" compatible: - const: microchip,sparx5-switch-reset + enum: + - microchip,sparx5-switch-reset + - microchip,lan966x-switch-reset reg: items: -- 2.33.0 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C195C433EF for ; Mon, 18 Oct 2021 09:16:05 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id EA6196126A for ; Mon, 18 Oct 2021 09:16:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EA6196126A Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=m4k0B63LFKWHgoggYPQQPJTLm9unsA5PztCwnNzl0EM=; b=Y7SrKIm0TR4BGz wB0L3CJYOVcGqXqUZSrk7oj5k8v5tE0vRP2cEfUihrrh2nxbi6WDlhS8RqTRcwtjMVIFzwesXgxWY 0X/85RR7t2jhCdjP/2mgAXqWBJcxXdaXWHcNVc1q7lyeq3E5J/IeQaiCFDLxb0meGBon0MoUUV2xq 6lSfGLfiKBOI/UBN0MwL1JJsz3eSjC9Cw1nssMFO/d9DBi9TVKAvOYv02ZBdBh0YvcenmAnzk/fM9 fNme7cKKrNNkSbLulXUNeARDkOAZ0yYnYQkQmKt43Ifqh1LnGl7ovkwEIdtF5DEMdISGTCYvhP6Jp Kax612rI6tTjJ2TC8Xxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcOjR-00ElFP-ET; Mon, 18 Oct 2021 09:14:57 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcOjB-00ElAs-Ip for linux-arm-kernel@lists.infradead.org; Mon, 18 Oct 2021 09:14:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1634548481; x=1666084481; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KF9bcBS1aN5J5YJFqNrlEjHZxvMOq6zrEhAbR5BXkug=; b=b9YsGiGl7cTg9On/zm/yl2567t9H1lJ6T3m4cK4dCMXM5kRuIyoBV3bh GYlhSB4EBVse2kZvwXyZ6z44MQufRSPPNvrraW2A3h9015ILLN4AupLbB 6a4Uyl0MWMX5vOAa5piMZJY/3SVHPkfLdfP3UywO8RfH0jpkcoAsFa8hO zitnrG408zzonsaE/xdBms4Y7taMrkO1ML7GiVkajU3cRcYKvE5MAQYgi 656fEcls1xgBEoledXG/xX3gEAeQpJoSYnk4f8EKzlXawhKSWH7P0biHj bhXkSxxkrn4C/yPWvRnsndCFmcIf57POONB2OPvBOGxCMoxZBqWRlGTAi g==; IronPort-SDR: TiHGsLzahI453AFoCVVf4zjmXSd7ZW6xlTU0Qa7nSgnXqvg9Pa3SSfOlSoeDd8U4S36TFthY4L r+G/y6cqkoY03KTXig+JbMrnYsK393twN/7sLt+Kj7NWN1MPNNadKweDfVr/rRQyPpZeMB9cA+ TeqhvDctnMGhr3jp4OVbg/ytZTKHV54FWdCQfpVvEBhdFhVrK4VQ1GE6KMK87tHr20NZ1V3+hA pV/2PPvtKBFY/JtDwDsLWxEWpzFx8a8DebMp6K0NuO0swbCxjF72BiGGoKfudRdLCS92LGkA7r XMXw/359Q+F3O1SxLiPOj0+M X-IronPort-AV: E=Sophos;i="5.85,381,1624345200"; d="scan'208";a="133411108" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 18 Oct 2021 02:14:40 -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.2176.14; Mon, 18 Oct 2021 02:14:40 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Mon, 18 Oct 2021 02:14:38 -0700 From: Horatiu Vultur To: , , , , , , , CC: Horatiu Vultur Subject: [PATCH v4 1/2] dt-bindings: reset: Add lan966x support Date: Mon, 18 Oct 2021 11:15:21 +0200 Message-ID: <20211018091522.1113510-2-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211018091522.1113510-1-horatiu.vultur@microchip.com> References: <20211018091522.1113510-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211018_021441_710938_89BE75B5 X-CRM114-Status: UNSURE ( 9.95 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch extends the existing file microchip,rst.yaml to support also the lan966x. For this is added only a new compatible string. Signed-off-by: Horatiu Vultur --- Documentation/devicetree/bindings/reset/microchip,rst.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/reset/microchip,rst.yaml b/Documentation/devicetree/bindings/reset/microchip,rst.yaml index 370579aeeca1..578bfa529b16 100644 --- a/Documentation/devicetree/bindings/reset/microchip,rst.yaml +++ b/Documentation/devicetree/bindings/reset/microchip,rst.yaml @@ -20,7 +20,9 @@ properties: pattern: "^reset-controller@[0-9a-f]+$" compatible: - const: microchip,sparx5-switch-reset + enum: + - microchip,sparx5-switch-reset + - microchip,lan966x-switch-reset reg: items: -- 2.33.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel