[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c17ec8e0-a0c9-dc18-dbbe-3844b4147437@linaro.org>
Date: Fri, 11 Nov 2022 16:47:56 +0000
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: Miquel Raynal <miquel.raynal@...tlin.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
devicetree@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Robert Marko <robert.marko@...tura.hr>,
Luka Perkov <luka.perkov@...tura.hr>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Michael Walle <michael@...le.cc>,
linux-arm-kernel@...ts.infradead.org,
Bartosz Golaszewski <brgl@...ev.pl>,
Christian Eggers <ceggers@...i.de>,
Cory Tusar <cory.tusar@...1solutions.com>
Subject: Re: [PATCH v3 1/6] dt-bindings: nvmem: Fix example
On 04/11/2022 16:38, Miquel Raynal wrote:
> Despite not being listed nor required within the top level nvmem yaml
> file, the "compatible" property is mandatory and is actually enforced by
> all the nvmem provider bindings.
>
> Unfortunately, the lack of compatible in the nvmem.yaml to level
> description file lead to the example not matching anything and thus not
> being checked at all.
>
> Let's pick a compatible almost randomly (one which is already used with
> the qfprom label) to make the example at least valid on a semantic
> point of view and getting it checked.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@...tlin.com>
Applied thanks
--srini
> ---
> Documentation/devicetree/bindings/nvmem/nvmem.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/nvmem.yaml b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> index 1eb22dba364c..0455506fc30f 100644
> --- a/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> @@ -67,6 +67,7 @@ examples:
> #include <dt-bindings/gpio/gpio.h>
>
> qfprom: eeprom@...000 {
> + compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
> #address-cells = <1>;
> #size-cells = <1>;
> reg = <0x00700000 0x100000>;
Powered by blists - more mailing lists