From 01892d230dd456278cd28c3b8de109202f910238 Mon Sep 17 00:00:00 2001 From: Suniel Mahesh Date: Mon, 3 Feb 2020 19:20:04 +0530 Subject: rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399 roc-pc-rk3399 board has one user button & three user LED's. Currently we don't have any code support for these devices. Since button and LED's are specific to roc-pc-rk3399 board, split it into its own board file and add code support here. Signed-off-by: Suniel Mahesh Reviewed-by: Kever Yang --- board/firefly/roc-pc-rk3399/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/firefly/roc-pc-rk3399/MAINTAINERS (limited to 'board/firefly/roc-pc-rk3399/MAINTAINERS') diff --git a/board/firefly/roc-pc-rk3399/MAINTAINERS b/board/firefly/roc-pc-rk3399/MAINTAINERS new file mode 100644 index 0000000000..7564dd252d --- /dev/null +++ b/board/firefly/roc-pc-rk3399/MAINTAINERS @@ -0,0 +1,6 @@ +ROC-RK3399-PC +M: Levin Du +S: Maintained +F: board/firefly/roc-pc-rk3399 +F: include/configs/roc-pc-rk3399.h +F: configs/roc-pc-rk3399_defconfig -- cgit