From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2C4416FB0 for ; Fri, 15 Sep 2023 22:16:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B99B4C433C8; Fri, 15 Sep 2023 22:16:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694816183; bh=8/9Iwnwza/TRWfwL1yVUqZ9VoJBLxQOEU/LTTMOH1uo=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=sEMK1s3t9tnA/d0DfxKpj4ILKrM4XkbQpVBMAw33Jt1RZGdCNa/EHdg1iBRvGan3V HTsU86alti/DlHVApX9rvysY+LpH8P6bYK31QEm6Bj6qEveqkQ+/yct/QDSjy04glz ysJrQdQdr/OxRCwjDZZ6aaYbtWrTnZySVmcYcb/ANH7vah0o2QCE4kmjvSFWwIbUNP yIHaDS5+bNJ/0rEGJxt5rptWAZDtpRLIoY1YKpqhm8pTc28/7sMqFn25ww7l8+1Nkd FJ+yxWRKN6t0DuymdM2a21EWLyHrt2kn6X+WPuwrJ66Ve32o+phQTa3vjB7euHVMvA JkUaoFKHSRqsw== Received: (nullmailer pid 236414 invoked by uid 1000); Fri, 15 Sep 2023 22:16:20 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Sebastian Fricke Cc: devicetree@vger.kernel.org, Shawn Guo , Mauro Carvalho Chehab , Nas Chung , Jackson Lee , Hans Verkuil , linux-arm-kernel@lists.infradead.org, Sascha Hauer , Conor Dooley , Fabio Estevam , Rob Herring , Robert Beckett , Pengutronix Kernel Team , Krzysztof Kozlowski , NXP Linux Team , Philipp Zabel , linux-kernel@vger.kernel.org, kernel@collabora.com, Nicolas Dufresne , linux-media@vger.kernel.org In-Reply-To: <20230915-wave5_v12_on_media_master-v12-6-92fc66cd685d@collabora.com> References: <20230915-wave5_v12_on_media_master-v12-0-92fc66cd685d@collabora.com> <20230915-wave5_v12_on_media_master-v12-6-92fc66cd685d@collabora.com> Message-Id: <169481618060.236398.6210891129311691076.robh@kernel.org> Subject: Re: [PATCH v12 6/7] dt-bindings: media: wave5: add yaml devicetree bindings Date: Fri, 15 Sep 2023 17:16:20 -0500 On Fri, 15 Sep 2023 23:11:35 +0200, Sebastian Fricke wrote: > From: Robert Beckett > > Add bindings for the wave5 chips&media codec driver > > Signed-off-by: Robert Beckett > Signed-off-by: Dafna Hirschfeld > Signed-off-by: Sebastian Fricke > --- > .../devicetree/bindings/media/cnm,wave5.yaml | 66 ++++++++++++++++++++++ > 1 file changed, 66 insertions(+) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/media/cnm,wave5.yaml:19:9: [warning] wrong indentation: expected 6 but found 8 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230915-wave5_v12_on_media_master-v12-6-92fc66cd685d@collabora.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.