mac80211: merge a few pending tx related fixes
[openwrt/openwrt.git] / target / linux / generic / pending-5.4 / 405-0002-devicetree-nvmem-nvmem-drop-nodename-restriction.patch
1 From 42645976c3289b03a12f1bd2bc131fd98fc27170 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] devicetree: nvmem: 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 ---
11 Documentation/devicetree/bindings/nvmem/nvmem.yaml | 3 ---
12 1 file changed, 3 deletions(-)
13
14 --- a/Documentation/devicetree/bindings/nvmem/nvmem.yaml
15 +++ b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
16 @@ -20,9 +20,6 @@ description: |
17 storage device.
18
19 properties:
20 - $nodename:
21 - pattern: "^(eeprom|efuse|nvram)(@.*|-[0-9a-f])*$"
22 -
23 "#address-cells":
24 const: 1
25