diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-03-04 22:26:00 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-05 14:54:25 +0100 |
commit | 6198adeaf21536f426a79f3d490651e52fd76d60 (patch) | |
tree | ba33c074de263a1a8aa59fe4cfc193706d696f60 | |
parent | dt-bindings: bus: Drop empty compatible string in example (diff) | |
download | linux-6198adeaf21536f426a79f3d490651e52fd76d60.tar.xz linux-6198adeaf21536f426a79f3d490651e52fd76d60.zip |
MAINTAINERS: update ALLWINNER CPUFREQ DRIVER entry
Commit b30d8cf5e171 ("dt-bindings: opp: Convert Allwinner H6 OPP to a
schema") converted in Documentation/devicetree/bindings/opp/ the file
sun50i-nvmem-cpufreq.txt to allwinner,sun50i-h6-operating-points.yaml.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches \
F: Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt
Adjust the file pattern in the ALLWINNER CPUFREQ DRIVER entry.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 35e9b133c424..74a6d080ef6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -693,7 +693,7 @@ ALLWINNER CPUFREQ DRIVER M: Yangtao Li <tiny.windzz@gmail.com> L: linux-pm@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt +F: Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml F: drivers/cpufreq/sun50i-cpufreq-nvmem.c ALLWINNER CRYPTO DRIVERS |