diff mbox series

[v2,07/16] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example

Message ID 20221207055405.30940-8-hayashi.kunihiko@socionext.com
State Changes Requested, archived
Headers show
Series dt-bindings: soc: Introduce UniPhier miscellaneous register blocks and fix examples | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dt-meta-schema fail build log

Commit Message

Kunihiko Hayashi Dec. 7, 2022, 5:53 a.m. UTC
Prior to adding dt-bindings for SoC-dependent controllers, rename the
parent node to the generic name in the example.

And also add missing compatibles and reg property for the parent nodes.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
index 2578e39deda9..33ba78083b38 100644
--- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
@@ -33,8 +33,10 @@  examples:
   - |
     // The UniPhier eFuse should be a subnode of a "soc-glue" node.
 
-    soc-glue@5f900000 {
-        compatible = "simple-mfd";
+    syscon@5f900000 {
+        compatible = "socionext,uniphier-ld20-soc-glue-debug",
+                     "simple-mfd", "syscon";
+        reg = <0x5f900000 0x2000>;
         #address-cells = <1>;
         #size-cells = <1>;
         ranges = <0x0 0x5f900000 0x2000>;