cfa-10057, also called cfa-920 is a cfa-10036 plus ethernet, usb, mems and a 3.5" touchscreen.
Signed-off-by: Alexandre Belloni <[email protected]> --- 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" + -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
