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 D8A3C13635F; Sat, 19 Oct 2024 13:21: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=1729344076; cv=none; b=AiiJ0SsQGX4VtBQEX3TPnADeDc8tB/LYat2C7BYtBP33NvoguuIyjE+cn30u15/3pvir1LLIYZ/h57RZXLJ/Ff3HPg6TctkdqMFr8+Hdzg5sstI7REcvZaoIUweCkS1J5ezm9hl53wFaDhrtOHuAnLv9er+PodnbLPfBVSTn31o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729344076; c=relaxed/simple; bh=miGmSpPgNCz76tl037DQV8N+1tOrZIQXLN0+FIV2qXg=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=GMlTDUlO3tTgv8sZhFFIwIOz1VqnqSEnyIONzWDQwPCcOCKr2YiWVooRU36C/DoLIhpSUpO7e+XDzETsuv2T0SnCeBzMYapAdxXp5Vlm+OI4WkHtx/3rnH4xkdot7ftd7f5oOcEvPKdnR3z5N7Wc51pLpSdhM8RhP8XTjs1XBnc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oRuW5yvX; 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="oRuW5yvX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FF3DC4CECE; Sat, 19 Oct 2024 13:21:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729344075; bh=miGmSpPgNCz76tl037DQV8N+1tOrZIQXLN0+FIV2qXg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=oRuW5yvXcYCFfgAPAbAW0dZDHLdWu22dJkJpeuPhZx6yqiD5WYxn8UAYJsnEAIGnh 50Ev5qAtcJd4Qd4HSBjP17q5O8X5muMH0fDc6hPs1VH5bVWjdFDTtPyHQhIr+6ULkp y3+nNu431IJnzlYFxyEWkD39k22JFlyD+VZo9266M8ZjyZTtlIJdXDm9ZvUF8+xKDn i/2uxUZ1bKpzyAySZsLl0ryUbgKeXrcO1pVyTE9Jy5fiB4VFhuWY2BRyEwAF13YQBX 2A+hLa0VtvJtKAjnfFLs0U0Ich7fMfC7eeXa/AfEuU/AicXWJU0mOwWIIDTEHU9OsL K7/qf0zsE9xjA== Date: Sat, 19 Oct 2024 08:21:14 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: =?utf-8?q?Barnab=C3=A1s_Cz=C3=A9m=C3=A1n?= Cc: linux-arm-msm@vger.kernel.org, Linus Walleij , Lukasz Luba , Daniel Lezcano , Amit Kucheria , Srinivas Kandagatla , Bjorn Andersson , iommu@lists.linux.dev, Zhang Rui , Joerg Roedel , Lee Jones , linux-gpio@vger.kernel.org, Will Deacon , Robin Murphy , Thara Gopinath , linux-pm@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Conor Dooley , devicetree@vger.kernel.org, "Rafael J. Wysocki" , Konrad Dybcio In-Reply-To: <20241019-msm8917-v1-8-f1f3ca1d88e5@mainlining.org> References: <20241019-msm8917-v1-0-f1f3ca1d88e5@mainlining.org> <20241019-msm8917-v1-8-f1f3ca1d88e5@mainlining.org> Message-Id: <172934406466.3231704.1975557906882710451.robh@kernel.org> Subject: Re: [PATCH RFC 08/14] dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8917 On Sat, 19 Oct 2024 13:50:45 +0200, Barnabás Czémán wrote: > Document the qcom,msm8917-tcsr compatible. > > Signed-off-by: Barnabás Czémán > --- > Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 + > 1 file changed, 1 insertion(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241019-msm8917-v1-8-f1f3ca1d88e5@mainlining.org 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.