rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399
authorSuniel Mahesh <sunil@amarulasolutions.com>
Mon, 3 Feb 2020 13:50:04 +0000 (19:20 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Feb 2020 08:45:38 +0000 (16:45 +0800)
commit01892d230dd456278cd28c3b8de109202f910238
tree4c7985c5baec09fd815b08fa56bd2f6ba4d62012
parent80b9882a6e666fe7edd7fe3e821ae6e8188fb126
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 <sunil@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3399/Kconfig
board/firefly/roc-pc-rk3399/Kconfig [new file with mode: 0644]
board/firefly/roc-pc-rk3399/MAINTAINERS [new file with mode: 0644]
board/firefly/roc-pc-rk3399/Makefile [new file with mode: 0644]
board/firefly/roc-pc-rk3399/roc-pc-rk3399.c [new file with mode: 0644]
board/rockchip/evb_rk3399/MAINTAINERS
configs/roc-pc-rk3399_defconfig
include/configs/roc-pc-rk3399.h [new file with mode: 0644]