From 79537721838a47b4ea051527a19597f1cedcb2e1 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Fri, 6 Sep 2013 20:18:11 +0000 Subject: [PATCH] Add a machine configuration for cfa-10057 cfa-10057, also called cfa-920 is a cfa-10036 plus ethernet, usb, mems and a 3.5" touchscreen. Signed-off-by: Alexandre Belloni --- conf/machine/cfa10057.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/cfa10057.conf diff --git a/conf/machine/cfa10057.conf b/conf/machine/cfa10057.conf new file mode 100644 index 0000000..1e96692 --- /dev/null +++ b/conf/machine/cfa10057.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: Crystalfontz CFA-10057 +#@SOC: i.MX28 +#@DESCRIPTION: Machine configuration for CFA-10057, also called CFA-920 + +include conf/machine/include/cfa10036.inc + +KERNEL_DEVICETREE += "imx28-cfa10057.dtb" + +MACHINE_FEATURES += "touchscreen" +