spi: dt-bindings: nuvoton,wpcm450-fiu: Drop unrelated nodes from DTS example
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 9 May 2025 11:21:32 +0000 (13:21 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 10 May 2025 14:59:14 +0000 (23:59 +0900)
Binding example should not contain other nodes, including other
providers like syscon, because this is redundant and only adds
unnecessary bloat.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250509112130.123462-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml

index 4e0d391e1d69746c567fdb8a2ef847ab245a103b..c97bf48b56b41f7c10dd0048112b68aa81f6a457 100644 (file)
@@ -59,8 +59,3 @@ examples:
         reg = <0>;
       };
     };
-
-    shm: syscon@c8001000 {
-      compatible = "nuvoton,wpcm450-shm", "syscon";
-      reg = <0xc8001000 0x1000>;
-    };