[PATCH v3 02/17] spi: dt-bindings: cdns,qspi-nor: Drop label in example

Miquel Raynal (Schneider Electric) posted 17 patches 2 weeks, 5 days ago
There is a newer version of this series
[PATCH v3 02/17] spi: dt-bindings: cdns,qspi-nor: Drop label in example
Posted by Miquel Raynal (Schneider Electric) 2 weeks, 5 days ago
The label is useless here. Plus, if there are several examples with the
same label, we'll get very useless yet annoying warnings.

Signed-off-by: Miquel Raynal (Schneider Electric) <miquel.raynal@bootlin.com>
---
 Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
index b85dba351822..123caef8f61e 100644
--- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
+++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
@@ -165,7 +165,7 @@ unevaluatedProperties: false
 
 examples:
   - |
-    qspi: spi@ff705000 {
+    spi@ff705000 {
         compatible = "intel,socfpga-qspi", "cdns,qspi-nor";
         #address-cells = <1>;
         #size-cells = <0>;

-- 
2.51.1
Re: [PATCH v3 02/17] spi: dt-bindings: cdns,qspi-nor: Drop label in example
Posted by Rob Herring (Arm) 2 weeks, 5 days ago
On Wed, 21 Jan 2026 18:04:58 +0100, Miquel Raynal (Schneider Electric) wrote:
> The label is useless here. Plus, if there are several examples with the
> same label, we'll get very useless yet annoying warnings.
> 
> Signed-off-by: Miquel Raynal (Schneider Electric) <miquel.raynal@bootlin.com>
> ---
>  Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>