diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-02-10 14:54:30 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:09 +0200 |
commit | f5abfed8e916b9dd7a1b1187935e834acd5c9710 (patch) | |
tree | e6d65a6b33839e348791f55a55feadc16ccfe88f /MAINTAINERS | |
parent | f91121c7942a8ae96991d4519349f5e98a486854 (diff) | |
download | u-boot-f5abfed8e916b9dd7a1b1187935e834acd5c9710.tar.gz |
clk: create meson directory and move related drivers
In order to support the Amlogic G12A clock controller,
re-architect the clock files into a meson directory.
No functionnal changes.
MAINTAINERS entry is also updated.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f9ee4281d9..f5c1e70605 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -93,7 +93,7 @@ L: u-boot-amlogic@groups.io T: git git://git.denx.de/u-boot-amlogic.git F: arch/arm/mach-meson/ F: arch/arm/include/asm/arch-meson/ -F: drivers/clk/clk_meson* +F: drivers/clk/meson/ F: drivers/serial/serial_meson.c F: drivers/reset/reset-meson.c F: drivers/i2c/meson_i2c.c |