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 9AFFD3DFC6E; Thu, 14 May 2026 13:17:29 +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=1778764649; cv=none; b=lrodGi9KauFvI6WAdyU36Tf+0SroJ/oEl0v3FcjL2SuA8zr7LeMIHeiHWY6f4KUhNgvJAx8iEyWe9/4ArkYqCC1bZ9SkE8xFbPp+D0ZeBk1CnP7aP9YGohzhf8qzoDWPTt9r7KyqKxHrbN0aVfMwMHYhxJfQtC2XnazubjDz8Mo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778764649; c=relaxed/simple; bh=JabA8iVrRmdRx3/WY9m7cqceq4n9VeeE63bzUTTwXOs=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=QqW4AJOTdTp9ixZxGpP8k2lqUHSYlu6+kt1G3SRgP+t2qo17IbIqPsibqr70pO0Gw/4e7BYwP9OnnSZS8NaKbKf0qqHCtbmKwgcfU9sSj20r250P1uZH6EwMSLYBr8OnNZ8hGBZS/wpUJmfIxG4PwiR0rtavnKYz0t9KxexDhVU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MJAq4mOo; 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="MJAq4mOo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEED8C2BCB8; Thu, 14 May 2026 13:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778764649; bh=JabA8iVrRmdRx3/WY9m7cqceq4n9VeeE63bzUTTwXOs=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=MJAq4mOoJIhX7kLmBSG9hecTxDHn/mOKyTxgVMNy8oM7G9TUhuMjOxwmeIn5nE9Iy jrwkx4PpFFOBbDrHIfgnbSfKCGQNFHbARL6urn6wX5e6/p1EMEY/DFx20fxZyhF9sd SahDQ30QOieqXcULH2uLqBlN393cszTQ/0gVtNBxAA899tx8x2SwxLyfXVWHGb7AbS CO/02s9604aG1Sk8zncaUCsXiojhvKn8SvPBDglxjOZAe8j3WHwcJ/INppKU3PS7jU /MMOOLWaNP42vI8qpuEtqcTG3zOmfMLcaG/qWBRfwn1E4aAFLyHUyQsD9K9tBOLr3P DBoSy6T/wMNSQ== Date: Thu, 14 May 2026 08:17:26 -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: devicetree@vger.kernel.org, Palmer Dabbelt , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Krzysztof Kozlowski , Bartosz Golaszewski , Albert Ou , Conor Dooley , Paul Walmsley , Emil Renner Berthing , Linus Walleij , Alexandre Ghiti , Philipp Zabel , Lianfeng Ouyang To: Changhuang Liang In-Reply-To: <20260514111218.94519-7-changhuang.liang@starfivetech.com> References: <20260514111218.94519-1-changhuang.liang@starfivetech.com> <20260514111218.94519-7-changhuang.liang@starfivetech.com> Message-Id: <177876463825.125803.11297264723733467391.robh@kernel.org> Subject: Re: [PATCH v2 06/22] dt-bindings: pinctrl: Add starfive,jhb100-sys0h-pinctrl On Thu, 14 May 2026 04:12:02 -0700, Changhuang Liang wrote: > Add pinctrl bindings for StarFive JHB100 SoC System-0 host(sys0h) pinctrl > controller. > > Signed-off-by: Changhuang Liang > --- > .../starfive,jhb100-sys0h-pinctrl.yaml | 174 ++++++++++++++++++ > .../pinctrl/starfive,jhb100-pinctrl.h | 14 ++ > 2 files changed, 188 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/starfive,jhb100-sys0h-pinctrl.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./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-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/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-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 doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260514111218.94519-7-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.