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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16E6FC433F5 for ; Tue, 25 Jan 2022 03:27:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384263AbiAYD04 (ORCPT ); Mon, 24 Jan 2022 22:26:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S3415682AbiAYBvF (ORCPT ); Mon, 24 Jan 2022 20:51:05 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E29C2C08C5C1; Mon, 24 Jan 2022 17:11:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A68B8B815FE; Tue, 25 Jan 2022 01:10:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52731C340E4; Tue, 25 Jan 2022 01:10:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643073048; bh=j6vKeVPrGr4EHT+l7nDwi2eyKxloly+NhKfQplr/WJQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=sYnNzPvzuTG0/3WNgUND47z71/X0Zkb1IqtxjDYy2EVrq4icqKhFtwh/QnmQCbqGs GGf+0TsspHJTkT4U30dpO2GEKsVgfqLTu6AcoN2m9xUMnZb0iGMd80wQRaDIc6xeWq MVY/NPwEm8qTenehTm4pvjG0d/DgM43dNJAJ1oB+hfsatfZg9T2UT8PMlKbt+XICBY D5hkX6WlVkMjV9kN+WhOalZquoX9IZrgMYjz2y3ooTUoewwIXvcfcBdgwUmeYqT4/W DQaRXIBv3DnlVy0K9200j/z06+jR0nzA440jg1Mm5CIb2+rdREJ1+AQSQkxdlSdWBV N/rX82i3eIEEQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220110114930.1406665-3-sergio.paracuellos@gmail.com> References: <20220110114930.1406665-1-sergio.paracuellos@gmail.com> <20220110114930.1406665-3-sergio.paracuellos@gmail.com> Subject: Re: [PATCH v8 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property From: Stephen Boyd Cc: john@phrozen.org, linux-staging@lists.linux.dev, gregkh@linuxfoundation.org, neil@brown.name, p.zabel@pengutronix.de, linux-kernel@vger.kernel.org, Rob Herring To: Sergio Paracuellos , linux-clk@vger.kernel.org Date: Mon, 24 Jan 2022 17:10:46 -0800 User-Agent: alot/0.10 Message-Id: <20220125011048.52731C340E4@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Sergio Paracuellos (2022-01-10 03:49:28) > Make system controller a reset provider for all the peripherals in the > MT7621 SoC adding '#reset-cells' property. >=20 > Acked-by: Rob Herring > Signed-off-by: Sergio Paracuellos > --- Applied to clk-next