The cfa-10055 is a cfa-10037 with a 3.5" touchscreen attached. Signed-off-by: Alexandre Belloni <[email protected]> --- conf/machine/cfa10055.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/cfa10055.conf
diff --git a/conf/machine/cfa10055.conf b/conf/machine/cfa10055.conf new file mode 100644 index 0000000..2520ed7 --- /dev/null +++ b/conf/machine/cfa10055.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: Crystalfontz CFA-10055 +#@SOC: i.MX28 +#@DESCRIPTION: Machine configuration for CFA-10055 + +include conf/machine/include/cfa10036.inc + +KERNEL_DEVICETREE += "imx28-cfa10055.dtb" + +MACHINE_FEATURES += "touchscreen" + -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
