Skip to content

Commit 35944dc

Browse files
bulwahnjbrun3t
authored andcommitted
MAINTAINERS: repair pattern in ARM/Amlogic Meson SoC CLOCK FRAMEWORK
Commit e6c6ddb ("dt-bindings: clock: meson: add A1 PLL clock controller bindings") adds a file entry with pattern "include/dt-bindings/clock/a1*" to the ARM/Amlogic Meson SoC CLOCK FRAMEWORK section. However, all header files added in the patch series to add Amlogic A1 clock controller drivers carry the prefix "amlogic,a1", and there are not header files matching "a1*". Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Adjust the pattern of this file entry to match the headers actually added. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Link: https://lore.kernel.org/r/20230614084212.1359-1-lukas.bulwahn@gmail.com Fixes: e6c6ddb ("dt-bindings: clock: meson: add A1 PLL clock controller bindings") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
1 parent b853320 commit 35944dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ L: linux-amlogic@lists.infradead.org
18881888
S: Maintained
18891889
F: Documentation/devicetree/bindings/clock/amlogic*
18901890
F: drivers/clk/meson/
1891-
F: include/dt-bindings/clock/a1*
1891+
F: include/dt-bindings/clock/amlogic,a1*
18921892
F: include/dt-bindings/clock/gxbb*
18931893
F: include/dt-bindings/clock/meson*
18941894

0 commit comments

Comments
 (0)