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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 21AEEC4321E for ; Wed, 15 Sep 2021 08:10:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B44061212 for ; Wed, 15 Sep 2021 08:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236933AbhIOILo (ORCPT ); Wed, 15 Sep 2021 04:11:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:48726 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236965AbhIOILG (ORCPT ); Wed, 15 Sep 2021 04:11:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD332611AF; Wed, 15 Sep 2021 08:09:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631693387; bh=u25hOeQbvYR4QZ2+ydh3BaVFfAgOWaJC7fn8kmf4Am4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=S4lAJzytvs7OVbXEWu23VNSM+MDzyUc9GiwKq017B0jFyXvUTDsQsRmRxpUq7DxN9 M9bDebwWaYCoN9W8/jip/U7Rl9fU5f5oFTtaAVs5W1bM8M/3GIa+7SncQgPbwuFezX zRcJPVb6HYO+ScE1knq6j9Xo3lCeZgbD/W7Gfrd54Dq6zwk8Dw/nv5M8UrMaCoDYt9 s9ACdP11+wYtt2X4pWLvwJZcNHfkGsF8XQP70CnlmafkBflL54olTf3vWh6R/LvN2P h39B4mJ1p4fpNzXuZNqTQLAFlOwoCTytAhT6E2FUzXqUVatVjZ/kRN/PDKApthecMa Uk/okuAUJbV1w== Subject: Re: [RFC 01/19] dt-bindings: interconnect: imx8mq: Add missing pl301 and SAI ids To: Abel Vesa , Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Fabio Estevam , "catalin.marinas@arm.com" , Will Deacon , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Adrian Hunter , Ulf Hansson , Ahmad Fatoum Cc: Pengutronix Kernel Team , linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1631554694-9599-1-git-send-email-abel.vesa@nxp.com> <1631554694-9599-2-git-send-email-abel.vesa@nxp.com> From: Georgi Djakov Message-ID: <096f0e8a-2215-6506-330f-a9cbfc8ddfe6@kernel.org> Date: Wed, 15 Sep 2021 11:09:40 +0300 MIME-Version: 1.0 In-Reply-To: <1631554694-9599-2-git-send-email-abel.vesa@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Abel, On 13.09.21 20:37, Abel Vesa wrote: > According to the bus diagram, there are two more pl301s that need to > be added here. The pl301_per_m which is an intermediary node between > pl301_main and its masters: usdhc1, usdhc2 and sdma. The pl301_wakeup > is an intermediary node between pl301_main and its masters, in this case > all the SAIs. Thanks for working on this! > Signed-off-by: Abel Vesa > --- > include/dt-bindings/interconnect/imx8mq.h | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/include/dt-bindings/interconnect/imx8mq.h b/include/dt-bindings/interconnect/imx8mq.h > index 1a4cae7f8be2..1953de8af5cb 100644 > --- a/include/dt-bindings/interconnect/imx8mq.h > +++ b/include/dt-bindings/interconnect/imx8mq.h > @@ -44,5 +44,14 @@ > #define IMX8MQ_ICM_PCIE1 26 > #define IMX8MQ_ICM_PCIE2 27 > #define IMX8MQ_ICN_MAIN 28 > +#define IMX8MQ_ICN_PER_M 30 Is there any reason to jump from 28 to 30? Thanks, Georgi > + > +#define IMX8MQ_ICN_WAKEUP 31 > +#define IMX8MQ_ICM_SAI1 32 > +#define IMX8MQ_ICM_SAI2 33 > +#define IMX8MQ_ICM_SAI3 34 > +#define IMX8MQ_ICM_SAI4 35 > +#define IMX8MQ_ICM_SAI5 36 > +#define IMX8MQ_ICM_SAI6 37 > > #endif /* __DT_BINDINGS_INTERCONNECT_IMX8MQ_H */ >