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 1B3893E1200; Thu, 14 May 2026 13:17:40 +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=1778764661; cv=none; b=Hag84Zgy91Z9gQqC38EgxEQiD92dcGJovFihB5sqwgUv1M0i8c56LS86QXi5GKTW8IrPopVOer7kd18uWgLYZ0WgV2NWU0Tq6u4oEvDHzz8BRMPiCNLdQ66YcofS9dnW7jm9w7KM1tP79gN8VL6zLwpvpQpG5EuW6PT/qceEeLg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778764661; c=relaxed/simple; bh=GObrIIIdUQnUTyY00TmCyUaSAxI2d6e1/JLrHcUU5oo=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=MqpkDty/SyXZylCS4KM01fVqZkgsXnNSA7FuNklt4+VvH1b6z4YM4ZhfLFMnUge9s/4VOKfkkrt8jMuW96FnPMezgL/oE/vzn3Juwbv2UDxwfN8JdCRnx7+N1TmmB4I3JLj2D6hGLlqs+QIeCTRnBgCtTsMUHDwYKnqYLTXaWmA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Tm/V4dsu; 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="Tm/V4dsu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28E19C4AF09; Thu, 14 May 2026 13:17:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778764660; bh=GObrIIIdUQnUTyY00TmCyUaSAxI2d6e1/JLrHcUU5oo=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=Tm/V4dsuECEiuPujwxpr0b4ong+u+xFx3mj/oEoRR43obSYPCj4wxI0WTwnk6Q4sd Q6Me/s3E7zxJfrBxeOV3bIZhbjtCzG6+5WAFB7quM/zFMGkVQMky6MN2Jt90vLRXhM utREwd6mBBu464GMWmw/czAIrjvXsKF8tVJ9g2qTRuOCkKdW4nSehoDQaORUZZRCL1 OrAYCubrLSvCE8Ff3qeCFjGnLnl1zgpTk6z3nc7Kugml6Sk8THqTos/ejlLgjFff7v s3Llt+WBIwglN/I0FDZX/muo2iYI3ocM7qgVtNOValTl4bYjyd0qEw9J/yiw1mV5eM nEAW3qamuGPCg== Date: Thu, 14 May 2026 08:17:38 -0500 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)" Cc: Philipp Zabel , Paul Walmsley , Alexandre Ghiti , linux-gpio@vger.kernel.org, Albert Ou , linux-riscv@lists.infradead.org, Emil Renner Berthing , Krzysztof Kozlowski , devicetree@vger.kernel.org, Lianfeng Ouyang , linux-kernel@vger.kernel.org, Bartosz Golaszewski , Conor Dooley , Linus Walleij , Palmer Dabbelt To: Changhuang Liang In-Reply-To: <20260514111218.94519-21-changhuang.liang@starfivetech.com> References: <20260514111218.94519-1-changhuang.liang@starfivetech.com> <20260514111218.94519-21-changhuang.liang@starfivetech.com> Message-Id: <177876464652.126062.7793320832597254733.robh@kernel.org> Subject: Re: [PATCH v2 20/22] dt-bindings: pinctrl: Add starfive,jhb100-per3-pinctrl On Thu, 14 May 2026 04:12:16 -0700, Changhuang Liang wrote: > Add pinctrl bindings for StarFive JHB100 SoC Peripheral-3(per3) pinctrl > controller. > > Signed-off-by: Changhuang Liang > --- > .../pinctrl/starfive,jhb100-per3-pinctrl.yaml | 173 ++++++++++++++++++ > .../pinctrl/starfive,jhb100-pinctrl.h | 14 ++ > 2 files changed, 187 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per3-pinctrl.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys2-pinctrl.yaml:135:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys1-pinctrl.yaml:136:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per2pok-pinctrl.yaml:134:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys0h-pinctrl.yaml:136:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per2-pinctrl.yaml:136:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per0-pinctrl.yaml:136:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per3-pinctrl.yaml:134:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per1-pinctrl.yaml:135:14: [warning] wrong indentation: expected 12 but found 13 (indentation) ./Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys0-pinctrl.yaml:136:14: [warning] wrong indentation: expected 12 but found 13 (indentation) dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pci/toshiba,tc9563.example.dtb: pcie@0,0 (pci1179,0623): i2c-parent: [[4294967295, 119]] is too short from schema $id: http://devicetree.org/schemas/pci/toshiba,tc9563.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i2c/i2c-demux-pinctrl.example.dtb: i2c-mux3 (i2c-demux-pinctrl): i2c-parent:0: [2, 3, 4] is too long from schema $id: http://devicetree.org/schemas/i2c/i2c-demux-pinctrl.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/renesas,ether.example.dtb: ethernet-phy@1 (ethernet-phy-id0022.1537): compatible: ['ethernet-phy-id0022.1537', 'ethernet-phy-ieee802.3-c22'] is too long from schema $id: http://devicetree.org/schemas/net/micrel.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys0-pinctrl.example.dtb: pinctrl@13080000 (starfive,jhb100-sys0-pinctrl): gpio-ranges:1: [4] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.example.dtb: dwc3@2680000 (ti,keystone-dwc3): usb@2690000:usb-phy:0: [4294967295, 4294967295] is too long from schema $id: http://devicetree.org/schemas/usb/ti,keystone-dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.example.dtb: dwc3@2680000 (ti,keystone-dwc3): usb@2690000: Unevaluated properties are not allowed ('usb-phy' was unexpected) from schema $id: http://devicetree.org/schemas/usb/ti,keystone-dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.example.dtb: usb@2690000 (snps,dwc3): usb-phy:0: [4294967295, 4294967295] is too long from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.example.dtb: usb@2690000 (snps,dwc3): Unevaluated properties are not allowed ('usb-phy' was unexpected) from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/snps,dwc3.example.dtb: usb@4a030000 (snps,dwc3): usb-phy:0: [4294967295, 4294967295] is too long from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/snps,dwc3.example.dtb: usb@4a030000 (snps,dwc3): Unevaluated properties are not allowed ('snps,incr-burst-type-adjustment', 'usb-phy' were unexpected) from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/usb-drd.example.dtb: usb@4a030000 (snps,dwc3): usb-phy:0: [4294967295, 4294967295] is too long from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/usb-drd.example.dtb: usb@4a030000 (snps,dwc3): Unevaluated properties are not allowed ('adp-disable', 'dr_mode', 'maximum-speed', 'otg-rev', 'phy_type', 'usb-phy' were unexpected) from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys2-pinctrl.example.dtb: pinctrl@13082000 (starfive,jhb100-sys2-pinctrl): gpio-ranges:2: [32, 5] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys1-pinctrl.example.dtb: pinctrl@13081000 (starfive,jhb100-sys1-pinctrl): gpio-ranges:1: [8] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per2pok-pinctrl.example.dtb: pinctrl@11bc2400 (starfive,jhb100-per2pok-pinctrl): gpio-ranges:1: [18] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys0h-pinctrl.example.dtb: pinctrl@13080800 (starfive,jhb100-sys0h-pinctrl): gpio-ranges:1: [12] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per2-pinctrl.example.dtb: pinctrl@11bc2000 (starfive,jhb100-per2-pinctrl): gpio-ranges:1: [31] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per3-pinctrl.example.dtb: pinctrl@11c42000 (starfive,jhb100-per3-pinctrl): gpio-ranges:1: [11] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per0-pinctrl.example.dtb: pinctrl@11a0a000 (starfive,jhb100-per0-pinctrl): gpio-ranges:2: [32, 28] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/starfive,jhb100-per1-pinctrl.example.dtb: pinctrl@11b42000 (starfive,jhb100-per1-pinctrl): gpio-ranges:2: [32, 4] is too short from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260514111218.94519-21-changhuang.liang@starfivetech.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.