From d93d8995a6ff85daa954f075b700d0660a2c9335 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 23 Oct 2015 22:49:34 -0700 Subject: twr-vf65gs10: move to Linux 4.1 based linux-fslc tree Change the default Kernel to the linux-fslc 4.1 kernel. What seems to work: - UART - CPU/Memory (obviously) and L2 Cache - ARM global timer as clock source - Pinctrl/GPIO support - SD-Card - USB Host (according to bootlog, not tested) - SoC internal RTC (SNVS RTC) - Watchdog Not tested, but should be working: - Audio using SGTL5000 connected via SAI (hardware not available) - DCU Framebuffer device (hardware not available) - Ethernet PHYs (not sure, might be a hardware issue) Known to be missing: - Spansion Flash S25FL128S connected via QuadSPI - MCC v1 and v2 - Touchscreen with TWR-LCD-RGB (according to Tony) Signed-off-by: Stefan Agner Signed-off-by: Otavio Salvador --- conf/machine/twr-vf65gs10.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/machine/twr-vf65gs10.conf') diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf index 45c9232..40a98c0 100644 --- a/conf/machine/twr-vf65gs10.conf +++ b/conf/machine/twr-vf65gs10.conf @@ -2,19 +2,19 @@ #@NAME: Freescale Vybrid TWR-VF65GS10 #@SOC: VF610 #@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10 -#@MAINTAINER: Anthony Felice +#@MAINTAINER: Stefan Agner include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa5.inc SOC_FAMILY = "vf:vf60" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys" -PREFERRED_PROVIDER_virtual/kernel-module-mcc ?= "kernel-module-mcc" -PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev ?= "kernel-module-mcc" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc" UBOOT_MACHINE = "vf610twr_config" +KERNEL_DEVICETREE = "vf610-twr.dtb" + SERIAL_CONSOLE = "115200 ttyLP1" MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" -- cgit v1.2.3-54-g00ecf