lkml.org 
[lkml]   [2022]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 07/16] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example
Date
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 --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>;
--
2.25.1
\
 
 \ /
  Last update: 2022-12-07 06:55    [W:0.164 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site