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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 49CF8C27C4F for ; Thu, 13 Jun 2024 16:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4YdipF3Ja24gco1+mleAJTYtnyK9iNTEWG/SzB+VKj0=; b=Q57MEzz11zl0aHbwphObS1RMb6 AOxGtia5WnvvRSidwDJGRJhh2iLodt0pN6mrFbZEpE8RKmM8vIqfeb4GxGxWYORKq/vxi6HeVnUiA fhQqaxazbdv+AKEhABPXmJvHPBuOHnPaQhqE7dhFz2oMUwhYdNGWEfk4RhK9Z5XSUdj0+4rT1TEOG VsjPxWAjui90oRvZ+1cfjT27SIkBkSsoZeqoHng7sBhD35IpLtpvRwwcYeuqPgFSFI1QCB7plxZCQ zYmbGKQTiq/6TKzPM6g0C3fwotAWMC7DCQjpfGJozyxGQLTDJSP45cLPyVOcF98+aDFGJqt09ON9Z ioiwB9Mg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHnif-0000000HQ8s-3koj; Thu, 13 Jun 2024 16:54:37 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHnid-0000000HQ7F-2oBW for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2024 16:54:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BF60961B65; Thu, 13 Jun 2024 16:54:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B67DC3277B; Thu, 13 Jun 2024 16:54:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718297674; bh=liuR4gMpNjq/xKSucqP2XoRrQSlMIIT2FrkVNCQ3uEk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BThaP0qVXGat057GchZb6GahDincRv5taX79W44x7tusBUPkoeg5Plm5uc/rQ7WaW 7MS7h1pX6xgCwRet/9i9NDbQGHA9GL+jKgL4f6ZHWEsol91MiXe8lZltVAGV1YKR65 HMwfMX/JmkkEl6xJ73x00ba178zm60WUNgNyRL0HwE36cboHtkfsQiWJewq/zda6NA dtsSisl63qAjqgz6CZiCxHWHzUyACVXDwzwXHQosIjJPwq7ZVQMZBEK1cckiu3rQy6 OzPreHo7HdiH0Oxxs+qN9AOQFxRWFsxclsQMoN9DF1jJPxW6H/BT+iYmRCpXg8Ogvv fmYqrAGelTRNA== Date: Thu, 13 Jun 2024 10:54:33 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: Frank.li@nxp.com, linux-remoteproc@vger.kernel.org, krzk+dt@kernel.org, linux-kernel@vger.kernel.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de, mathieu.poirier@linaro.org, imx@lists.linux.dev, devicetree@vger.kernel.org, festevam@gmail.com, kernel@pengutronix.de, peng.fan@nxp.com, andersson@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org Subject: Re: [PATCH v3 1/1] dt-bindings: remoteproc: imx_rproc: add minItems for power-domain Message-ID: <171829767127.2016899.8977063289627594833.robh@kernel.org> References: <20240610151721.274424-1-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240610151721.274424-1-Frank.Li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240613_095436_011235_2195FF94 X-CRM114-Status: GOOD ( 11.57 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 10 Jun 2024 11:17:21 -0400, Frank Li wrote: > "fsl,imx8qxp-cm4" and "fsl,imx8qm-cm4" need minimum 2 power domains. Other > platform doesn't require 'power-domain'. > > Signed-off-by: Frank Li > --- > > Notes: > Change from v2 to v3 > - only imx8qxp and imx8qm need power-domain, other platform don't need it. > - update commit message. > > Change from v1 to v2 > - set minitem to 2 at top > - Add imx8qm compatible string also > - use not logic to handle difference compatible string restriction > - update commit message. > > pass dt_binding_check. > > make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 dt_binding_check DT_SCHEMA_FILES=fsl,imx-rproc.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.example.dts > DTC_CHK Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.example.dtb > > .../bindings/remoteproc/fsl,imx-rproc.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > Reviewed-by: Rob Herring (Arm)