diff options
author | Sebastian Reichel | 2020-11-04 17:18:36 +0100 |
---|---|---|
committer | Stefano Babic | 2020-11-04 19:47:14 +0100 |
commit | 3bbc763de6df4f76990d201daaf8246c504ebcca (patch) | |
tree | 55d2e61ec7dcd59d8cd46440f1fb95f9a09c7165 /board | |
parent | dc438fb6e69d1741f53b03be1cb0f85c80593288 (diff) |
board: ge: ppd: Update MAINTAINERS
This updates the PPD MAINTAINERS file doing a couple of changes:
* Replace Martyn with myself, since he no longer has the hardware
available and add Ian Ray as maintainer
* Fix the board directory path, which was still listing freescale/
instead of ge/
* Order the list of files alphabetically
* Add board specific device tree files to the file list
Cc: Martyn Welch <martyn.welch@collabora.com>
Cc: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ge/mx53ppd/MAINTAINERS | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/board/ge/mx53ppd/MAINTAINERS b/board/ge/mx53ppd/MAINTAINERS index 9b64b5d3893..2c06c8ee86c 100644 --- a/board/ge/mx53ppd/MAINTAINERS +++ b/board/ge/mx53ppd/MAINTAINERS @@ -1,7 +1,9 @@ -MX53PPD BOARD +GE PPD BOARD M: Antti Mäentausta <antti.maentausta@ge.com> -M: Martyn Welch <martyn.welch@collabora.co.uk> +M: Ian Ray <ian.ray@ge.com> +M: Sebastian Reichel <sebastian.reichel@collabora.com> S: Maintained -F: board/freescale/mx53ppd/ -F: include/configs/mx53ppd.h +F: arch/arm/dts/imx53-ppd* +F: board/ge/mx53ppd/ F: configs/mx53ppd_defconfig +F: include/configs/mx53ppd.h |