[v2,07/16] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example
Commit Message
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(-)
@@ -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>;