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 6B39317D36B; Tue, 11 Jun 2024 13:32:10 +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=1718112730; cv=none; b=axFzWEGu7GICJgLEONDskD53h7F6DKS/juc2FLlM1XpSkJfqGTlrkjmSV9Y5J0P3Or4GayaUDZacszS+OKmyZ4WH/G2wYUWzGe0TYtcfVTW/OZSlGNlS2cvJ4XkQNtQ3NhXK50AmKFrBO3S1CiWhg/mceXAsCeXQV3yGvN91y50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718112730; c=relaxed/simple; bh=auRaKNvx/voptdJZcs/+I0St7hUhKeq7sqbXPrw3k+k=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=uNeCPX68MUjPiigCM8Sel05AttFkM+J8RKTOe+mz8Ysr12ZsyW/OmnwVVAKgYnuuznU48kYQejNzJP4sGxLIknu2YATYchul1LUbo4R7f++tjxAvKAk9C1Ynl2Ab8SKGdnvH4R5WCOL6tD51dHYTt+RkCWPQBiH8DzhSfAzgj6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kl9sam2q; 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="kl9sam2q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C01EBC3277B; Tue, 11 Jun 2024 13:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718112730; bh=auRaKNvx/voptdJZcs/+I0St7hUhKeq7sqbXPrw3k+k=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=kl9sam2q7uiL9cUx3MZrd3xsXoGNAWm4cbdIgnouxMWA1VPjQk40fod8xAdky4YW6 fP2y60Pqlt8sXeJPIhzRzU6jC0UT+hzDN1zwPDBjYzsQuFNA1c+bygoWZS2g0174RD c9/JXHe+B2hBx8t9LIGLkJDQciINgo0m7HKxqCahFI/9d/lKgVDpP/9JawV8YsjMjd pNtoHFESJX65H1RFPYKz8o/CX8Zr0JJDa/1bNuaigoHkMv11BMPB1dpDYToeefCl53 nPgSq4VePPPF5uGMJAbdhGrRnJaxwYLTM2mrZkDKiCcc5TpGOuiFLO27sSVdwJyr38 vDeHnitwe0jEw== Date: Tue, 11 Jun 2024 07:32:08 -0600 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 (Arm)" To: Farouk Bouabid Cc: Heiko Stuebner , Andi Shyti , Conor Dooley , Quentin Schulz , linux-rockchip@lists.infradead.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Wolfram Sang , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peter Rosin In-Reply-To: <20240611-dev-mule-i2c-mux-v3-2-08d26a28e001@cherry.de> References: <20240611-dev-mule-i2c-mux-v3-0-08d26a28e001@cherry.de> <20240611-dev-mule-i2c-mux-v3-2-08d26a28e001@cherry.de> Message-Id: <171811272875.1782775.2673232019553624734.robh@kernel.org> Subject: Re: [PATCH v3 2/7] dt-bindings: i2c: mux: mule: add dt-bindings for mule i2c multiplexer On Tue, 11 Jun 2024 13:43:53 +0200, Farouk Bouabid wrote: > Mule is an MCU that emulates a set of I2C devices which are reachable > through an I2C-mux. > > The emulated devices share a single I2C address with the mux itself > where the requested register is what determines which logic is executed > (mux logic or device logic). > > Add support for the Mule I2C multiplexer bindings. > > Signed-off-by: Farouk Bouabid > --- > .../devicetree/bindings/i2c/tsd,mule-i2c-mux.yaml | 80 ++++++++++++++++++++++ > 1 file changed, 80 insertions(+) > 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/i2c/tsd,mule-i2c-mux.example.dtb: fan@18: '#cooling-cells' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240611-dev-mule-i2c-mux-v3-2-08d26a28e001@cherry.de 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.