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

From: Miquel Raynal (Schneider Electric)

Date: Wed Jan 21 2026 - 12:05:17 EST


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@xxxxxxxxxxx>
---
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