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 AB7781D7E26; Tue, 16 Sep 2025 13:25:15 +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=1758029116; cv=none; b=VfaYVL09wU5odNlNW8y6YRwrwjY8FtYoKxqVvRbMIK6MmnX0GEkDlbBFUtme/z7iNSHkur0S/L421v0zDaJtz6vzn1gZneZyi2daaGp7JfV+7d+0fF87z1qdsK6DTMqi+54wmU8H8BVyhiKC+M5NLwsF/13Fed96PzLjlrCCu8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758029116; c=relaxed/simple; bh=TnWVqJu7+bSzvUH6klH4pCKIBwlLZnLJ30RdHCvcXpI=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=KzSXga2G0+jeLAv9ILSj86u0xRh0fXOO4xbNsxMomH9VamjMdRwsSNsgAdAZQyMkD5uo92GWkXkB7uwAUXSzmmqXFe8vBytVumzEcd/M+rhWclQiHL6IeZuJnhsTJTyPePOZEfdPCBMPEzkuzHBoZ/3aC9bes3lvywSH/5smZlA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lcxw3LjC; 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="Lcxw3LjC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A71FC4CEF0; Tue, 16 Sep 2025 13:25:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758029115; bh=TnWVqJu7+bSzvUH6klH4pCKIBwlLZnLJ30RdHCvcXpI=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=Lcxw3LjCuB4qNqHjRm2+ofuatX9CR3D1fdfUaY+ANH1VM+E6Jj8u+OoSCrSRO3/J8 IMBUlCTYnlFQ0tZvKbUfUIHDfhCkYIak3x+XiSLbj48RW5ErX1bQjlKLcaOl7xwQ7b 1zFYnysLUWaJarrgwbpxGYZ6EndgDWBzdfWRVtOhYZ03qKv0XuckObDb05F3uc8GEz DVouY/XqJT3pO2ACpmEYeOn0/ACJwmoQPsh9MswEtAY0WaiAbSFOlf3IQtqy1re8fQ 0XWihOjUttpgpBZTdZtkWrVDwfvv6aU25+REfjk8YF6LtJw3x/dvMGfqu3a08aNbwY 2+fYwKWNApwhQ== Date: Tue, 16 Sep 2025 08:25:14 -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: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Guenter Roeck , linux-hwmon@vger.kernel.org, Conor Dooley , Jean Delvare To: Troy Mitchell In-Reply-To: <20250916-ctl2301-v1-2-97e7c84f2c47@linux.dev> References: <20250916-ctl2301-v1-0-97e7c84f2c47@linux.dev> <20250916-ctl2301-v1-2-97e7c84f2c47@linux.dev> Message-Id: <175802889714.3636283.16878564061648936522.robh@kernel.org> Subject: Re: [PATCH 2/3] dt-bindings: Add CTF2301 devicetree bindings On Tue, 16 Sep 2025 12:46:45 +0800, Troy Mitchell wrote: > Add dt-binding for the hwmon driver of Sensylink's CTF2301 chip. > > Signed-off-by: Troy Mitchell > --- > .../bindings/hwmon/sensylink,ctf2301.yaml | 49 ++++++++++++++++++++++ > 1 file changed, 49 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/hwmon/sensylink,ctf2301.yaml:18:111: [warning] line too long (161 > 110 characters) (line-length) dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/hwmon/sensylink,ctf2301.yaml: properties:compatible:const: ['sensylink,ctf2301'] is not of type 'integer', 'string' from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/hwmon/sensylink,ctf2301.yaml: properties:compatible:const: ['sensylink,ctf2301'] is not of type 'string' from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# Documentation/devicetree/bindings/hwmon/sensylink,ctf2301.example.dtb: /example-0/i2c/ctf2301@4c: failed to match any schema with compatible: ['sensylink,ctf2301'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250916-ctl2301-v1-2-97e7c84f2c47@linux.dev 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.