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.1 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 7B156C4741F for ; Thu, 5 Nov 2020 01:05:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B92920BED for ; Thu, 5 Nov 2020 01:05:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604538342; bh=at3SZWueQz7yUYuxsav41GLDZbimF6Bqr61abessPY0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=r6Cc2MeJKOTvEiB2/NUOjSXVYLS0B/BjQkt9eCPpYPWMwxmqLYomfk2qS8S/ZkPHm 7CWCt/xdOyrAoQUI6l7qRi7kJbphsrBLGzSL3SlaJ8+c4VdpSFN7O0/+KfADK8S5yP u2iBgHxNkhXODlvOoKrqVNPf3wCe8fcna96JkWRU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388051AbgKEBFl (ORCPT ); Wed, 4 Nov 2020 20:05:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:55262 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731937AbgKEBFj (ORCPT ); Wed, 4 Nov 2020 20:05:39 -0500 Received: from kernel.org (unknown [104.132.1.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4E93320867; Thu, 5 Nov 2020 01:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604538339; bh=at3SZWueQz7yUYuxsav41GLDZbimF6Bqr61abessPY0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=DgTNXPzfywwr2VwN2xjdBPHSgE9BzkeNSQSmqS3FIziMGlSxJiszmEn1swLXl2HTo LGsHk54Flo2uEy5Ayg77MBI5yX7j0iQ5mDclVX76V0MkBPD5AqdTydwqcyXK/l0Fya WgftnyXnq2p08rl7dgTdDLyBV1DO4Y3tigOL6O8c= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1604402306-5348-4-git-send-email-abel.vesa@nxp.com> References: <1604402306-5348-1-git-send-email-abel.vesa@nxp.com> <1604402306-5348-4-git-send-email-abel.vesa@nxp.com> Subject: Re: [PATCH v5 03/14] dt-bindings: clock: imx8mp: Add ids for the audio shared gate From: Stephen Boyd Cc: NXP Linux Team , linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Abel Vesa To: Abel Vesa , Adam Ford , Anson Huang , Dong Aisheng , Fabio Estevam , Jacky Bai , Lucas Stach , Marek Vasut , Mike Turquette , Peng Fan , Rob Herring , Sascha Hauer , Shawn Guo Date: Wed, 04 Nov 2020 17:05:38 -0800 Message-ID: <160453833813.3965362.13967343909525787375@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Abel Vesa (2020-11-03 03:18:15) > All these IDs are for one single HW gate (CCGR101) that is shared > between these root clocks. >=20 > Signed-off-by: Abel Vesa > Acked-by: Rob Herring > Reviewed-by: Dong Aisheng > --- Acked-by: Stephen Boyd