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 E4BEA20F07F; Sat, 8 Mar 2025 20:45:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741466702; cv=none; b=e/juhXs11IIPryM61VTZMh138WbNCz3h9hDXHLMXuAMHC4ppr2j6xK4h7rxCG7McAxxan5VCm6cQX4HWx6HYhcoyKpx71gu1SBLKm5gfVFiflT32ktvDN2Q6wwFEVOAU43mJB+KqU9bfmXTFUVqNxNR12h2fkSXHAE7FW9VX+Vk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741466702; c=relaxed/simple; bh=10nSWWi5MGce0BH+GQkLNo0/x4b1dtShGmGc6K9YmIY=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=FNvim2VRqGGPkjrKT1cWMSGl3P1og5h574f/liHOvBaqdWS0x5c5vpRaJOik0Alt+fKJEDSCzBh4UnjptZTM60YEUwZJHMYq4uQG0K27ZDV3RfuP9Hivjr06klF7NifeeqD4JWiOeEm4kB6TYoKkAkfQZbfWzVTkMIi0q7NHLJI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Kz1LBSgr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Kz1LBSgr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2458CC4CEE0; Sat, 8 Mar 2025 20:45:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741466701; bh=10nSWWi5MGce0BH+GQkLNo0/x4b1dtShGmGc6K9YmIY=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=Kz1LBSgrogv+lhsn7L7DdYBf6ZHwHChsXvgRU+mU6ABQDwN9mDk8O0mvvImrQfxA3 +6cJoz5rO/+wVrrqWjG+CMsxuxz7PIKH+Habq2cisTL/QpOcjfCJmolFfR62CGiIUf Jcvd9uykI4kWXvDLSgcD4uSC9YlpPCBPq0wtPBt93UIxRBCqbxGRn18MahlajdRYz2 JtIts04s1WUZ7r3BxY1lnOV9mlm3OD29pY7V4AaPgIiO/2c+IoOchKcXVvc3pP8SVx GZ9HsT6YFxXfc1f481f1IXCoEPi2G+pq4FoiOAxg91rko91KYb6ayRgXSws+ijHsIk HgvPceEkU+wXA== Date: Sat, 08 Mar 2025 14:44:59 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: AngeloGioacchino Del Regno , Geert Uytterhoeven , Heiko Stuebner , Dan Carpenter , Cosmin Tanislav , linux-kernel@vger.kernel.org, Ross Burton , Ricardo Ribalda , Krzysztof Kozlowski , Will Deacon , Bjorn Andersson , Dmitry Baryshkov , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, Javier Carrasco , =?utf-8?q?Niklas_S=C3=B6derlund?= , Bartosz Golaszewski , Tomi Valkeinen , Julien Massot , linux-gpio@vger.kernel.org, Catalin Marinas , Eric Biggers , Conor Dooley , Sakari Ailus , Laurent Pinchart , Ihor Matushchak , Taniya Das , Mark Brown , devicetree@vger.kernel.org, Kieran Bingham , =?utf-8?q?N=C3=ADcolas_F_=2E_R_=2E_A_=2E_Prado?= , linux-staging@lists.linux.dev, Biju Das , linux-media@vger.kernel.org, Tommaso Merciai , Linus Walleij , Laurentiu Palcu , Umang Jain , Dongcheng Yan , Benjamin Mugnier , Zhi Mao , Greg Kroah-Hartman , Liam Girdwood , Hans Verkuil To: Cosmin Tanislav In-Reply-To: <20250308183410.3013996-10-demonsingur@gmail.com> References: <20250308183410.3013996-1-demonsingur@gmail.com> <20250308183410.3013996-10-demonsingur@gmail.com> Message-Id: <174146669769.3550313.9537741171612632999.robh@kernel.org> Subject: Re: [RFC PATCH 09/24] dt-bindings: media: i2c: max96714: make i2c-gate conditional on compatible On Sat, 08 Mar 2025 20:33:38 +0200, Cosmin Tanislav wrote: > Devices to be added in following patches don't use I2C gate. > > Make this property conditional on the compatible strings. > > Signed-off-by: Cosmin Tanislav > --- > .../bindings/media/i2c/maxim,max96714.yaml | 21 ++++++++++++------- > 1 file changed, 13 insertions(+), 8 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/i2c/maxim,max96714.example.dtb: deserializer@28: 'i2c-gate' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/media/i2c/maxim,max96714.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250308183410.3013996-10-demonsingur@gmail.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.