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 586B138911B; Sun, 10 May 2026 12:44:08 +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=1778417048; cv=none; b=ClSZKC/S+U+ISb1K9con6TaaTPQaKqASalPouQS7YnWdQpx+jmocxcLgd/zZn5kRFCJOWL6EUSEvbHgPgtX9JxTvWUuSWOYEn6YnMfkzB4G1xwOxp5OUYTleyKldGQuIaU6g2jgjYSklNmyNRYkfSMvY3xh9RRA6we0mP1dLkXY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778417048; c=relaxed/simple; bh=UXZunLOTwritnG0Uroa7+WRHucRVxpgDVVzKmx6QNkA=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=OO4mwdnpEwchPaT86KPmGaPah0O5at2bny/eXi05w3LEskZ2alpr8i4TUQTR42TL8XW7hwoAtDDsGx914aIcVXNngoWAYqu98UQxsT6BComPfZAIkgH4SMx9cPQY9xNyGjVog5kNDmokIgdjxyHdlUx92tJkjtE8HIIsPCyDNm8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pVm7IEAe; 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="pVm7IEAe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2087C2BCC9; Sun, 10 May 2026 12:44:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778417047; bh=UXZunLOTwritnG0Uroa7+WRHucRVxpgDVVzKmx6QNkA=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=pVm7IEAeN+m8awpt5JYnu1BkGHYi0ZLyx2/P2bHsz7ZitHMvX/BdY+C7aIlWOrRYH e/G5J58BCpGDiCwXZjNj4isTyKaYs2oK9rEKBcBZrxCYqNU4WlFtCQwz4eD5bXim+i istYimUJbvsT3otA2F3XGb9D5QQV0+6JxndaarTrCPMpEYW0IGZGbxfoeHDchPS3U1 /draodfYYxnADGiKERmGoN7RhyLihq8HLi2nsl4aBDluxeM1fioxYJ8xLqq2LnNXQ8 Knbti7nYmWvoERFkWsAtZ7fEpYNa89A+bCxaJOlii2kzSU6hE2DfhM5xAavpX/P8a3 r9QP/zahBipAw== Date: Sun, 10 May 2026 07:44:05 -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, Conor Dooley , Krzysztof Kozlowski , Pavel Machek , Lee Jones , Tony Lindgren , Dmitry Torokhov , David Lechner , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-input@vger.kernel.org To: Svyatoslav Ryhel In-Reply-To: <20260510110804.33045-2-clamor95@gmail.com> References: <20260510110804.33045-1-clamor95@gmail.com> <20260510110804.33045-2-clamor95@gmail.com> Message-Id: <177841704471.2552402.10905662666589462480.robh@kernel.org> Subject: Re: [PATCH v5 1/6] dt-bindings: leds: leds-cpcap: convert to DT schema On Sun, 10 May 2026 14:07:59 +0300, 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/20260510110804.33045-2-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.