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 EBACC30F7E3; Fri, 6 Feb 2026 22:58:37 +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=1770418718; cv=none; b=bBrRbx24kVlov1IzRUa/rrEQH/dxxKrHGWI5RkL0Ff3ZFpQbo3Rlzr66k2yBvjKdCa7jKxJGFFdzlnTC5uX5qVJl8aIZs/hGHCjUKSY9AQB//bnkR/9aC85O32mQvi4z1BQqxGkn10Z8M2FPSAK8Y05tboAL4sjyPqsn9Gj+zT8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770418718; c=relaxed/simple; bh=u8QQAqzb8UetpDNKxGwgyyEDXfWbz4Y/b8v1EYVqlr8=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=X9SoNm2gMvS4RaeplLGkpeF9zWmuzAlFIuolcWGqloB01OAYrAsIXhBtQTb0je15fvnUbCdFgRAN7U86iyYQTDp41zuKYaD8OGvua5juOBK4W3A+wlsLf/J04niENGymtdHdeHduWjI0ELcROYjGtAIesnrpd7go8Ioe3TfSL6c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aoT5+eL4; 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="aoT5+eL4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8194AC16AAE; Fri, 6 Feb 2026 22:58:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770418717; bh=u8QQAqzb8UetpDNKxGwgyyEDXfWbz4Y/b8v1EYVqlr8=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=aoT5+eL4KZb1UAHf9Dc3mmjTg7xrwnqyZWcJ4ixY4+N5yabwx/rGXQuKOUHG3F7ZI aIyVwYJaaMNWBNxu5VlMorvEnllKHJqtEtbUVRs1eQzeDuJBtuBlHgYXZO7jd9zjOc i+xVhCMtOf/I70slU/vEbqRPUSCwl4noQyt9YEwswUyqInA4pmE1Cphvkgu6wKcsem bDvfUzJlbtvbcHCfi9iygNbic9tJbKftLp3DZJNxq4qpb9/Ku4GB5wyoyRr7Dhx2xO p2RaNy2OZMcxagkVhETDeoEdL0sa+FvozqfHqeqgJb8eFF9PvdR7yApTcy5cWpRjnz i4GKYL21KA14g== Date: Fri, 06 Feb 2026 16:58:36 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Jonathan Cameron , =?utf-8?q?Nuno_S=C3=A1?= , Dmitry Torokhov , David Lechner , Dixit Parmar , linux-iio@vger.kernel.org, Conor Dooley , devicetree@vger.kernel.org, linux-leds@vger.kernel.org, Krzysztof Kozlowski , Tony Lindgren , Andy Shevchenko , Pavel Machek , Liam Girdwood , Lee Jones , Mark Brown , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org To: Svyatoslav Ryhel In-Reply-To: <20260206172845.145407-7-clamor95@gmail.com> References: <20260206172845.145407-1-clamor95@gmail.com> <20260206172845.145407-7-clamor95@gmail.com> Message-Id: <177041870854.250148.9552386816051601038.robh@kernel.org> Subject: Re: [PATCH v2 06/11] dt-bindings: leds: leds-cpcap: convert to DT schema On Fri, 06 Feb 2026 19:28:40 +0200, Svyatoslav Ryhel wrote: > Convert LEDs devicetree bindings for the Motorola CPCAP MFD from TXT to > YAML format. This patch does not change any functionality; the bindings > remain the same. > > Signed-off-by: Svyatoslav Ryhel > Reviewed-by: Rob Herring (Arm) > --- > .../devicetree/bindings/leds/leds-cpcap.txt | 29 ------------- > .../bindings/leds/motorola,cpcap-leds.yaml | 42 +++++++++++++++++++ > 2 files changed, 42 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/leds/leds-cpcap.txt > create mode 100644 Documentation/devicetree/bindings/leds/motorola,cpcap-leds.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/leds/motorola,cpcap-leds.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt references a file that doesn't exist: Documentation/devicetree/bindings/leds/leds-cpcap.txt Documentation/devicetree/bindings/leds/motorola,cpcap-leds.yaml: Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml Documentation/devicetree/bindings/mfd/motorola-cpcap.txt: Documentation/devicetree/bindings/leds/leds-cpcap.txt See https://patchwork.kernel.org/project/devicetree/patch/20260206172845.145407-7-clamor95@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.