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 43707C4332F for ; Sun, 18 Dec 2022 15:03: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: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=c5LqbG7b8BfRE/SGVO0toMBj3iNh9TeXd7dt/VfCSKQ=; b=bG2W89GGtj3Agc 8JsVqp7HU8t8SMHAPkPLXhgl0lyJFXvDBlfvDBA1qZrK4SYL1iJNfXqSPGl0aw8Wcc1BNFoQNiY9P Vzwj/eklxTwV5gtFojgE0sVONgbrnoWqUMv7TM4GBT1wX8gYMkig/5fbGOCC3We0kLRV/9at5U8/D 01M2ic25em8fqZNGBEyhFOl6H5Y6m7vaId3PM+qOykHRMDaJ58/9P+DA/A9e+mnoXAGSE8mlnRzQR oOOKWPCKOM2UU7Igv5d/WdFfrf4BVWhGMDEVHpscsDzm6zeVDJmjz8TJSa8ScLSGmSBsRtIT/9dbW d6vyRwQH4QSxq55Ay2eg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p6vBs-002TpN-Sn; Sun, 18 Dec 2022 15:03:00 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p6vBp-002TmG-P0 for linux-arm-kernel@lists.infradead.org; Sun, 18 Dec 2022 15:02:59 +0000 Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E0B01825; Sun, 18 Dec 2022 16:02:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1671375776; bh=angMpOKX3ruM++I5kn+WH32q/8+BFsyeQw59CY3/WN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IgqfzVDldi4oIGW4h9OlHuNoPEbvuwc7fluBoG7gPeI4UVMXx/7HGZFpuxpnRA9Ab rPcTAZHRvKfO65Wkx+QLSio0UvGCmY5Xd5GVH0gV9uNlWXF3oHi3R2YTcabCyAU6/k 0bxmiXVEnV1M64u9YLQVjghj0Oz1x8hcyzD6MWPs= Date: Sun, 18 Dec 2022 17:02:52 +0200 From: Laurent Pinchart To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Lucas Stach , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] arm64: dts: imx8mp: Fix power-domain typo Message-ID: References: <20221217180849.775718-1-aford173@gmail.com> <20221217180849.775718-2-aford173@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221217180849.775718-2-aford173@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221218_070257_975783_61091A24 X-CRM114-Status: GOOD ( 13.04 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Adam, Thank you for the patch. On Sat, Dec 17, 2022 at 12:08:49PM -0600, Adam Ford wrote: > dt_binding_check detects an issue with the pgc_hsiomix power > domain: > pgc: 'power-domains@17' does not match any of the regexes > > This is because 'power-domains' should be 'power-domain' Oops. Reviewed-by: Laurent Pinchart > Fixes: 2ae42e0c0b67 ("arm64: dts: imx8mp: add HSIO power-domains") > Signed-off-by: Adam Ford > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > index 7a8ca56e48b6..19609ef0560a 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > @@ -591,7 +591,7 @@ pgc_mipi_phy2: power-domain@16 { > reg = ; > }; > > - pgc_hsiomix: power-domains@17 { > + pgc_hsiomix: power-domain@17 { > #power-domain-cells = <0>; > reg = ; > clocks = <&clk IMX8MP_CLK_HSIO_AXI>, -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel