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 X-Spam-Level: X-Spam-Status: No, score=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6A4CC41604 for ; Wed, 7 Oct 2020 15:54:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59402215A4 for ; Wed, 7 Oct 2020 15:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602086088; bh=F1Efx2M6f5s8r+Rr5YjFCXQR48XLA/lgpdBnjFiKlvo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XV+4+lLJLv+FFzlMOtKllPkySoFuEg9NpQMq4ba0XWDpb2ZycTW8j+eM+/V1QX3Sd AwQSAavJQAwmw7BT1ug7OCGpMUgKLx3/YQFlmAacZO0cby6OHrsQ/UHlIPK6b7nh+Y kZgAnM9fjB0UnZEXOQMl/3K1PVM2oG/811hs8PO8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728037AbgJGPyr (ORCPT ); Wed, 7 Oct 2020 11:54:47 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:37608 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726129AbgJGPyr (ORCPT ); Wed, 7 Oct 2020 11:54:47 -0400 Received: by mail-oi1-f195.google.com with SMTP id t77so2956851oie.4; Wed, 07 Oct 2020 08:54:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=QftSWzeT4fIRyrSr9QwWFstQOe+QpsylxaS1/K6kB0o=; b=rCkpLBebFALPSWZpmW93857DnRXDkhheSVpGFeXxQmL6t+Utmfi3tfBZZdzeyFKio3 x9pwy8syayA1KUguFmoQ7Zi6/ltSfXjR0/tAlCLK86vFVKe3AQufIyJbHg820fp/XeYB aBdoP9Vj8Y6fqola2s50EGrfvVQgwW9s+R8Nw4kLrZzTVtjixRy7Pgr7Yz1DJLNMKpvz XLw+HHhw/x5iQS+jal6xS9n+CiSBhwz/UrSyyU0otEt95w1IPTgZXNph97NDDSXLj27V mjJhND6KSFbuIp5S3qBxNfFhT7IfvTwX2AMWHVCxvX2EPb8BifEeUp90rtq5dmYfankm ixyg== X-Gm-Message-State: AOAM532QoffsfaY4aXzfiBV6Mw4Yjh4nL5WsH+xLMcIgezNownke3xQJ OSRD4tIXg5pI2HN+yoQvgA== X-Google-Smtp-Source: ABdhPJw6jB0Jnw0jFNu8VUlaFNtbg3ekOxu3PYHTfvu0vTtxChrGCPYpDjJ+ABkEQVKZvtXdoMMCdQ== X-Received: by 2002:a05:6808:8f3:: with SMTP id d19mr2256431oic.36.1602086086748; Wed, 07 Oct 2020 08:54:46 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u125sm2267392oif.21.2020.10.07.08.54.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Oct 2020 08:54:46 -0700 (PDT) Received: (nullmailer pid 290182 invoked by uid 1000); Wed, 07 Oct 2020 15:54:45 -0000 Date: Wed, 7 Oct 2020 10:54:45 -0500 From: Rob Herring To: Lars Povlsen Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sebastian Reichel , linux-pm@vger.kernel.org, Microchip Linux Driver Support , devicetree@vger.kernel.org, Alexandre Belloni , Rob Herring Subject: Re: [PATCH v2 1/3] dt-bindings: reset: ocelot: Add Sparx5 support Message-ID: <20201007155445.GA290129@bogus> References: <20201006200316.2261245-1-lars.povlsen@microchip.com> <20201006200316.2261245-2-lars.povlsen@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201006200316.2261245-2-lars.povlsen@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 06 Oct 2020 22:03:14 +0200, Lars Povlsen wrote: > This adds the support for the Sparx5 SoC. > > Signed-off-by: Lars Povlsen > --- > .../devicetree/bindings/power/reset/ocelot-reset.txt | 7 +++++-- > MAINTAINERS | 1 + > 2 files changed, 6 insertions(+), 2 deletions(-) > Acked-by: Rob Herring