2022-12-07 06:34:20

by Kunihiko Hayashi

[permalink] [raw]
Subject: [PATCH v2 07/16] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example

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 <[email protected]>
---
.../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