summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3288
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-13 21:24:54 (GMT)
committerSimon Glass <sjg@chromium.org>2016-11-26 00:59:32 (GMT)
commitc420ef67e5799d80b807c2866576bf3881893cbf (patch)
treebd1db2b50f1e0753e070952854c40c64b296fcdc /arch/arm/mach-rockchip/rk3288
parente70408c069795fc2084aaee65a1a6c5f42c91a8f (diff)
downloadu-boot-fsl-qoriq-c420ef67e5799d80b807c2866576bf3881893cbf.tar.xz
rockchip: Add support for veyron-minnie (ASUS Chromebook Flip)
This adds support for the Asus Chromebook Flip, an RK3288-based clamshell device which can flip into 'tablet' mode. The device tree file comes from Linux v4.8. The SDRAM parameters are for 4GB Samsung LPDDR3. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288')
-rw-r--r--arch/arm/mach-rockchip/rk3288/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig
index 204c1c7..223ae41 100644
--- a/arch/arm/mach-rockchip/rk3288/Kconfig
+++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -58,6 +58,16 @@ config TARGET_CHROMEBIT_MICKEY
Typically a USB hub or wireless keyboard/touchpad is used to get
keyboard and mouse access.
+config TARGET_CHROMEBOOK_MINNIE
+ bool "Google/Rockchip Veyron-Minnie Chromebook"
+ help
+ Jerry is a RK3288-based convertible clamshell device with 2 USB 3.0
+ ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
+ HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
+ EC (Cortex-M3) to provide access to the keyboard and battery
+ functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of
+ internal MMC. The product name is ASUS Chromebook Flip.
+
config TARGET_ROCK2
bool "Radxa Rock 2"
help