]> Git Repo - linux.git/commitdiff
MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE
authorLukas Bulwahn <[email protected]>
Fri, 22 Jul 2022 10:31:29 +0000 (12:31 +0200)
committerArnd Bergmann <[email protected]>
Fri, 22 Jul 2022 12:59:23 +0000 (14:59 +0200)
Commit 08e950449c62 ("dt-binding: clk: npcm845: Add binding for Nuvoton
NPCM8XX Clock") obviously adds nuvoton,npcm845-clk.h, but the file entry in
MAINTAINERS, added with commit 3670d2ec13ee ("arm64: npcm: Add support for
Nuvoton NPCM8XX BMC SoC") then refers to nuvoton,npcm8xx-clock.h.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in ARM/NUVOTON NPCM ARCHITECTURE.

Fixes: 3670d2ec13ee ("arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC")
Signed-off-by: Lukas Bulwahn <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
MAINTAINERS

index 38f1cb0ff337dc385fdc0fc782686677b3bd0d28..9e64321d5e27c9abc500af3382cae605a2a50d30 100644 (file)
@@ -2454,7 +2454,7 @@ F:        arch/arm64/boot/dts/nuvoton/
 F:     drivers/*/*npcm*
 F:     drivers/*/*/*npcm*
 F:     include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
-F:     include/dt-bindings/clock/nuvoton,npcm8xx-clock.h
+F:     include/dt-bindings/clock/nuvoton,npcm845-clk.h
 
 ARM/NUVOTON WPCM450 ARCHITECTURE
 M:     Jonathan Neuschäfer <[email protected]>
This page took 0.122832 seconds and 4 git commands to generate.