b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From 52981a0fa9f7d68641e0e6bb584054c6d9eb2056 Mon Sep 17 00:00:00 2001 |
| 2 | From: Ansuel Smith <ansuelsmth@gmail.com> |
| 3 | Date: Fri, 12 Mar 2021 07:28:20 +0100 |
| 4 | Subject: [PATCH] dt-bindings: nvmem: drop $nodename restriction |
| 5 | |
| 6 | Drop $nodename restriction as now mtd partition can also be used as |
| 7 | nvmem provider. |
| 8 | |
| 9 | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |
| 10 | Reviewed-by: Rob Herring <robh@kernel.org> |
| 11 | Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> |
| 12 | Link: https://lore.kernel.org/linux-mtd/20210312062830.20548-2-ansuelsmth@gmail.com |
| 13 | --- |
| 14 | Documentation/devicetree/bindings/nvmem/nvmem.yaml | 3 --- |
| 15 | 1 file changed, 3 deletions(-) |
| 16 | |
| 17 | --- a/Documentation/devicetree/bindings/nvmem/nvmem.yaml |
| 18 | +++ b/Documentation/devicetree/bindings/nvmem/nvmem.yaml |
| 19 | @@ -20,9 +20,6 @@ description: | |
| 20 | storage device. |
| 21 | |
| 22 | properties: |
| 23 | - $nodename: |
| 24 | - pattern: "^(eeprom|efuse|nvram)(@.*|-[0-9a-f])*$" |
| 25 | - |
| 26 | "#address-cells": |
| 27 | const: 1 |
| 28 | |