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 1206EC7EE23 for ; Sun, 14 May 2023 16:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230009AbjENQ5j (ORCPT ); Sun, 14 May 2023 12:57:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229929AbjENQ5i (ORCPT ); Sun, 14 May 2023 12:57:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9EF1830C1; Sun, 14 May 2023 09:57:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 33CE461046; Sun, 14 May 2023 16:57:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73859C433D2; Sun, 14 May 2023 16:57:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684083456; bh=azQcBBbPk2rv7omNrITXRAFMi9S9ISRSdQJmPoOQdMo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=D4J2g+thK9vGflODsaDzELIp517mbQm0fxZHbvwQ+2Rs1H4m/rD71BHKzDXoerC9l +f2JRuhrg2VuN2Z+qEDRA10mhsHs67iT3uRfTImH5ha41P0gHVLyLe+mJrcEZrJ1sA v4FzzkLdbP+WHuIju+D+5fuC6uOydhZWU+52cmTG9cRzQCeA+OYk8qayQRILRhO/xu OmupscVn6fcr+HaXN+MnMGH/IUNkLI6XoPInfHviZ6fuH3gjiu4Z94FLAz45e+NRFl rTP3xx9YRcZJmHpZ4BSuO9v2Rj2UhJGAzjPJgz/v2rplTAxDQq73t3CzoGZKWNkADh u0DuoOXhXKosg== Date: Sun, 14 May 2023 18:13:37 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: Conor Dooley , Lorenzo Bianconi , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Daniel Campello , Gwendal Grignou , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: iio: st,lsm6dsx: reference common schema for mount-matrix Message-ID: <20230514181337.5e0cacc0@jic23-huawei> In-Reply-To: References: <20230507173923.263741-1-krzysztof.kozlowski@linaro.org> <20230507-brutishly-underhand-48c2949eb46c@spud> <20230513191355.28cdbb23@jic23-huawei> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 13 May 2023 20:10:40 +0200 Krzysztof Kozlowski wrote: > On 13/05/2023 20:13, Jonathan Cameron wrote: > > On Sun, 7 May 2023 22:06:56 +0100 > > Conor Dooley wrote: > > > >> On Sun, May 07, 2023 at 07:39:21PM +0200, Krzysztof Kozlowski wrote: > >>> Reference iio.yaml schema from dtschema to allow already used > >>> mount-matrix property: > >>> > >>> msm8953-xiaomi-daisy.dtb: imu@6a: Unevaluated properties are not allowed ('mount-matrix' was unexpected) > >>> > >>> Signed-off-by: Krzysztof Kozlowski > >> > >> Reviewed-by: Conor Dooley > >> > >> Thanks, > >> Conor. > > > > Krzysztof, > > > > These look fine to me, but I guess I should wait for the > > dt-schema patch to land before taking them? > > You can grab first patch independently. #2 and #3 should indeed wait a > bit for Rob's ack. They do not have any conflicts but they will fix > nothing without dtschema patch. Applied patch 1. Thanks, J > > Best regards, > Krzysztof >