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 A1027C433F5 for ; Tue, 10 May 2022 19:59:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232491AbiEJT70 (ORCPT ); Tue, 10 May 2022 15:59:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232705AbiEJT7V (ORCPT ); Tue, 10 May 2022 15:59:21 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B0B229839D for ; Tue, 10 May 2022 12:59:19 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0042AB60; Tue, 10 May 2022 21:59:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1652212756; bh=VnHTc7MNj7HVzFcbXik+9OgFP5oxXbOik9ebURSeNQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oBtM2gRSaaxlNsKeOugN/MIokH3MlU2tnpEnTwCWjpHGUuHnyQdzxMu1lr4oFGSIq hViOu/H6TcJMzM7h5E4GewCO4hmkoHR4L9zflUSD4DOcJ1u8zoQwHrXIEJySCrXWkt z1gzKd1tNZlnvnuUNgC9vmvqhcgX0Qx+RLy+gAXM= Date: Tue, 10 May 2022 22:59:10 +0300 From: Laurent Pinchart To: Rob Herring Cc: Lucas Stach , Shawn Guo , Krzysztof Kozlowski , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , Paul Elder , Marek Vasut , devicetree@vger.kernel.org, linux-arm-kernel Subject: Re: [PATCH v4 03/11] dt-bindings: soc: Add i.MX8MP media block control DT bindings Message-ID: References: <20220406153402.1265474-1-l.stach@pengutronix.de> <20220406153402.1265474-4-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, May 09, 2022 at 07:39:22AM -0500, Rob Herring wrote: > On Wed, Apr 6, 2022 at 10:34 AM Lucas Stach wrote: > > > > From: Paul Elder > > > > The i.MX8MP Media Block Control (MEDIA BLK_CTRL) is a top-level > > peripheral providing access to the NoC and ensuring proper power > > sequencing of the peripherals within the MEDIAMIX domain. Add DT > > bindings for it. > > > > There is already a driver for block controls of other SoCs in the i.MX8M > > family, so these bindings will expand upon that. > > > > Signed-off-by: Paul Elder > > Reviewed-by: Rob Herring > > Reviewed-by: Laurent Pinchart > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Marek Vasut > > Signed-off-by: Lucas Stach > > --- > > .../soc/imx/fsl,imx8mp-media-blk-ctrl.yaml | 104 ++++++++++++++++++ > > include/dt-bindings/power/imx8mp-power.h | 10 ++ > > 2 files changed, 114 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml > > This is now failing in linux-next: > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.example.dtb: > blk-ctl@32ec0000: power-domain-names:7: 'isp' was expected > From schema: /builds/robherring/linux-dt/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml I'm not sure how that went past my tests :-S Sorry about it, I'll submit a fix shortly. -- Regards, Laurent Pinchart