diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-10-28 19:03:47 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-10-30 23:31:26 +0800 |
commit | 51656ae1d130975d8acfa47308b5b9edee15924f (patch) | |
tree | db5ef5574a737a0b5e1c83e5e634d0a39b8e1526 /arch/arm/mach-rockchip/px30 | |
parent | d432975cec39b856fe910371c78f4f25b6fa8b33 (diff) | |
download | u-boot-51656ae1d130975d8acfa47308b5b9edee15924f.tar.gz |
rockchip: Add Engicam PX30.Core C.TOUCH 2.0
PX30.Core is an EDIMM SOM based on Rockchip PX30 from Engicam.
C.TOUCH 2.0 is a general purpose carrier board with capacitive
touch interface support.
PX30.Core needs to mount on top of this Carrier board for creating
complete PX30.Core C.TOUCH 2.0 board.
Add support for it.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com>
Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/px30')
-rw-r--r-- | arch/arm/mach-rockchip/px30/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/px30/Kconfig b/arch/arm/mach-rockchip/px30/Kconfig index 5d014f6561..16090f5b08 100644 --- a/arch/arm/mach-rockchip/px30/Kconfig +++ b/arch/arm/mach-rockchip/px30/Kconfig @@ -20,6 +20,13 @@ config TARGET_PX30_CORE * PX30.Core needs to mount on top of EDIMM2.2 for creating complete PX30.Core EDIMM2.2 Starter Kit. + PX30.Core CTOUCH2: + * PX30.Core is an EDIMM SOM based on Rockchip PX30 from Engicam. + * CTOUCH2.0 is a general purpose Carrier board with capacitive + touch interface support. + * PX30.Core needs to mount on top of CTOUCH2.0 for creating complete + PX30.Core C.TOUCH Carrier board. + config ROCKCHIP_BOOT_MODE_REG default 0xff010200 |