This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Ethernet over USB

Hi

I am trying to boot the file system using the USB Ethernet Gadget, so far I was able to boot the kernel, but once in the kernel, my computer doesn't recognize it as a USB Ethernet device anymore, and I am including the USB Gadget in the kernel build, I am using AM335x custom board. Any help would be appreciated

This is my kernel config file

#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.12.10 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_ARCH_HAS_CPUFREQ=y
CONFIG_ARCH_HAS_BANDGAP=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_DMA_NONCOHERENT=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_VECTORS_BASE=0xffff0000
CONFIG_ARM_PATCH_PHYS_VIRT=y
CONFIG_GENERIC_BUG=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
# CONFIG_FHANDLE is not set
# CONFIG_AUDIT is not set

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_KTIME_SCALAR=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set

#
# RCU Subsystem
#
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_FANOUT=32
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_BOOST is not set
# CONFIG_RCU_NOCB_CPU is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=16
CONFIG_GENERIC_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_NAMESPACES is not set
# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_EXPERT=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_COMPAT_BRK=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_KRETPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_IDLE_POLL_SETUP=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_MODULE_SIG is not set
CONFIG_BLOCK=y
CONFIG_LBDAF=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_BSGLIB is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
# CONFIG_BLK_CMDLINE_PARSER is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_FREEZER=y

#
# System Type
#
CONFIG_MMU=y
# CONFIG_ARCH_MULTIPLATFORM is not set
# CONFIG_ARCH_INTEGRATOR is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_GEMINI is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_DOVE is not set
# CONFIG_ARCH_KIRKWOOD is not set
# CONFIG_ARCH_MV78XX0 is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_MMP is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_W90X900 is not set
# CONFIG_ARCH_LPC32XX is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_MSM is not set
# CONFIG_ARCH_SHMOBILE is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C24XX is not set
# CONFIG_ARCH_S3C64XX is not set
# CONFIG_ARCH_S5P64X0 is not set
# CONFIG_ARCH_S5PC100 is not set
# CONFIG_ARCH_S5PV210 is not set
# CONFIG_ARCH_EXYNOS is not set
# CONFIG_ARCH_SHARK is not set
# CONFIG_ARCH_DAVINCI is not set
# CONFIG_ARCH_OMAP1 is not set
CONFIG_ARCH_OMAP2PLUS=y

#
# Multiple platform selection
#

#
# CPU Core family selection
#
CONFIG_ARCH_MULTI_V6=y
CONFIG_ARCH_MULTI_V7=y
CONFIG_ARCH_MULTI_V6_V7=y
# CONFIG_ARCH_MULTI_CPU_AUTO is not set
# CONFIG_ARCH_MVEBU is not set
# CONFIG_ARCH_BCM is not set
# CONFIG_ARCH_BCM2835 is not set
# CONFIG_ARCH_CNS3XXX is not set
CONFIG_GPIO_PCA953X=y
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_ARCH_HIGHBANK is not set
# CONFIG_ARCH_KEYSTONE is not set
# CONFIG_ARCH_MXC is not set

#
# TI OMAP Common Features
#

#
# OMAP Feature Selections
#
CONFIG_OMAP_DEBUG_DEVICES=y
CONFIG_OMAP_DEBUG_LEDS=y
CONFIG_OMAP_RESET_CLOCKS=y
CONFIG_OMAP_MUX=y
CONFIG_OMAP_MUX_DEBUG=y
CONFIG_OMAP_MUX_WARNINGS=y
CONFIG_OMAP_32K_TIMER=y
# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set
CONFIG_OMAP_DM_TIMER=y
CONFIG_OMAP_PM_NOOP=y
CONFIG_MACH_OMAP_GENERIC=y
CONFIG_ARCH_OMAP=y
CONFIG_ARCH_OMAP2=y
CONFIG_ARCH_OMAP3=y
CONFIG_ARCH_OMAP4=y
CONFIG_SOC_OMAP5=y
CONFIG_SOC_AM33XX=y
CONFIG_SOC_AM43XX=y

#
# TI OMAP2/3/4 Specific Features
#
CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
CONFIG_SOC_HAS_OMAP2_SDRC=y
CONFIG_SOC_HAS_REALTIME_COUNTER=y
CONFIG_SOC_DRA7XX=y

#
# OMAP Core Type
#
CONFIG_SOC_OMAP2420=y
CONFIG_SOC_OMAP2430=y
CONFIG_SOC_OMAP3430=y
CONFIG_SOC_TI81XX=y
CONFIG_OMAP_PACKAGE_ZAF=y
CONFIG_OMAP_PACKAGE_ZAC=y
CONFIG_OMAP_PACKAGE_CBB=y
CONFIG_OMAP_PACKAGE_CUS=y
CONFIG_OMAP_PACKAGE_CBP=y

#
# OMAP Board Type
#
CONFIG_MACH_OMAP2_TUSB6010=y
CONFIG_MACH_OMAP_H4=y
CONFIG_MACH_OMAP_2430SDP=y
CONFIG_MACH_OMAP3_BEAGLE=y
CONFIG_MACH_DEVKIT8000=y
CONFIG_MACH_OMAP_LDP=y
CONFIG_MACH_OMAP3530_LV_SOM=y
CONFIG_MACH_OMAP3_TORPEDO=y
CONFIG_MACH_OVERO=y
CONFIG_MACH_OMAP3EVM=y
CONFIG_MACH_OMAP3517EVM=y
# CONFIG_MACH_CRANEBOARD is not set
CONFIG_MACH_OMAP3_PANDORA=y
CONFIG_MACH_TOUCHBOOK=y
CONFIG_MACH_OMAP_3430SDP=y
CONFIG_MACH_NOKIA_N800=y
CONFIG_MACH_NOKIA_N810=y
CONFIG_MACH_NOKIA_N810_WIMAX=y
CONFIG_MACH_NOKIA_N8X0=y
CONFIG_MACH_NOKIA_RM680=y
CONFIG_MACH_NOKIA_RX51=y
CONFIG_MACH_OMAP_ZOOM2=y
CONFIG_MACH_OMAP_ZOOM3=y
CONFIG_MACH_CM_T35=y
CONFIG_MACH_CM_T3517=y
CONFIG_MACH_CM_T3730=y
CONFIG_MACH_IGEP0020=y
CONFIG_MACH_IGEP0030=y
CONFIG_MACH_SBC3530=y
CONFIG_MACH_OMAP_3630SDP=y
CONFIG_MACH_TI8168EVM=y
CONFIG_MACH_TI8148EVM=y
# CONFIG_OMAP3_EMU is not set
# CONFIG_OMAP3_SDRC_AC_TIMING is not set
CONFIG_OMAP4_ERRATA_I688=y
# CONFIG_ARCH_PICOXCELL is not set
# CONFIG_ARCH_ROCKCHIP is not set
# CONFIG_ARCH_SOCFPGA is not set
# CONFIG_PLAT_SPEAR is not set
# CONFIG_ARCH_STI is not set
# CONFIG_ARCH_SHMOBILE_MULTI is not set
# CONFIG_ARCH_SUNXI is not set
# CONFIG_ARCH_SIRF is not set
# CONFIG_ARCH_TEGRA is not set
# CONFIG_ARCH_U8500 is not set
# CONFIG_ARCH_VEXPRESS is not set
# CONFIG_ARCH_VIRT is not set
# CONFIG_ARCH_WM8750 is not set
# CONFIG_ARCH_WM8850 is not set
# CONFIG_ARCH_ZYNQ is not set

#
# Processor Type
#
CONFIG_CPU_V6=y
CONFIG_CPU_V7=y
CONFIG_CPU_32v6=y
CONFIG_CPU_32v6K=y
CONFIG_CPU_32v7=y
CONFIG_CPU_ABRT_EV6=y
CONFIG_CPU_ABRT_EV7=y
CONFIG_CPU_PABRT_V6=y
CONFIG_CPU_PABRT_V7=y
CONFIG_CPU_CACHE_V6=y
CONFIG_CPU_CACHE_V7=y
CONFIG_CPU_CACHE_VIPT=y
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_TLB_V6=y
CONFIG_CPU_TLB_V7=y
CONFIG_CPU_HAS_ASID=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y
CONFIG_CPU_USE_DOMAINS=y

#
# Processor Features
#
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
CONFIG_ARM_THUMB=y
CONFIG_ARM_THUMBEE=y
CONFIG_ARM_VIRT_EXT=y
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_KUSER_HELPERS=y
CONFIG_OUTER_CACHE=y
CONFIG_OUTER_CACHE_SYNC=y
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
CONFIG_CACHE_L2X0=y
CONFIG_ARM_L1_CACHE_SHIFT_6=y
CONFIG_ARM_L1_CACHE_SHIFT=6
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
CONFIG_ARCH_HAS_BARRIERS=y
CONFIG_ARM_NR_BANKS=8
CONFIG_MULTI_IRQ_HANDLER=y
# CONFIG_ARM_ERRATA_326103 is not set
CONFIG_ARM_ERRATA_411920=y
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
CONFIG_PL310_ERRATA_588369=y
CONFIG_ARM_ERRATA_720789=y
CONFIG_PL310_ERRATA_727915=y
# CONFIG_ARM_ERRATA_743622 is not set
# CONFIG_ARM_ERRATA_751472 is not set
CONFIG_ARM_ERRATA_754322=y
# CONFIG_ARM_ERRATA_364296 is not set
# CONFIG_PL310_ERRATA_769419 is not set
CONFIG_ARM_ERRATA_775420=y
# CONFIG_ARM_ERRATA_773022 is not set
CONFIG_ARM_ERRATA_799270=y
CONFIG_TI_PRIV_EDMA=y

#
# Bus support
#
CONFIG_PCI=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set

#
# PCI host controller drivers
#
CONFIG_PCIE_DRA7XX=y
CONFIG_PCIE_DW=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
# CONFIG_PCCARD is not set

#
# Kernel Features
#
CONFIG_HAVE_SMP=y
# CONFIG_SMP is not set
CONFIG_HAVE_ARM_SCU=y
CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_ARM_PSCI is not set
CONFIG_ARCH_NR_GPIO=512
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_HZ_FIXED=0
# CONFIG_HZ_100 is not set
CONFIG_HZ_200=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_500 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=200
CONFIG_SCHED_HRTICK=y
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
CONFIG_HAVE_ARCH_PFN_VALID=y
CONFIG_HIGHMEM=y
# CONFIG_HIGHPTE is not set
CONFIG_HW_PERF_EVENTS=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
CONFIG_BOUNCE=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_NEED_PER_CPU_KM=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_ZBUD is not set
CONFIG_FORCE_MAX_ZONEORDER=12
CONFIG_ALIGNMENT_TRAP=y
# CONFIG_UACCESS_WITH_MEMCPY is not set
# CONFIG_SECCOMP is not set
# CONFIG_CC_STACKPROTECTOR is not set

#
# Boot options
#
CONFIG_USE_OF=y
CONFIG_ATAGS=y
# CONFIG_DEPRECATED_PARAM_STRUCT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200"
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_AUTO_ZRELADDR=y

#
# CPU Power Management
#

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set

#
# Floating point emulation
#

#
# At least one emulation must be selected
#
CONFIG_FPE_NWFPE=y
# CONFIG_FPE_NWFPE_XP is not set
# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_NEON=y
# CONFIG_KERNEL_MODE_NEON is not set

#
# Userspace binary formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y

#
# Power management options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_PM_SLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_APM_EMULATION is not set
CONFIG_ARCH_HAS_OPP=y
CONFIG_PM_OPP=y
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_CPU_PM=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARM_CPU_SUSPEND=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_ROUTE_CLASSID=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_NET_IP_TUNNEL is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_NET_IPVTI is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
# CONFIG_INET_UDP_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_PROCFS is not set
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
CONFIG_NF_CT_PROTO_UDPLITE=y
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_SNMP is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_CT_NETLINK_TIMEOUT=y
CONFIG_NF_CT_NETLINK_HELPER=y
CONFIG_NETFILTER_NETLINK_QUEUE_CT=y
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_UDPLITE=y
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_FTP is not set
# CONFIG_NF_NAT_IRC is not set
# CONFIG_NF_NAT_SIP is not set
# CONFIG_NF_NAT_TFTP is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_CONNMARK=y

#
# Xtables targets
#
# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
# CONFIG_NETFILTER_XT_TARGET_CT is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
CONFIG_NETFILTER_XT_TARGET_HL=y
CONFIG_NETFILTER_XT_TARGET_HMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LED=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
CONFIG_NETFILTER_XT_MATCH_ECN=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_HL=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_NFACCT=y
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
CONFIG_NETFILTER_XT_MATCH_OWNER=y
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
CONFIG_NETFILTER_XT_MATCH_REALM=y
CONFIG_NETFILTER_XT_MATCH_RECENT=y
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
# CONFIG_IP_NF_MATCH_RPFILTER is not set
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_SYNPROXY is not set
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_NF_NAT_IPV4=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_REDIRECT=y
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_CLUSTERIP=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
# CONFIG_IP_NF_ARPFILTER is not set
# CONFIG_IP_NF_ARP_MANGLE is not set
# CONFIG_BRIDGE_NF_EBTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_VLAN_FILTERING is not set
CONFIG_HAVE_NET_DSA=y
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP is not set
# CONFIG_VLAN_8021Q_MVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
CONFIG_NETLINK_DIAG=y
# CONFIG_NET_MPLS_GSO is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
CONFIG_RFKILL_REGULATOR=m
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="am335x-pm-firmware.bin"
CONFIG_EXTRA_FIRMWARE_DIR="firmware"
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_SOC_BUS=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_CMA=y

#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=24
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
CONFIG_CMA_AREAS=7

#
# Bus devices
#
CONFIG_OMAP_OCP2SCP=y
CONFIG_OMAP_INTERCONNECT=y
# CONFIG_ARM_CCI is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_MTD=y
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_OF_PARTS=y
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_SM_FTL is not set
CONFIG_MTD_OOPS=y
# CONFIG_MTD_SWAP is not set

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_GEN_PROBE=y
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_CFI_INTELEXT=y
# CONFIG_MTD_CFI_AMDSTD is not set
# CONFIG_MTD_CFI_STAA is not set
CONFIG_MTD_CFI_UTIL=y
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PHYSMAP is not set
# CONFIG_MTD_PHYSMAP_OF is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
# CONFIG_MTD_DATAFLASH is not set
CONFIG_MTD_M25P80=y
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOCG3 is not set
CONFIG_BCH_CONST_M=13
CONFIG_MTD_NAND_ECC=y
# CONFIG_MTD_NAND_ECC_SMC is not set
CONFIG_MTD_NAND=y
# CONFIG_MTD_NAND_ECC_BCH is not set
# CONFIG_MTD_SM_COMMON is not set
# CONFIG_MTD_NAND_DENALI is not set
# CONFIG_MTD_NAND_GPIO is not set
CONFIG_MTD_NAND_OMAP2=y
CONFIG_MTD_NAND_OMAP_BCH=y
CONFIG_MTD_NAND_IDS=y
# CONFIG_MTD_NAND_RICOH is not set
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_NAND_DOCG4 is not set
# CONFIG_MTD_NAND_CAFE is not set
# CONFIG_MTD_NAND_NANDSIM is not set
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_ONENAND is not set

#
# LPDDR flash memory drivers
#
# CONFIG_MTD_LPDDR is not set
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
CONFIG_DTC=y
CONFIG_OF=y

#
# Device Tree and Open Firmware support
#
CONFIG_PROC_DEVICETREE=y
# CONFIG_OF_SELFTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=y
CONFIG_OF_PCI=y
CONFIG_OF_PCI_IRQ=y
CONFIG_OF_MTD=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_MG_DISK is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=m
# CONFIG_AD525X_DPOT is not set
# CONFIG_ATMEL_PWM is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=y
CONFIG_TIFM_7XX1=y
# CONFIG_ICS932S401 is not set
# CONFIG_ATMEL_SSC is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
CONFIG_SENSORS_TSL2550=m
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_TI_DAC7512 is not set
CONFIG_BMP085=y
CONFIG_BMP085_I2C=m
# CONFIG_BMP085_SPI is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
CONFIG_CROSSBAR=y
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
CONFIG_EEPROM_93CX6=y
# CONFIG_EEPROM_93XX46 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=y
CONFIG_ST_HCI=y
# CONFIG_SENSORS_LIS3_SPI is not set
CONFIG_SENSORS_LIS3_I2C=m

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_BNX2X_FCOE is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
CONFIG_SATA_AHCI_PLATFORM=y
# CONFIG_AHCI_IMX is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_SATA_TI=y
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_HIGHBANK is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_RCAR is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARASAN_CF is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BCACHE is not set
# CONFIG_BLK_DEV_DM is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
CONFIG_NET_TEAM=y
# CONFIG_NET_TEAM_MODE_BROADCAST is not set
# CONFIG_NET_TEAM_MODE_ROUNDROBIN is not set
# CONFIG_NET_TEAM_MODE_RANDOM is not set
# CONFIG_NET_TEAM_MODE_ACTIVEBACKUP is not set
# CONFIG_NET_TEAM_MODE_LOADBALANCE is not set
# CONFIG_MACVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
# CONFIG_ETHERNET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_AT803X_PHY=y
# CONFIG_AMD_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
CONFIG_SMSC_PHY=y
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
# CONFIG_MICREL_KS8995MA is not set
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=y
CONFIG_PPP_MULTILINK=y
# CONFIG_PPPOE is not set
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
# CONFIG_SLIP is not set
CONFIG_SLHC=y

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_VMXNET3 is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
CONFIG_INPUT_POLLDEV=m
# CONFIG_INPUT_SPARSEKMAP is not set
CONFIG_INPUT_MATRIXKMAP=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_GPIO=y
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
CONFIG_KEYBOARD_MATRIX=y
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_OMAP4 is not set
CONFIG_KEYBOARD_TWL4030=y
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
CONFIG_TOUCHSCREEN_ATMEL_MXT=y
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_EGALAX is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_TI_AM335X_TSC=y
CONFIG_TOUCHSCREEN_PIXCIR=m
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_W90X900 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_GP2A is not set
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_TWL4030_PWRBUTTON=y
# CONFIG_INPUT_TWL4030_VIBRA is not set
# CONFIG_INPUT_TWL6040_VIBRA is not set
CONFIG_INPUT_UINPUT=y
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_APBPS2 is not set
# CONFIG_SERIO_OLPC_APSP is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVKMEM=y

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_EM is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_OF_PLATFORM is not set
CONFIG_SERIAL_OMAP=y
CONFIG_SERIAL_OMAP_CONSOLE=y
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_ST_ASC is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_HVC_DCC is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_ATMEL is not set
CONFIG_HW_RANDOM_OMAP=y
# CONFIG_HW_RANDOM_EXYNOS is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EG20T is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_OMAP=y
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_FSL_SPI is not set
# CONFIG_SPI_FSL_DSPI is not set
# CONFIG_SPI_OC_TINY is not set
CONFIG_SPI_OMAP24XX=y
CONFIG_SPI_TI_QSPI=y
# CONFIG_SPI_PXA2XX is not set
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_DESIGNWARE is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_HSI is not set

#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PINCTRL=y

#
# Pin controllers
#
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
CONFIG_DEBUG_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y
# CONFIG_PINCTRL_PALMAS is not set
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIOLIB=y
CONFIG_OF_GPIO=y
CONFIG_DEBUG_GPIO=y
CONFIG_GPIO_SYSFS=y

#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_EM is not set
# CONFIG_GPIO_RCAR is not set
# CONFIG_GPIO_TS5500 is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_GRGPIO is not set

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X_IRQ is not set
CONFIG_GPIO_PCF857X=y
# CONFIG_GPIO_SX150X is not set
CONFIG_GPIO_TWL4030=y
# CONFIG_GPIO_TWL6040 is not set
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_ADNP is not set

#
# PCI GPIO expanders:
#
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_RDC321X is not set

#
# SPI GPIO expanders:
#
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_74X164 is not set

#
# AC97 GPIO expanders:
#

#
# LPC GPIO expanders:
#

#
# MODULbus GPIO expanders:
#
# CONFIG_GPIO_PALMAS is not set
# CONFIG_GPIO_TPS65910 is not set

#
# USB GPIO expanders:
#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_ISP1704 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_TWL4030 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_MANAGER is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_POWER_RESET is not set
# CONFIG_POWER_RESET_RESTART is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7310 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_IIO_HWMON is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
CONFIG_SENSORS_LM75=m
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_ADS7871 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_EMULATION is not set

#
# Texas Instruments thermal drivers
#
CONFIG_TI_SOC_THERMAL=y
CONFIG_OMAP4_THERMAL=y
CONFIG_OMAP5_THERMAL=y
CONFIG_DRA752_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
CONFIG_OMAP_WATCHDOG=y
CONFIG_TWL4030_WATCHDOG=y
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_MEN_A21_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_MFD_ASIC3 is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_EZX_PCAP is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_STMPE is not set
CONFIG_MFD_SYSCON=y
CONFIG_MFD_TI_AM335X_TSCADC=y
# CONFIG_MFD_LP8788 is not set
CONFIG_MFD_PALMAS=y
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
CONFIG_MFD_TPS65217=y
CONFIG_MFD_TPS65218=y
# CONFIG_MFD_TPS6586X is not set
CONFIG_MFD_TPS65910=y
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
CONFIG_TWL4030_CORE=y
# CONFIG_TWL4030_MADC is not set
CONFIG_TWL4030_POWER=y
CONFIG_MFD_TWL4030_AUDIO=y
CONFIG_TWL6040_CORE=y
CONFIG_MENELAUS=y
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TIMBERDALE is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_VEXPRESS_CONFIG is not set
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_DUMMY is not set
CONFIG_REGULATOR_FIXED_VOLTAGE=y
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_AD5398 is not set
# CONFIG_REGULATOR_ANATOP is not set
# CONFIG_REGULATOR_DA9210 is not set
# CONFIG_REGULATOR_FAN53555 is not set
# CONFIG_REGULATOR_GPIO is not set
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_LP3971 is not set
# CONFIG_REGULATOR_LP3972 is not set
# CONFIG_REGULATOR_LP872X is not set
# CONFIG_REGULATOR_LP8755 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX8649 is not set
# CONFIG_REGULATOR_MAX8660 is not set
# CONFIG_REGULATOR_MAX8952 is not set
# CONFIG_REGULATOR_MAX8973 is not set
CONFIG_REGULATOR_PALMAS=y
CONFIG_REGULATOR_PBIAS=y
# CONFIG_REGULATOR_PFUZE100 is not set
# CONFIG_REGULATOR_TI_ABB is not set
# CONFIG_REGULATOR_TPS51632 is not set
# CONFIG_REGULATOR_TPS62360 is not set
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=y
CONFIG_REGULATOR_TPS65217=y
CONFIG_REGULATOR_TPS65218=y
# CONFIG_REGULATOR_TPS6524X is not set
CONFIG_REGULATOR_TPS65910=y
CONFIG_REGULATOR_TWL4030=y
CONFIG_REGULATOR_TIAVSCLASS0=y
CONFIG_MEDIA_SUPPORT=y

#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
# CONFIG_MEDIA_RADIO_SUPPORT is not set
# CONFIG_MEDIA_RC_SUPPORT is not set
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_VIDEO_V4L2=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEOBUF2_CORE=y
CONFIG_VIDEOBUF2_MEMOPS=y
CONFIG_VIDEOBUF2_DMA_CONTIG=y
# CONFIG_VIDEO_V4L2_INT_DEVICE is not set
# CONFIG_TTPCI_EEPROM is not set

#
# Media drivers
#
# CONFIG_MEDIA_USB_SUPPORT is not set
# CONFIG_MEDIA_PCI_SUPPORT is not set
CONFIG_V4L_PLATFORM_DRIVERS=y
# CONFIG_VIDEO_CAFE_CCIC is not set
# CONFIG_VIDEO_DM6446_CCDC is not set
# CONFIG_VIDEO_OMAP2_VOUT is not set
# CONFIG_VIDEO_TIMBERDALE is not set
# CONFIG_SOC_CAMERA is not set
CONFIG_VIDEO_AM437X_VPFE=y
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set

#
# Supported MMC/SDIO adapters
#
# CONFIG_CYPRESS_FIRMWARE is not set

#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set

#
# Encoders, decoders, sensors and other helper chips
#

#
# Audio decoders, processors and mixers
#
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
# CONFIG_VIDEO_MSP3400 is not set
# CONFIG_VIDEO_CS5345 is not set
# CONFIG_VIDEO_CS53L32A is not set
# CONFIG_VIDEO_TLV320AIC23B is not set
# CONFIG_VIDEO_UDA1342 is not set
# CONFIG_VIDEO_WM8775 is not set
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_VP27SMPX is not set
# CONFIG_VIDEO_SONY_BTF_MPX is not set

#
# RDS decoders
#
# CONFIG_VIDEO_SAA6588 is not set

#
# Video decoders
#
# CONFIG_VIDEO_ADV7180 is not set
# CONFIG_VIDEO_ADV7183 is not set
# CONFIG_VIDEO_ADV7604 is not set
# CONFIG_VIDEO_ADV7842 is not set
# CONFIG_VIDEO_BT819 is not set
# CONFIG_VIDEO_BT856 is not set
# CONFIG_VIDEO_BT866 is not set
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_ML86V7667 is not set
# CONFIG_VIDEO_SAA7110 is not set
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_SAA7191 is not set
# CONFIG_VIDEO_TVP514X is not set
# CONFIG_VIDEO_TVP5150 is not set
# CONFIG_VIDEO_TVP7002 is not set
# CONFIG_VIDEO_TW2804 is not set
# CONFIG_VIDEO_TW9903 is not set
# CONFIG_VIDEO_TW9906 is not set
# CONFIG_VIDEO_VPX3220 is not set

#
# Video and audio decoders
#
# CONFIG_VIDEO_SAA717X is not set
# CONFIG_VIDEO_CX25840 is not set

#
# Video encoders
#
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_SAA7185 is not set
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set
# CONFIG_VIDEO_ADV7343 is not set
# CONFIG_VIDEO_ADV7393 is not set
# CONFIG_VIDEO_ADV7511 is not set
# CONFIG_VIDEO_AD9389B is not set
# CONFIG_VIDEO_AK881X is not set
# CONFIG_VIDEO_THS8200 is not set

#
# Camera sensor devices
#
CONFIG_VIDEO_OV2659=y
# CONFIG_VIDEO_OV7640 is not set
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_OV9650 is not set
# CONFIG_VIDEO_VS6624 is not set
# CONFIG_VIDEO_MT9M032 is not set
# CONFIG_VIDEO_MT9P031 is not set
# CONFIG_VIDEO_MT9T001 is not set
# CONFIG_VIDEO_MT9V011 is not set
# CONFIG_VIDEO_MT9V032 is not set
# CONFIG_VIDEO_SR030PC30 is not set
# CONFIG_VIDEO_NOON010PC30 is not set
# CONFIG_VIDEO_M5MOLS is not set
# CONFIG_VIDEO_S5K6AA is not set
# CONFIG_VIDEO_S5K4ECGX is not set
# CONFIG_VIDEO_SMIAPP is not set
# CONFIG_VIDEO_S5C73M3 is not set

#
# Flash devices
#
# CONFIG_VIDEO_ADP1653 is not set
# CONFIG_VIDEO_AS3645A is not set

#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set

#
# Miscelaneous helper chips
#
# CONFIG_VIDEO_THS7303 is not set
# CONFIG_VIDEO_M52790 is not set

#
# Sensors used on soc_camera driver
#

#
# Customise DVB Frontends
#
CONFIG_DVB_AU8522=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_DIB0090=m

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#
# CONFIG_VGA_ARB is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_FB is not set
# CONFIG_OMAP2_DSS is not set
# CONFIG_EXYNOS_VIDEO is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
# CONFIG_HIDRAW is not set
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_HUION is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO_TPKBD is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# USB HID support
#
CONFIG_USB_HID=m
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_OTG=y
CONFIG_USB_OTG_WHITELIST=y
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set
CONFIG_USB_MUSB_HDRC=y
# CONFIG_USB_MUSB_HOST is not set
CONFIG_USB_MUSB_GADGET=y
# CONFIG_USB_MUSB_DUAL_ROLE is not set
# CONFIG_USB_MUSB_TUSB6010 is not set
# CONFIG_USB_MUSB_OMAP2PLUS is not set
CONFIG_USB_MUSB_AM35X=y
# CONFIG_USB_MUSB_DSPS is not set
# CONFIG_USB_MUSB_UX500 is not set
CONFIG_USB_TI_CPPI41_DMA=y
# CONFIG_MUSB_PIO_ONLY is not set
# CONFIG_USB_RENESAS_USBHS is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
# CONFIG_USB_STORAGE is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
CONFIG_USB_DWC3=m
# CONFIG_USB_DWC3_HOST is not set
CONFIG_USB_DWC3_GADGET=y
# CONFIG_USB_DWC3_DUAL_ROLE is not set

#
# Platform Glue Driver Support
#
CONFIG_USB_DWC3_OMAP=m
# CONFIG_USB_DWC3_EXYNOS is not set
# CONFIG_USB_DWC3_PCI is not set

#
# Debugging features
#
# CONFIG_USB_DWC3_DEBUG is not set
# CONFIG_USB_CHIPIDEA is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HSIC_USB3503 is not set

#
# USB Physical Layer drivers
#
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_AM335X_CONTROL_USB=y
CONFIG_AM335X_PHY_USB=y
# CONFIG_SAMSUNG_USB2PHY is not set
# CONFIG_SAMSUNG_USB3PHY is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_RCAR_PHY is not set
# CONFIG_USB_ULPI is not set
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DEBUG=y
# CONFIG_USB_GADGET_VERBOSE is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2

#
# USB Peripheral Controller
#
CONFIG_USB_FUSB300=y
CONFIG_USB_FOTG210_UDC=y
CONFIG_USB_R8A66597=y
CONFIG_USB_PXA27X=y
CONFIG_USB_MV_UDC=y
CONFIG_USB_MV_U3D=y
CONFIG_USB_M66592=y
CONFIG_USB_AMD5536UDC=y
CONFIG_USB_NET2272=y
CONFIG_USB_NET2272_DMA=y
CONFIG_USB_NET2280=y
CONFIG_USB_GOKU=y
CONFIG_USB_EG20T=y
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_LIBCOMPOSITE=y
CONFIG_USB_U_ETHER=y
CONFIG_USB_U_RNDIS=y
CONFIG_USB_F_ECM=y
CONFIG_USB_F_SUBSET=y
CONFIG_USB_F_RNDIS=y
# CONFIG_USB_CONFIGFS is not set
# CONFIG_USB_ZERO is not set
CONFIG_USB_ETH=y
CONFIG_USB_ETH_RNDIS=y
# CONFIG_USB_ETH_EEM is not set
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_MASS_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_CDC_COMPOSITE is not set
# CONFIG_USB_G_ACM_MS is not set
# CONFIG_USB_G_MULTI is not set
# CONFIG_USB_G_HID is not set
# CONFIG_USB_G_DBGP is not set
# CONFIG_USB_G_WEBCAM is not set
# CONFIG_UWB is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_UNSAFE_RESUME=y
# CONFIG_MMC_CLKGATE is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_SDIO_UART=y
CONFIG_MMC_TEST=y

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=y
# CONFIG_MMC_SDHCI_PCI is not set
CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
CONFIG_MMC_OMAP=y
CONFIG_MMC_OMAP_HS=y
CONFIG_MMC_TIFM_SD=y
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_DW is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_OT200 is not set
# CONFIG_LEDS_BLINKM is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
CONFIG_RTC_DRV_PALMAS=y
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
CONFIG_RTC_DRV_TWL92330=y
CONFIG_RTC_DRV_TWL4030=y
# CONFIG_RTC_DRV_TPS65910 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T93 is not set
# CONFIG_RTC_DRV_M41T94 is not set
# CONFIG_RTC_DRV_DS1305 is not set
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
# CONFIG_RTC_DRV_R9701 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
# CONFIG_RTC_DRV_DS3234 is not set
# CONFIG_RTC_DRV_PCF2123 is not set
# CONFIG_RTC_DRV_RX4581 is not set

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set
# CONFIG_RTC_DRV_DS2404 is not set

#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_OMAP=y
# CONFIG_RTC_DRV_SNVS is not set
# CONFIG_RTC_DRV_MOXART is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
# CONFIG_DW_DMAC_CORE is not set
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_TIMB_DMA is not set
CONFIG_TI_EDMA=y
CONFIG_DMA_OMAP=y
CONFIG_TI_CPPI41=y
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_OF=y

#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set

#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_STAGING is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
CONFIG_COMMON_CLK_DEBUG=y
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_CLK_TWL6040 is not set
CONFIG_COMMON_CLK_PALMAS=y

#
# Hardware Spinlock drivers
#
# CONFIG_HWSPINLOCK_OMAP is not set
CONFIG_CLKSRC_OF=y
CONFIG_CLKSRC_MMIO=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_MAILBOX=y
CONFIG_OMAP_MBOX=y
CONFIG_OMAP2PLUS_MBOX=y
CONFIG_OMAP_MBOX_KFIFO_SIZE=256
CONFIG_IOMMU_SUPPORT=y
CONFIG_OF_IOMMU=y
# CONFIG_OMAP_IOMMU is not set

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set
# CONFIG_PRUSS_REMOTEPROC is not set

#
# Rpmsg drivers
#
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
CONFIG_OF_EXTCON=y
# CONFIG_EXTCON_GPIO is not set
# CONFIG_EXTCON_ADC_JACK is not set
CONFIG_EXTCON_PALMAS=y
CONFIG_EXTCON_GPIO_USBVID=y
# CONFIG_MEMORY is not set
CONFIG_IIO=y
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=y
CONFIG_IIO_KFIFO_BUF=y
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2

#
# Accelerometers
#
# CONFIG_BMA180 is not set
# CONFIG_IIO_ST_ACCEL_3AXIS is not set
# CONFIG_KXSD9 is not set

#
# Analog to digital converters
#
# CONFIG_AD7266 is not set
# CONFIG_AD7298 is not set
# CONFIG_AD7476 is not set
# CONFIG_AD7791 is not set
# CONFIG_AD7793 is not set
# CONFIG_AD7887 is not set
# CONFIG_AD7923 is not set
# CONFIG_EXYNOS_ADC is not set
# CONFIG_MAX1363 is not set
# CONFIG_MCP320X is not set
# CONFIG_NAU7802 is not set
# CONFIG_TI_ADC081C is not set
CONFIG_TI_AM335X_ADC=y
# CONFIG_TWL6030_GPADC is not set

#
# Amplifiers
#
# CONFIG_AD8366 is not set

#
# Hid Sensor IIO Common
#

#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5449 is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5624R_SPI is not set
# CONFIG_AD5686 is not set
# CONFIG_AD5755 is not set
# CONFIG_AD5764 is not set
# CONFIG_AD5791 is not set
# CONFIG_AD7303 is not set
# CONFIG_MAX517 is not set
# CONFIG_MCP4725 is not set

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16080 is not set
# CONFIG_ADIS16130 is not set
# CONFIG_ADIS16136 is not set
# CONFIG_ADIS16260 is not set
# CONFIG_ADXRS450 is not set
# CONFIG_IIO_ST_GYRO_3AXIS is not set
# CONFIG_ITG3200 is not set

#
# Inertial measurement units
#
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16480 is not set
# CONFIG_INV_MPU6050_IIO is not set

#
# Light sensors
#
# CONFIG_ADJD_S311 is not set
# CONFIG_APDS9300 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_VCNL4000 is not set

#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
# CONFIG_IIO_ST_MAGN_3AXIS is not set

#
# Triggers - standalone
#
# CONFIG_IIO_INTERRUPT_TRIGGER is not set
# CONFIG_IIO_SYSFS_TRIGGER is not set

#
# Pressure sensors
#
# CONFIG_IIO_ST_PRESS is not set

#
# Temperature sensors
#
# CONFIG_TMP006 is not set
# CONFIG_VME_BUS is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_PCA9685 is not set
CONFIG_PWM_TIECAP=y
CONFIG_PWM_TIEHRPWM=y
CONFIG_PWM_TIPWMSS=y
# CONFIG_PWM_TWL is not set
# CONFIG_PWM_TWL_LED is not set
CONFIG_IRQCHIP=y
CONFIG_ARM_GIC=y
# CONFIG_IPACK_BUS is not set
CONFIG_ARCH_HAS_RESET_CONTROLLER=y
CONFIG_RESET_CONTROLLER=y
CONFIG_RESET_TI=y
# CONFIG_FMC is not set

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
CONFIG_OMAP_CONTROL_PHY=y
CONFIG_OMAP_USB2=y
CONFIG_OMAP_PIPE3=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_EXT4_FS=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_FANOTIFY is not set
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RTIME=y
CONFIG_JFFS2_RUBIN=y
# CONFIG_JFFS2_CMODE_NONE is not set
CONFIG_JFFS2_CMODE_PRIORITY=y
# CONFIG_JFFS2_CMODE_SIZE is not set
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
CONFIG_UBIFS_FS=y
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_UBIFS_FS_ZLIB=y
# CONFIG_LOGFS is not set
CONFIG_CRAMFS=y
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_ROOT_NFS=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_SUNRPC_BACKCHANNEL=y
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
CONFIG_DEBUG_PREEMPT=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_PROVE_RCU_DELAY is not set
# CONFIG_SPARSE_RCU_POINTER is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_CPU_STALL_VERBOSE=y
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
# CONFIG_ARM_UNWIND is not set
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_LL is not set
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
# CONFIG_DEBUG_UART_PL01X is not set
# CONFIG_DEBUG_UART_8250 is not set
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
# CONFIG_ARM_KPROBES_TEST is not set
# CONFIG_PID_IN_CONTEXTIDR is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
CONFIG_CRYPTO_TEST=m

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
# CONFIG_CRYPTO_CBC is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
# CONFIG_CRYPTO_CMAC is not set
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32 is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA1_ARM is not set
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_ARM is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_CRYPTO_DEV_OMAP_SHAM=y
CONFIG_CRYPTO_DEV_OMAP_AES=y
CONFIG_CRYPTO_DEV_OMAP_DES=y
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_BCH=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_GENERIC_ATOMIC64=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_OID_REGISTRY=y
# CONFIG_VIRTUALIZATION is not set

Thanks in advance

this is my bootup

U-Boot SPL 2014.04-rc1-00233-gd689780 (Aug 01 2014 - 09:48:44)
Using default environment

usb_ether
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC 20:cd:39:f5:a7:49
HOST MAC de:ad:be:af:00:00
RNDIS ready
musb-hdrc: peripheral reset irq lost!
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
USB RNDIS network up!
BOOTP broadcast 1
BOOTP broadcast 2
Using usb_ether device
TFTP from server 192.168.2.151; our IP address is 192.168.2.6
Filename 'u-boot-restore.img'.
Load address: 0x807fffc0
Loading: ###########################
	 620.1 KiB/s
done
Bytes transferred = 393796 (60244 hex)


U-Boot 2014.04-rc1-00232-g50a91da-dirty (Apr 28 2015 - 11:15:12)

I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

Incorrect magic number (0xffffffff) in EEPROM
Could not get board ID.
Net:   <ethaddr> not set. Validating first E-fuse MAC
Incorrect magic number (0xffffffff) in EEPROM
Could not get board ID.
Could not get PHY for cpsw: addr 0
cpsw, usb_ether
Hit any key to stop autoboot:  0 
WARNING: Could not determine device tree to use
Booting from usb0 ...
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC 20:cd:39:f5:a7:49
HOST MAC de:ad:be:af:00:00
RNDIS ready
musb-hdrc: peripheral reset irq lost!
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
USB RNDIS network up!
Using usb_ether device
TFTP from server 192.168.2.151; our IP address is 192.168.2.3
Filename 'zImage'.
Load address: 0x80300000
Loading: #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ############################
	 1.2 MiB/s
done
Bytes transferred = 4215256 (4051d8 hex)
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC 20:cd:39:f5:a7:49
HOST MAC de:ad:be:af:00:00
RNDIS ready
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
USB RNDIS network up!
Using usb_ether device
TFTP from server 192.168.2.151; our IP address is 192.168.2.3
Filename 'am335x.dtb'.
Load address: 0x815f0000
Loading: ###
	 1.1 MiB/s
done
Bytes transferred = 35430 (8a66 hex)
Kernel image @ 0x80300000 [ 0x000000 - 0x4051d8 ]
## Flattened Device Tree blob at 815f0000
   Booting using the fdt blob at 0x815f0000
   Using Device Tree in place at 815f0000, end 815fba65

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.12.10 (nmakkiya@nmakkiya-OptiPlex-9010) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #14 PREEMPT Fri May 1 16:48:19 PDT 2015
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x Falcon
[    0.000000] cma: CMA: reserved 24 MiB at 9e000000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.151:/export/fs,nolock rw rootfstype=nfs ip=192.168.2.151
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 483184K/521216K available (5791K kernel code, 551K rwdata, 1836K rodata, 340K init, 211K bss, 38032K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc077b04c   (7629 kB)
[    0.000000]       .init : 0xc077c000 - 0xc07d1044   ( 341 kB)
[    0.000000]       .data : 0xc07d2000 - 0xc085bc38   ( 552 kB)
[    0.000000]        .bss : 0xc085bc44 - 0xc0890ae8   ( 212 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: timer1 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000268] Calibrating delay loop... 663.55 BogoMIPS (lpj=1658880)
[    0.059796] pid_max: default: 32768 minimum: 301
[    0.059888] Security Framework initialized
[    0.059932] Mount-cache hash table entries: 512
[    0.066913] CPU: Testing write buffer coherency: ok
[    0.067266] Setting up static identity map for 0xc05ad5e8 - 0xc05ad658
[    0.068170] devtmpfs: initialized
[    0.069698] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.130339] omap_hwmod: debugss: _wait_target_disable failed
[    0.130922] pinctrl core: initialized pinctrl subsystem
[    0.131685] regulator-dummy: no parameters
[    0.133707] NET: Registered protocol family 16
[    0.135664] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.144421] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.146533] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.147274] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.148344] OMAP GPIO hardware version 0.1
[    0.157740] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.160493] DSS not supported on this SoC
[    0.160515] No ATAGs?
[    0.160524] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.186803] bio: create slab <bio-0> at 0
[    0.199709] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.200922] vmmcsd_fixed: 3300 mV 
[    0.201366] wlan-en-regulator: 1800 mV 
[    0.205403] SCSI subsystem initialized
[    0.206552] usbcore: registered new interface driver usbfs
[    0.206718] usbcore: registered new interface driver hub
[    0.206898] usbcore: registered new device driver usb
[    0.210169] DCDC1: at 1500 mV 
[    0.211100] vdd_mpu: 925 <--> 1375 mV at 1325 mV 
[    0.211929] vdd_core: 925 <--> 1150 mV at 1125 mV 
[    0.212753] LDO1: at 1800 mV 
[    0.213569] LDO2: at 3300 mV 
[    0.215119] LDO3: 1800 mV 
[    0.216000] LDO4: at 3300 mV 
[    0.216206] Assiging LDO2 to STROBE14, so that it will be 			active during PMIC Sleep state
[    0.216998] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    0.217044] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.217732] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[    0.218038] media: Linux media interface: v0.10
[    0.218202] Linux video capture interface: v2.00
[    0.218435] pps_core: LinuxPPS API ver. 1 registered
[    0.218444] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.218555] PTP clock support registered
[    0.220699] Switched to clocksource timer1
[    0.237122] NET: Registered protocol family 2
[    0.237686] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.237756] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.237794] TCP: Hash tables configured (established 4096 bind 4096)
[    0.237855] TCP: reno registered
[    0.237867] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.237883] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.238047] NET: Registered protocol family 1
[    0.238394] RPC: Registered named UNIX socket transport module.
[    0.238406] RPC: Registered udp transport module.
[    0.238412] RPC: Registered tcp transport module.
[    0.238418] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.238766] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.239442] PM: Loading am335x-pm-firmware.bin
[    0.345465] VFS: Disk quotas dquot_6.5.2
[    0.345529] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.346183] NFS: Registering the id_resolver key type
[    0.346259] Key type id_resolver registered
[    0.346266] Key type id_legacy registered
[    0.346303] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.346461] msgmni has been set to 991
[    0.347956] NET: Registered protocol family 38
[    0.348001] io scheduler noop registered
[    0.348009] io scheduler deadline registered
[    0.348029] io scheduler cfq registered (default)
[    0.352027] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.354469] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
[    0.983565] console [ttyO0] enabled
[    0.988085] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
[    0.998527] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UART2
[    1.008963] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
[    1.019147] pinctrl-single 44e10800.pinmux: pin 44e108dc.0 already requested by 44e10800.pinmux; cannot claim for 481aa000.serial
[    1.031519] pinctrl-single 44e10800.pinmux: pin-55 (481aa000.serial) status -22
[    1.039232] pinctrl-single 44e10800.pinmux: could not request pin 55 (44e108dc.0) from group pinmux_uart5_pins_default  on device pinctrl-single
[    1.052852] omap_uart 481aa000.serial: Error applying setting, reverse things back
[    1.133707] PPP BSD Compression module registered
[    1.138836] PPP Deflate Compression module registered
[    1.144219] PPP MPPE Compression module registered
[    1.149482] usbcore: registered new interface driver cdc_acm
[    1.155480] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.167598] mousedev: PS/2 mouse device common for all mice
[    1.176235] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    1.184628] i2c /dev entries driver
[    1.191123] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.199336] sdhci: Secure Digital Host Controller Interface driver
[    1.205955] sdhci: Copyright(c) Pierre Ossman
[    1.211474] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    1.218748] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    1.256191] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
[    1.264324] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
[    1.301005] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
[    1.308245] edma-dma-engine edma-dma-engine.0: allocated channel for 0:12
[    1.364632] mmc1: BKOPS_EN bit is not set
[    1.379956] mmc1: new high speed MMC card at address 0001
[    1.395757] mmcblk0: mmc1:0001 MMC04G 3.52 GiB 
[    1.400652] mmcblk0boot0: mmc1:0001 MMC04G partition 1 16.0 MiB
[    1.414461] mmcblk0boot1: mmc1:0001 MMC04G partition 2 16.0 MiB
[    1.422885]  mmcblk0:
[    1.427149]  mmcblk0boot1: unknown partition table
[    1.433769]  mmcblk0boot0: unknown partition table
[    1.441343] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.451560] ledtrig-cpu: registered to indicate activity on CPUs
[    1.457964] mmc2: card claims to support voltages below the defined range. These will be ignored.
[    1.467713] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    1.474967] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    1.482275] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    1.488471] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    1.495575] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    1.506159] oprofile: no performance counters
[    1.511182] oprofile: using timer interrupt.
[    1.515853] Netfilter messages via NETLINK v0.30.
[    1.521151] nfnl_acct: registering with nfnetlink.
[    1.526338] nf_conntrack version 0.5.0 (7933 buckets, 31732 max)
[    1.532942] ctnetlink v0.93: registering with nfnetlink.
[    1.539163] xt_time: kernel timezone is -0000
[    1.544090] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.549903] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    1.556686] arp_tables: (C) 2002 David S. Miller
[    1.561608] TCP: cubic registered
[    1.565099] Initializing XFRM netlink socket
[    1.569642] NET: Registered protocol family 17
[    1.574744] NET: Registered protocol family 15
[    1.579670] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[    1.585516] 8021q: 802.1Q VLAN Support v1.8
[    1.590507] mmc2: new high speed SDIO card at address 0001
[    1.596353] Key type dns_resolver registered
[    1.603286] PM: CM3 Firmware Version = 0x186
[    1.608400] ThumbEE CPU extension supported.
[    1.615120] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[  108.711212] VFS: Unable to mount root fs via NFS, trying floppy.
[  108.717644] List of all partitions:
[  108.721380] b300         3694592 mmcblk0  driver: mmcblk
[  108.726998] b310           16384 mmcblk0boot1  (driver?)
[  108.732592] b308           16384 mmcblk0boot0  (driver?)
[  108.738176] No filesystem could mount root, tried:  nfs
[  108.743678] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)

  • Hi,

    Is it possible to provide the output of lsmod (to verify if usb_ethernet drivers are loaded properly in your kernel)?

    Best Regards,
    Yordan
  • Nas Makkiya said:
    # CONFIG_USB_MUSB_DSPS is not set

    This option should be enabled.

    Please refer to wiki http://processors.wiki.ti.com/index.php/MUSB_Linux_Driver_Configuration to ensure the kernel is configured properly.

  • I can't see anything there, and I think the reason why is because the usb_ethernet driver is builtin, it's not modularized 

  • I enabled the TI DSPS in the menu config tool, and still it doesn't come up

    After reconfiguration, here's the relevant snippet:

    # CONFIG_USB_WUSB_CBAF is not set
    
    #
    # USB Host Controller Drivers
    # 
    # CONFIG_USB_C67X00_HCD is not set
    # CONFIG_USB_XHCI_HCD is not set
    # CONFIG_USB_EHCI_HCD is not set
    # CONFIG_USB_OXU210HP_HCD is not set
    # CONFIG_USB_ISP116X_HCD is not set
    # CONFIG_USB_ISP1760_HCD is not set
    # CONFIG_USB_ISP1362_HCD is not set
    # CONFIG_USB_FUSBH200_HCD is not set
    # CONFIG_USB_FOTG210_HCD is not set
    # CONFIG_USB_OHCI_HCD is not set
    # CONFIG_USB_UHCI_HCD is not set
    # CONFIG_USB_SL811_HCD is not set
    # CONFIG_USB_R8A66597_HCD is not set
    # CONFIG_USB_HCD_TEST_MODE is not set
    CONFIG_USB_MUSB_HDRC=y
    # CONFIG_USB_MUSB_HOST is not set
    CONFIG_USB_MUSB_GADGET=y
    # CONFIG_USB_MUSB_DUAL_ROLE is not set
    # CONFIG_USB_MUSB_TUSB6010 is not set
    # CONFIG_USB_MUSB_OMAP2PLUS is not set
    # CONFIG_USB_MUSB_AM35X is not set
    CONFIG_USB_MUSB_DSPS=y
    # CONFIG_USB_MUSB_UX500 is not set
    CONFIG_USB_MUSB_AM335X_CHILD=y
    # CONFIG_USB_TI_CPPI41_DMA is not set
    CONFIG_MUSB_PIO_ONLY=y
    # CONFIG_USB_RENESAS_USBHS is not set
    

  • Nas Makkiya said:
    I enabled the TI DSPS in the menu config tool, and still it doesn't come up

    Please attach the kernel boot log, I need to check if the USB drivers are loaded correctly.

    Please run command 'cat /sys/class/udc/musb-hdrc.0.auto/uevent' on the serial console and provide the output, assuming the port under debug is USB0.

    Please attached the new .config again.

  • Nas Makkiya said:
    CONFIG_USB_MUSB_GADGET=y

    # CONFIG_USB_MUSB_DUAL_ROLE is not set

    Please set them to

        # CONFIG_USB_MUSB_GADGET is not set
        CONFIG_USB_MUSB_DUAL_ROLE=y

    I never tested *_MUSB_GADGET=y.

  • Every time I enable dual role, I get a kernel panic, when the usb cable is connected

    [    3.069685] hub 2-0:1.0: 1 port detected
    [    3.086177] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    3.293465] Unable to handle kernel NULL pointer dereference at virtual address 00000004
    [    3.301960] pgd = c0004000
    [    3.304794] [00000004] *pgd=00000000
    [    3.308552] Internal error: Oops: 5 [#1] PREEMPT ARM
    [    3.313758] Modules linked in:
    [    3.316966] CPU: 0 PID: 0 Comm: swapper Not tainted 3.12.10 #27
    [    3.323174] task: c0966da0 ti: c095a000 task.ti: c095a000
    [    3.328849] PC is at musb_g_giveback+0x10/0x188
    [    3.333600] LR is at musb_g_ep0_giveback+0x18/0x1c
    [    3.338623] pc : [<c04bc16c>]    lr : [<c04ba830>]    psr: 80000193
    [    3.338623] sp : c095bd80  ip : c095bda8  fp : c095bda4
    [    3.350663] r10: 00000008  r9 : 00000001  r8 : e08de400
    [    3.356139] r7 : e08de500  r6 : ddb32248  r5 : ddb32010  r4 : e08de500
    [    3.362983] r3 : ddb322bc  r2 : 00000000  r1 : ffffffcc  r0 : ddb32274
    [    3.369828] Flags: Nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    [    3.377584] Control: 10c5387d  Table: 80004019  DAC: 00000017
    [    3.383608] Process swapper (pid: 0, stack limit = 0xc095a240)
    [    3.389723] Stack: (0xc095bd80 to 0xc095c000)
    [    3.394294] bd80: c0067cbc c0067c84 e08de500 ddb32010 ddb32248 e08de500 c095bdb4 c095bda8
    [    3.402874] bda0: c04ba830 c04bc168 c095bdec c095bdb8 c04bac08 c04ba824 00000000 ddb16e90
    [    3.411453] bdc0: 000b0500 00000000 00000000 ddb32010 00000099 00000000 00000099 ddb18ec0
    [    3.420032] bde0: c095be34 c095bdf0 c04b673c c04baa88 00000000 00989680 00000000 00989680
    [    3.428612] be00: 00013880 0002625a 0000d73d c06bcf90 ddb32010 00000000 e091a000 a0000193
    [    3.437190] be20: 00000001 ddb18ec0 c095be6c c095be38 c04bf34c c04b65f4 00000000 00000000
    [    3.445768] be40: c095be9c ddbe3940 ddbe3940 00000000 00000000 00000022 c09f5f17 dd8052c0
    [    3.454348] be60: c095bea4 c095be70 c0076668 c04bf16c 00000201 c44afba1 00000000 dd8052c0
    [    3.462927] be80: ddbe3940 00000000 00000022 00000001 413fc082 c09f5f15 c095bebc c095bea8
    [    3.471505] bea0: c0076824 c0076620 dd8052c0 00000022 c095bed4 c095bec0 c0078e48 c00767d8
    [    3.480085] bec0: c0078db8 00000022 c095beec c095bed8 c0075f04 c0078dc4 00000110 c09b8ed0
    [    3.488665] bee0: c095bf0c c095bef0 c00156c0 c0075ee8 00000080 fa200000 c095bf30 c09f6d70
    [    3.497244] bf00: c095bf2c c095bf10 c00087cc c0015694 c00158b8 60000113 ffffffff c095bf64
    [    3.505823] bf20: c095bf84 c095bf30 c0667a40 c0008770 00000000 000001ac c09b14a4 c0023ca0
    [    3.514402] bf40: c095a000 00000000 c096210c c09f5f15 00000001 413fc082 c09f5f15 c095bf84
    [    3.522981] bf60: c095bf88 c095bf78 c00158b4 c00158b8 60000113 ffffffff c095bf9c c095bf88
    [    3.531561] bf80: c0075d94 c001588c c095a000 c0940c00 c095bfb4 c095bfa0 c065cf34 c0075d48
    [    3.540139] bfa0: 00000000 c09621d0 c095bff4 c095bfb8 c0900a54 c065cec8 ffffffff ffffffff
    [    3.548719] bfc0: c0900544 00000000 00000000 c0940c00 00000000 10c53c7d c09620a8 c0940bfc
    [    3.557297] bfe0: c0967e58 80004059 00000000 c095bff8 80008070 c09007b4 00000000 00000000
    [    3.565871] Backtrace: 
    [    3.568444] [<c04bc15c>] (musb_g_giveback+0x0/0x188) from [<c04ba830>] (musb_g_ep0_giveback+0x18/0x1c)
    [    3.578203]  r7:e08de500 r6:ddb32248 r5:ddb32010 r4:e08de500
    [    3.584160] [<c04ba818>] (musb_g_ep0_giveback+0x0/0x1c) from [<c04bac08>] (musb_g_ep0_irq+0x18c/0x95c)
    [    3.593927] [<c04baa7c>] (musb_g_ep0_irq+0x0/0x95c) from [<c04b673c>] (musb_interrupt+0x154/0x98c)
    [    3.603330] [<c04b65e8>] (musb_interrupt+0x0/0x98c) from [<c04bf34c>] (dsps_interrupt+0x1ec/0x30c)
    [    3.612738] [<c04bf160>] (dsps_interrupt+0x0/0x30c) from [<c0076668>] (handle_irq_event_percpu+0x54/0x1b8)
    [    3.622870] [<c0076614>] (handle_irq_event_percpu+0x0/0x1b8) from [<c0076824>] (handle_irq_event+0x58/0x80)
    [    3.633095] [<c00767cc>] (handle_irq_event+0x0/0x80) from [<c0078e48>] (handle_level_irq+0x90/0x108)
    [    3.642671]  r5:00000022 r4:dd8052c0
    [    3.646431] [<c0078db8>] (handle_level_irq+0x0/0x108) from [<c0075f04>] (generic_handle_irq+0x28/0x38)
    [    3.656190]  r4:00000022 r3:c0078db8
    [    3.659960] [<c0075edc>] (generic_handle_irq+0x0/0x38) from [<c00156c0>] (handle_IRQ+0x38/0x8c)
    [    3.669081]  r4:c09b8ed0 r3:00000110
    [    3.672842] [<c0015688>] (handle_IRQ+0x0/0x8c) from [<c00087cc>] (omap3_intc_handle_irq+0x68/0x7c)
    [    3.682237]  r6:c09f6d70 r5:c095bf30 r4:fa200000 r3:00000080
    [    3.688204] [<c0008764>] (omap3_intc_handle_irq+0x0/0x7c) from [<c0667a40>] (__irq_svc+0x40/0x74)
    [    3.697508] Exception stack(0xc095bf30 to 0xc095bf78)
    [    3.702805] bf20:                                     00000000 000001ac c09b14a4 c0023ca0
    [    3.711384] bf40: c095a000 00000000 c096210c c09f5f15 00000001 413fc082 c09f5f15 c095bf84
    [    3.719962] bf60: c095bf88 c095bf78 c00158b4 c00158b8 60000113 ffffffff
    [    3.726895]  r7:c095bf64 r6:ffffffff r5:60000113 r4:c00158b8
    [    3.732851] [<c0015880>] (arch_cpu_idle+0x0/0x44) from [<c0075d94>] (cpu_startup_entry+0x58/0x120)
    [    3.742264] [<c0075d3c>] (cpu_startup_entry+0x0/0x120) from [<c065cf34>] (rest_init+0x78/0x90)
    [    3.751293]  r7:c0940c00 r3:c095a000
    [    3.755056] [<c065cebc>] (rest_init+0x0/0x90) from [<c0900a54>] (start_kernel+0x2ac/0x308)
    [    3.763721]  r4:c09621d0 r3:00000000
    [    3.767480] [<c09007a8>] (start_kernel+0x0/0x308) from [<80008070>] (0x80008070)
    [    3.775235]  r8:80004059 r7:c0967e58 r6:c0940bfc r5:c09620a8 r4:10c53c7d
    [    3.782287] Code: e1a0c00d e92dd8f0 e24cb004 e24dd008 (e5913038) 
    [    3.788683] ---[ end trace 0d4539a0767931d3 ]---
    [    3.793524] Kernel panic - not syncing: Fatal exception in interrupt
    

  • Nas Makkiya said:
    Every time I enable dual role, I get a kernel panic, when the usb cable is connected

    Are you using AM335x AMSDK7.0? If so please *attach* full kernel boot log and .config.

  • Please use '-w' option for minicom, so that the kernel log will not be truncated.
  • Yes, We are using SDK7.0, also I was able to get USB0 drivers to load up, not using dual role, by enabling everything, however, it still wouldn't show up as an ethernet device on my computer

    1134.config.txt

    kernel boot.txt
    CCCCCCCC
    U-Boot SPL 2014.04-rc1-00233-gd689780 (Aug 01 2014 - 09:48:44)
    Using default environment
    
    usb_ether
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    BOOTP broadcast 1
    BOOTP broadcast 2
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.6
    Filename 'u-boot-restore.img'.
    Load address: 0x807fffc0
    Loading: ###########################
             620.1 KiB/s
    done
    Bytes transferred = 393796 (60244 hex)
    
    
    U-Boot 2014.04-rc1-00232-g50a91da-dirty (Apr 28 2015 - 11:15:12)
    
    I2C:   ready
    DRAM:  512 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    WARNING: Could not determine device tree to use
    Booting from usb0 ...
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'zImage'.
    Load address: 0x80300000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ###########################
             1.2 MiB/s
    done
    Bytes transferred = 5154616 (4ea738 hex)
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'am335x.dtb'.
    Load address: 0x815f0000
    Loading: ###
             1.1 MiB/s
    done
    Bytes transferred = 35430 (8a66 hex)
    Kernel image @ 0x80300000 [ 0x000000 - 0x4ea738 ]
    ## Flattened Device Tree blob at 815f0000
       Booting using the fdt blob at 0x815f0000
       Using Device Tree in place at 815f0000, end 815fba65
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10 (nmakkiya@nmakkiya-OptiPlex-9010) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #32 PREEMPT Mon May 
    4 12:07:35 PDT 2015
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x Falcon
    [    0.000000] cma: CMA: reserved 24 MiB at 9e000000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.151:/export/fs,nolock rw rootfstype=nfs ip=192.168.2.151
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 481132K/521216K available (6839K kernel code, 646K rwdata, 2716K rodata, 361K init, 214K bss, 40084K reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc095d04c   (9557 kB)
    [    0.000000]       .init : 0xc095e000 - 0xc09b84cc   ( 362 kB)
    [    0.000000]       .data : 0xc09ba000 - 0xc0a5b858   ( 647 kB)
    [    0.000000]        .bss : 0xc0a5b864 - 0xc0a912e8   ( 215 kB)
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000268] Calibrating delay loop... 663.55 BogoMIPS (lpj=1658880)
    [    0.059804] pid_max: default: 32768 minimum: 301
    [    0.059895] Security Framework initialized
    [    0.059940] Mount-cache hash table entries: 512
    [    0.066969] CPU: Testing write buffer coherency: ok
    [    0.067324] Setting up static identity map for 0xc06b3c28 - 0xc06b3c98
    [    0.068226] devtmpfs: initialized
    [    0.069930] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.130481] omap_hwmod: debugss: _wait_target_disable failed
    [    0.131077] pinctrl core: initialized pinctrl subsystem
    [    0.131823] regulator-dummy: no parameters
    [    0.133780] NET: Registered protocol family 16
    [    0.135813] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.144856] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.146923] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.147662] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.148699] OMAP GPIO hardware version 0.1
    [    0.158070] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.160634] DSS not supported on this SoC
    [    0.160656] No ATAGs?
    [    0.160667] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.193693] bio: create slab <bio-0> at 0
    [    0.207080] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.207864] vmmcsd_fixed: 3300 mV 
    [    0.208308] wlan-en-regulator: 1800 mV 
    [    0.212322] SCSI subsystem initialized
    [    0.213452] usbcore: registered new interface driver usbfs
    [    0.213623] usbcore: registered new interface driver hub
    [    0.213807] usbcore: registered new device driver usb
    [    0.217189] DCDC1: at 1500 mV 
    [    0.218067] vdd_mpu: 925 <--> 1375 mV at 1325 mV 
    [    0.218903] vdd_core: 925 <--> 1150 mV at 1125 mV 
    [    0.219714] LDO1: at 1800 mV 
    [    0.220869] LDO2: at 3300 mV 
    [    0.222220] LDO3: 1800 mV 
    [    0.223028] LDO4: at 3300 mV 
    [    0.223230] Assiging LDO2 to STROBE14, so that it will be                    active during PMIC Sleep state
    [    0.224004] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    0.224048] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    0.224757] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    0.225261] media: Linux media interface: v0.10
    [    0.225434] Linux video capture interface: v2.00
    [    0.225666] pps_core: LinuxPPS API ver. 1 registered
    [    0.225676] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.225788] PTP clock support registered
    [    0.227821] Switched to clocksource timer1
    [    0.244977] NET: Registered protocol family 2
    [    0.245526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.245596] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.245635] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.245693] TCP: reno registered
    [    0.245705] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.245721] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.245885] NET: Registered protocol family 1
    [    0.246233] RPC: Registered named UNIX socket transport module.
    [    0.246246] RPC: Registered udp transport module.
    [    0.246252] RPC: Registered tcp transport module.
    [    0.246259] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.247141] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.247701] PM: Loading am335x-pm-firmware.bin
    [    0.364377] VFS: Disk quotas dquot_6.5.2
    [    0.364443] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.365004] NFS: Registering the id_resolver key type
    [    0.365078] Key type id_resolver registered
    [    0.365087] Key type id_legacy registered
    [    0.365122] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.365268] msgmni has been set to 987
    [    0.366762] NET: Registered protocol family 38
    [    0.366806] io scheduler noop registered
    [    0.366815] io scheduler deadline registered
    [    0.366836] io scheduler cfq registered (default)
    [    0.370977] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.373528] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.002570] console [ttyO0] enabled
    [    1.007088] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [    1.017518] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UART2
    [    1.028026] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [    1.038282] pinctrl-single 44e10800.pinmux: pin 44e108dc.0 already requested by 44e10800.pinmux; cannot claim for 481aa000.serial
    [    1.050599] pinctrl-single 44e10800.pinmux: pin-55 (481aa000.serial) status -22
    [    1.058306] pinctrl-single 44e10800.pinmux: could not request pin 55 (44e108dc.0) from group pinmux_uart5_pins_default  on device pinctrl-single
    [    1.071927] omap_uart 481aa000.serial: Error applying setting, reverse things back
    [    1.080094] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [    1.090944] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.106331] brd: module loaded
    [    1.114484] loop: module loaded
    [    1.118443] (stk) :sysfs entries created
    [    1.122598] (stk) : debugfs entries created 
    [    1.127239] (hci_tty): inside hci_tty_init
    [    1.132179] (hci_tty): allocated 247, 0
    [    1.138979] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.153088] libphy: Fixed MDIO Bus: probed
    [    1.160952] PPP generic driver version 2.4.2
    [    1.166094] PPP BSD Compression module registered
    [    1.171264] PPP Deflate Compression module registered
    [    1.176658] PPP MPPE Compression module registered
    [    1.181925] usbcore: registered new interface driver catc
    [    1.187863] usbcore: registered new interface driver kaweth
    [    1.193761] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
    [    1.201679] usbcore: registered new interface driver pegasus
    [    1.207868] usbcore: registered new interface driver rtl8150
    [    1.214012] usbcore: registered new interface driver r8152
    [    1.220001] usbcore: registered new interface driver asix
    [    1.225874] usbcore: registered new interface driver ax88179_178a
    [    1.232484] usbcore: registered new interface driver cdc_ether
    [    1.238809] usbcore: registered new interface driver r815x
    [    1.244765] usbcore: registered new interface driver cdc_eem
    [    1.250904] usbcore: registered new interface driver dm9601
    [    1.256946] usbcore: registered new interface driver sr9700
    [    1.263005] usbcore: registered new interface driver smsc75xx
    [    1.269252] usbcore: registered new interface driver smsc95xx
    [    1.275450] usbcore: registered new interface driver gl620a
    [    1.281499] usbcore: registered new interface driver net1080
    [    1.287634] usbcore: registered new interface driver plusb
    [    1.293588] usbcore: registered new interface driver rndis_host
    [    1.300001] usbcore: registered new interface driver cdc_subset
    [    1.306414] usbcore: registered new interface driver zaurus
    [    1.312467] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
    [    1.320487] usbcore: registered new interface driver int51x1
    [    1.326643] usbcore: registered new interface driver kalmia
    [    1.332709] usbcore: registered new interface driver ipheth
    [    1.338771] usbcore: registered new interface driver sierra_net
    [    1.345202] usbcore: registered new interface driver cx82310_eth
    [    1.351729] usbcore: registered new interface driver cdc_ncm
    [    1.357908] usbcore: registered new interface driver lg-vl600
    [    1.364110] usbcore: registered new interface driver qmi_wwan
    [    1.370342] usbcore: registered new interface driver cdc_mbim
    [    1.377700] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.384690] ehci-pci: EHCI PCI platform driver
    [    1.389542] ehci-platform: EHCI generic platform driver
    [    1.395399] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.401550] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.408323] ohci-pci: OHCI PCI platform driver
    [    1.413206] ohci-platform: OHCI generic platform driver
    [    1.418955] uhci_hcd: USB Universal Host Controller Interface driver
    [    1.427010] fusbh200_hcd: FUSBH200 Host Controller (EHCI) Driver
    [    1.433406] Warning! fusbh200_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
    [    1.443050] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
    [    1.449240] 4Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
    [    1.459175] usbcore: registered new interface driver cdc_acm
    [    1.465220] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    1.473804] usbcore: registered new interface driver usblp
    [    1.479819] usbcore: registered new interface driver cdc_wdm
    [    1.485971] usbcore: registered new interface driver usbtmc
    [    1.492034] usbcore: registered new interface driver usb-storage
    [    1.498551] usbcore: registered new interface driver ums-alauda
    [    1.504979] usbcore: registered new interface driver ums-cypress
    [    1.511490] usbcore: registered new interface driver ums-datafab
    [    1.517999] usbcore: registered new interface driver ums_eneub6250
    [    1.524904] usbcore: registered new interface driver ums-freecom
    [    1.531424] usbcore: registered new interface driver ums-isd200
    [    1.537899] usbcore: registered new interface driver ums-jumpshot
    [    1.544513] usbcore: registered new interface driver ums-karma
    [    1.550838] usbcore: registered new interface driver ums-onetouch
    [    1.557439] usbcore: registered new interface driver ums-realtek
    [    1.563949] usbcore: registered new interface driver ums-sddr09
    [    1.570365] usbcore: registered new interface driver ums-sddr55
    [    1.576778] usbcore: registered new interface driver ums-usbat
    [    1.583113] usbcore: registered new interface driver mdc800
    [    1.589058] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
    [    1.597294] usbcore: registered new interface driver microtekX6
    [    1.603917] usbcore: registered new interface driver usbserial
    [    1.610255] usbcore: registered new interface driver usbserial_generic
    [    1.617314] usbserial: USB Serial support registered for generic
    [    1.623871] usbcore: registered new interface driver aircable
    [    1.630101] usbserial: USB Serial support registered for aircable
    [    1.636710] usbcore: registered new interface driver ark3116
    [    1.642900] usbserial: USB Serial support registered for ark3116
    [    1.649410] usbcore: registered new interface driver belkin_sa
    [    1.655730] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
    [    1.665572] usbcore: registered new interface driver ch341
    [    1.671526] usbserial: USB Serial support registered for ch341-uart
    [    1.678314] usbcore: registered new interface driver cp210x
    [    1.684354] usbserial: USB Serial support registered for cp210x
    [    1.690772] usbcore: registered new interface driver cyberjack
    [    1.697088] usbserial: USB Serial support registered for Reiner SCT Cyberjack USB card reader
    [    1.706262] usbcore: registered new interface driver cypress_m8
    [    1.712686] usbserial: USB Serial support registered for DeLorme Earthmate USB
    [    1.720468] usbserial: USB Serial support registered for HID->COM RS232 Adapter
    [    1.728342] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
    [    1.736230] usbcore: registered new interface driver usb_debug
    [    1.742548] usbserial: USB Serial support registered for debug
    [    1.748883] usbcore: registered new interface driver digi_acceleport
    [    1.755748] usbserial: USB Serial support registered for Digi 2 port USB adapter
    [    1.763719] usbserial: USB Serial support registered for Digi 4 port USB adapter
    [    1.771697] usbcore: registered new interface driver io_edgeport
    [    1.778190] usbserial: USB Serial support registered for Edgeport 2 port adapter
    [    1.786148] usbserial: USB Serial support registered for Edgeport 4 port adapter
    [    1.794107] usbserial: USB Serial support registered for Edgeport 8 port adapter
    [    1.802073] usbserial: USB Serial support registered for EPiC device
    [    1.808950] usbcore: registered new interface driver io_ti
    [    1.814904] usbserial: USB Serial support registered for Edgeport TI 1 port adapter
    [    1.823141] usbserial: USB Serial support registered for Edgeport TI 2 port adapter
    [    1.831393] usbcore: registered new interface driver empeg
    [    1.837344] usbserial: USB Serial support registered for empeg
    [    1.843669] usbcore: registered new interface driver f81232
    [    1.849713] usbserial: USB Serial support registered for f81232
    [    1.856142] usbcore: registered new interface driver ftdi_sio
    [    1.862351] usbserial: USB Serial support registered for FTDI USB Serial Device
    [    1.870199] usbcore: registered new interface driver garmin_gps
    [    1.876611] usbserial: USB Serial support registered for Garmin GPS usb/tty
    [    1.884131] usbcore: registered new interface driver ipaq
    [    1.889997] usbserial: USB Serial support registered for PocketPC PDA
    [    1.896933] usbcore: registered new interface driver ipw
    [    1.902699] usbserial: USB Serial support registered for IPWireless converter
    [    1.910360] usbcore: registered new interface driver ir_usb
    [    1.916406] usbserial: USB Serial support registered for IR Dongle
    [    1.923103] usbcore: registered new interface driver iuu_phoenix
    [    1.929601] usbserial: USB Serial support registered for iuu_phoenix
    [    1.936477] usbcore: registered new interface driver keyspan
    [    1.942609] usbserial: USB Serial support registered for Keyspan - (without firmware)
    [    1.951032] usbserial: USB Serial support registered for Keyspan 1 port adapter
    [    1.958900] usbserial: USB Serial support registered for Keyspan 2 port adapter
    [    1.966717] usbserial: USB Serial support registered for Keyspan 4 port adapter
    [    1.974561] usbcore: registered new interface driver keyspan_pda
    [    1.981071] usbserial: USB Serial support registered for Keyspan PDA
    [    1.987935] usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
    [    1.996574] usbserial: USB Serial support registered for Xircom / Entregra PGS - (prerenumeration)
    [    2.006146] usbcore: registered new interface driver kl5kusb105
    [    2.012552] usbserial: USB Serial support registered for KL5KUSB105D / PalmConnect
    [    2.020713] usbcore: registered new interface driver kobil_sct
    [    2.027029] usbserial: USB Serial support registered for KOBIL USB smart card terminal
    [    2.035551] usbcore: registered new interface driver mct_u232
    [    2.041778] usbserial: USB Serial support registered for MCT U232
    [    2.048404] usbcore: registered new interface driver metro_usb
    [    2.054688] usbserial: USB Serial support registered for Metrologic USB to Serial
    [    2.062718] usbcore: registered new interface driver mos7720
    [    2.068854] usbserial: USB Serial support registered for Moschip 2 port adapter
    [    2.076759] usbcore: registered new interface driver mos7840
    [    2.082938] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
    [    2.091966] usbcore: registered new interface driver navman
    [    2.098012] usbserial: USB Serial support registered for navman
    [    2.104427] usbcore: registered new interface driver omninet
    [    2.110566] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
    [    2.119097] usbcore: registered new interface driver opticon
    [    2.125225] usbserial: USB Serial support registered for opticon
    [    2.131735] usbcore: registered new interface driver option
    [    2.137775] usbserial: USB Serial support registered for GSM modem (1-port)
    [    2.145295] usbcore: registered new interface driver oti6858
    [    2.151426] usbserial: USB Serial support registered for oti6858
    [    2.157965] usbcore: registered new interface driver pl2303
    [    2.164017] usbserial: USB Serial support registered for pl2303
    [    2.170438] usbcore: registered new interface driver qcaux
    [    2.176392] usbserial: USB Serial support registered for qcaux
    [    2.182724] usbcore: registered new interface driver qcserial
    [    2.188948] usbserial: USB Serial support registered for Qualcomm USB modem
    [    2.196470] usbcore: registered new interface driver quatech2
    [    2.202697] usbserial: USB Serial support registered for Quatech 2nd gen USB to Serial Driver
    [    2.211872] usbcore: registered new interface driver safe_serial
    [    2.218376] usbserial: USB Serial support registered for safe_serial
    [    2.225258] usbcore: registered new interface driver sierra
    [    2.231296] usbserial: USB Serial support registered for Sierra USB modem
    [    2.238632] usbcore: registered new interface driver usb_serial_simple
    [    2.245686] usbserial: USB Serial support registered for zio
    [    2.251795] usbserial: USB Serial support registered for funsoft
    [    2.258258] usbserial: USB Serial support registered for flashloader
    [    2.265088] usbserial: USB Serial support registered for vivopay
    [    2.271545] usbserial: USB Serial support registered for moto_modem
    [    2.278276] usbserial: USB Serial support registered for hp4x
    [    2.284456] usbserial: USB Serial support registered for suunto
    [    2.290820] usbserial: USB Serial support registered for siemens_mpi
    [    2.297668] usbcore: registered new interface driver spcp8x5
    [    2.303808] usbserial: USB Serial support registered for SPCP8x5
    [    2.310324] usbcore: registered new interface driver ssu100
    [    2.316374] usbserial: USB Serial support registered for Quatech SSU-100 USB to Serial Driver
    [    2.325553] usbcore: registered new interface driver symbolserial
    [    2.332154] usbserial: USB Serial support registered for symbol
    [    2.338603] usbcore: registered new interface driver ti_usb_3410_5052
    [    2.345530] usbserial: USB Serial support registered for TI USB 3410 1 port adapter
    [    2.353728] usbserial: USB Serial support registered for TI USB 5052 2 port adapter
    [    2.361943] usbcore: registered new interface driver visor
    [    2.367942] usbserial: USB Serial support registered for Handspring Visor / Palm OS
    [    2.376134] usbserial: USB Serial support registered for Sony Clie 5.0
    [    2.383144] usbserial: USB Serial support registered for Sony Clie 3.5
    [    2.390172] usbcore: registered new interface driver wishbone_serial
    [    2.397049] usbserial: USB Serial support registered for wishbone_serial
    [    2.404261] usbcore: registered new interface driver whiteheat
    [    2.410587] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT - (prerenumeration)
    [    2.420481] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT
    [    2.428571] usbcore: registered new interface driver xsens_mt
    [    2.434811] usbserial: USB Serial support registered for xsens_mt
    [    2.441424] usbcore: registered new interface driver zte_ev
    [    2.447478] usbserial: USB Serial support registered for zte_ev
    [    2.453915] usbcore: registered new interface driver adutux
    [    2.460087] usbcore: registered new interface driver appledisplay
    [    2.466705] usbcore: registered new interface driver cypress_cy7c63
    [    2.473516] usbcore: registered new interface driver cytherm
    [    2.479677] usbcore: registered new interface driver emi26 - firmware loader
    [    2.487311] usbcore: registered new interface driver emi62 - firmware loader
    [    2.494818] driver ftdi-elan
    [    2.498208] usbcore: registered new interface driver ftdi-elan
    [    2.504589] usbcore: registered new interface driver idmouse
    [    2.510776] usbcore: registered new interface driver iowarrior
    [    2.517124] usbcore: registered new interface driver isight_firmware
    [    2.524027] usbcore: registered new interface driver usblcd
    [    2.530105] usbcore: registered new interface driver ldusb
    [    2.536085] usbcore: registered new interface driver usbled
    [    2.542159] usbcore: registered new interface driver legousbtower
    [    2.548783] usbcore: registered new interface driver rio500
    [    2.554875] usbcore: registered new interface driver usbtest
    [    2.561039] usbcore: registered new interface driver usb_ehset_test
    [    2.567894] usbcore: registered new interface driver trancevibrator
    [    2.574689] usbcore: registered new interface driver usbsevseg
    [    2.581028] usbcore: registered new interface driver yurex
    [    2.587531] usbcore: registered new interface driver sisusb
    [    2.609081] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [    2.615687] musb-hdrc musb-hdrc.0.auto: Falied to request rx1.
    [    2.621921] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
    [    2.630126] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
    [    2.658840] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [    2.665401] musb-hdrc musb-hdrc.1.auto: Falied to request rx1.
    [    2.671587] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
    [    2.679775] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
    [    2.700900] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
    [    2.709144] dummy_hcd dummy_hcd.0: Dummy host controller
    [    2.715309] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 1
    [    2.723419] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.730609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.738210] usb usb1: Product: Dummy host controller
    [    2.743435] usb usb1: Manufacturer: Linux 3.12.10 dummy_hcd
    [    2.749307] usb usb1: SerialNumber: dummy_hcd.0
    [    2.754927] hub 1-0:1.0: USB hub found
    [    2.758991] hub 1-0:1.0: 1 port detected
    [    2.766841] using random self ethernet address
    [    2.771656] using random host ethernet address
    [    2.777229] usb0: HOST MAC 4e:21:91:32:40:a8
    [    2.781895] usb0: MAC 76:4e:fb:40:50:27
    [    2.786037] using random self ethernet address
    [    2.790742] using random host ethernet address
    [    2.795614] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
    [    2.802576] g_ether gadget: g_ether ready
    [    2.807569] mousedev: PS/2 mouse device common for all mice
    [    2.816271] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    2.824583] i2c /dev entries driver
    [    2.831150] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    2.839438] sdhci: Secure Digital Host Controller Interface driver
    [    2.846100] sdhci: Copyright(c) Pierre Ossman
    [    2.853833] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    2.861063] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    2.898337] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [    2.906474] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [    2.943126] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
    [    2.950376] edma-dma-engine edma-dma-engine.0: allocated channel for 0:12
    [    3.006871] mmc1: BKOPS_EN bit is not set
    [    3.022200] mmc1: new high speed MMC card at address 0001
    [    3.037883] mmcblk0: mmc1:0001 MMC04G 3.52 GiB 
    [    3.042773] mmcblk0boot0: mmc1:0001 MMC04G partition 1 16.0 MiB
    [    3.056902] mmcblk0boot1: mmc1:0001 MMC04G partition 2 16.0 MiB
    [    3.067401]  mmcblk0: p1 p2 p3 < p5 p6 >
    [    3.074573]  mmcblk0boot1: unknown partition table
    [    3.081195]  mmcblk0boot0: unknown partition table
    [    3.086801] usb 1-1: new high-speed USB device number 2 using dummy_hcd
    [    3.094560] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.104973] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.111392] mmc2: card claims to support voltages below the defined range. These will be ignored.
    [    3.121133] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    3.128405] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    3.135771] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    3.141992] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    3.149097] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    3.160254] oprofile: no performance counters
    [    3.165312] oprofile: using timer interrupt.
    [    3.169977] Netfilter messages via NETLINK v0.30.
    [    3.175113] nfnl_acct: registering with nfnetlink.
    [    3.180292] nf_conntrack version 0.5.0 (7901 buckets, 31604 max)
    [    3.186881] ctnetlink v0.93: registering with nfnetlink.
    [    3.193123] xt_time: kernel timezone is -0000
    [    3.198096] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    3.203901] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
    [    3.210705] arp_tables: (C) 2002 David S. Miller
    [    3.215679] TCP: cubic registered
    [    3.219344] Initializing XFRM netlink socket
    [    3.224398] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
    [    3.230175] NET: Registered protocol family 17
    [    3.235403] NET: Registered protocol family 15
    [    3.240175] mmc2: new high speed SDIO card at address 0001
    [    3.246017] 8021q: 802.1Q VLAN Support v1.8
    [    3.250756] Key type dns_resolver registered
    [    3.258087] PM: CM3 Firmware Version = 0x186
    [    3.263022] ThumbEE CPU extension supported.
    [    3.269447] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [    3.278181] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [    3.284668] usb 1-1: Dual-Role OTG device on HNP port
    [    3.292529] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
    [    3.301696] usb 1-1: New USB device found, idVendor=0525, idProduct=a4a2
    [    3.308799] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    3.319611] usb 1-1: Product: RNDIS/Ethernet Gadget
    [    3.324836] usb 1-1: Manufacturer: Linux 3.12.10 with dummy_udc
    [    3.332890] g_ether gadget: high-speed config #1: CDC Ethernet (EEM)
    [    3.348979] cdc_eem 1-1:1.0 usb1: register 'cdc_eem' at usb-dummy_hcd.0-1, CDC EEM Device, da:5d:79:ab:19:4b
    [    3.359454] IP-Config: Guessing netmask 255.255.255.0
    [    3.365030] IP-Config: Complete:
    [    3.368488]      device=usb0, hwaddr=76:4e:fb:40:50:27, ipaddr=192.168.2.151, mask=255.255.255.0, gw=255.255.255.255
    [    3.379827]      host=192.168.2.151, domain=, nis-domain=(none)
    [    3.386082]      bootserver=255.255.255.255, rootserver=192.168.2.151, rootpath=
    [  308.883214] VFS: Unable to mount root fs via NFS, trying floppy.
    [  308.889738] List of all partitions:
    [  308.893504] b300         3694592 mmcblk0  driver: mmcblk
    [  308.899158]   b301           61440 mmcblk0p1 000a2d49-01
    [  308.904804]   b302          499712 mmcblk0p2 000a2d49-02
    [  308.910395]   b303               1 mmcblk0p3 
    [  308.914995]   b305          499712 mmcblk0p5 000a2d49-05
    [  308.920596]   b306          250880 mmcblk0p6 000a2d49-06
    [  308.926191] b310           16384 mmcblk0boot1  (driver?)
    [  308.931780] b308           16384 mmcblk0boot0  (driver?)
    [  308.937364] No filesystem could mount root, tried:  nfs
    [  308.942876] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
    
    

    *Update, I just realized that I added the dummy hcd which what the usb0 is using, I still can't get usb0 to come on, is it possible that I am missing a Peripheral Controller Driver from my SDK?

  • The problem right now is that the kernel is not configured correctly for USB.

    Please first set MUSB to use PIO mode.

        # CONFIG_USB_TI_CPPI41_DMA is not set
        CONFIG_MUSB_PIO_ONLY=y

    CPPI mode requires patch #7.1 in wiki http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_MUSB_Issues.

    Please attach the full kernel boot log and .config at *every* time you update this thread, this is the only information from which I can see what is happening on your board.

  • I did made the change, yet it still doesn't come up

    Here are my boot log, and config file:

    myBootLog.txt
    ������������������������CCCCCCCC
    U-Boot SPL 2014.04-rc1-00233-gd689780 (Aug 01 2014 - 09:48:44)
    Using default environment
    
    usb_ether
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    BOOTP broadcast 1
    BOOTP broadcast 2
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.6
    Filename 'u-boot-restore.img'.
    Load address: 0x807fffc0
    Loading: ###########################
             612.3 KiB/s
    done
    Bytes transferred = 393796 (60244 hex)
    
    
    U-Boot 2014.04-rc1-00232-g50a91da-dirty (Apr 28 2015 - 11:15:12)
    
    I2C:   ready
    DRAM:  512 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    WARNING: Could not determine device tree to use
    Booting from usb0 ...
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'zImage'.
    Load address: 0x80300000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ##########################
             1.2 MiB/s
    done
    Bytes transferred = 5142584 (4e7838 hex)
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'am335x.dtb'.
    Load address: 0x815f0000
    Loading: ###
             752 KiB/s
    done
    Bytes transferred = 35430 (8a66 hex)
    Kernel image @ 0x80300000 [ 0x000000 - 0x4e7838 ]
    ## Flattened Device Tree blob at 815f0000
       Booting using the fdt blob at 0x815f0000
       Using Device Tree in place at 815f0000, end 815fba65
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10 (nmakkiya@nmakkiya-OptiPlex-9010) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #34 PREEMPT Tue May 
    5 09:15:33 PDT 2015
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x Falcon
    [    0.000000] cma: CMA: reserved 24 MiB at 9e000000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.151:/export/fs,nolock rw rootfstype=nfs ip=192.168.2.151
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 481156K/521216K available (6819K kernel code, 645K rwdata, 2716K rodata, 360K init, 214K bss, 40060K reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc095804c   (9537 kB)
    [    0.000000]       .init : 0xc0959000 - 0xc09b306c   ( 361 kB)
    [    0.000000]       .data : 0xc09b4000 - 0xc0a556d8   ( 646 kB)
    [    0.000000]        .bss : 0xc0a556e4 - 0xc0a8b168   ( 215 kB)
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000265] Calibrating delay loop... 663.55 BogoMIPS (lpj=1658880)
    [    0.059793] pid_max: default: 32768 minimum: 301
    [    0.059884] Security Framework initialized
    [    0.059929] Mount-cache hash table entries: 512
    [    0.066997] CPU: Testing write buffer coherency: ok
    [    0.067355] Setting up static identity map for 0xc06af068 - 0xc06af0d8
    [    0.068261] devtmpfs: initialized
    [    0.069945] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.130539] omap_hwmod: debugss: _wait_target_disable failed
    [    0.131137] pinctrl core: initialized pinctrl subsystem
    [    0.131905] regulator-dummy: no parameters
    [    0.133869] NET: Registered protocol family 16
    [    0.135891] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.144946] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.147001] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.147743] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.148809] OMAP GPIO hardware version 0.1
    [    0.158349] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.161105] DSS not supported on this SoC
    [    0.161125] No ATAGs?
    [    0.161135] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.194210] bio: create slab <bio-0> at 0
    [    0.207610] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.208401] vmmcsd_fixed: 3300 mV 
    [    0.208853] wlan-en-regulator: 1800 mV 
    [    0.212940] SCSI subsystem initialized
    [    0.214090] usbcore: registered new interface driver usbfs
    [    0.214248] usbcore: registered new interface driver hub
    [    0.214449] usbcore: registered new device driver usb
    [    0.217889] DCDC1: at 1500 mV 
    [    0.218772] vdd_mpu: 925 <--> 1375 mV at 1325 mV 
    [    0.219594] vdd_core: 925 <--> 1150 mV at 1125 mV 
    [    0.220760] LDO1: at 1800 mV 
    [    0.221619] LDO2: at 3300 mV 
    [    0.222948] LDO3: 1800 mV 
    [    0.223746] LDO4: at 3300 mV 
    [    0.223941] Assiging LDO2 to STROBE14, so that it will be                    active during PMIC Sleep state
    [    0.224719] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    0.224901] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    0.225663] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    0.225978] media: Linux media interface: v0.10
    [    0.226151] Linux video capture interface: v2.00
    [    0.226384] pps_core: LinuxPPS API ver. 1 registered
    [    0.226394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.226506] PTP clock support registered
    [    0.228554] Switched to clocksource timer1
    [    0.245638] NET: Registered protocol family 2
    [    0.246194] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.246262] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.246301] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.246360] TCP: reno registered
    [    0.246373] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.246388] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.246552] NET: Registered protocol family 1
    [    0.246892] RPC: Registered named UNIX socket transport module.
    [    0.246904] RPC: Registered udp transport module.
    [    0.246910] RPC: Registered tcp transport module.
    [    0.246916] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.247786] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.248377] PM: Loading am335x-pm-firmware.bin
    [    0.365026] VFS: Disk quotas dquot_6.5.2
    [    0.365090] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.365653] NFS: Registering the id_resolver key type
    [    0.365731] Key type id_resolver registered
    [    0.365739] Key type id_legacy registered
    [    0.365775] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.365923] msgmni has been set to 987
    [    0.367417] NET: Registered protocol family 38
    [    0.367457] io scheduler noop registered
    [    0.367466] io scheduler deadline registered
    [    0.367485] io scheduler cfq registered (default)
    [    0.371712] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.374269] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.003272] console [ttyO0] enabled
    [    1.007794] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [    1.018217] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UART2
    [    1.028719] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [    1.038974] pinctrl-single 44e10800.pinmux: pin 44e108dc.0 already requested by 44e10800.pinmux; cannot claim for 481aa000.serial
    [    1.051288] pinctrl-single 44e10800.pinmux: pin-55 (481aa000.serial) status -22
    [    1.058994] pinctrl-single 44e10800.pinmux: could not request pin 55 (44e108dc.0) from group pinmux_uart5_pins_default  on device pinctrl-single
    [    1.072616] omap_uart 481aa000.serial: Error applying setting, reverse things back
    [    1.080787] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [    1.091665] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.107084] brd: module loaded
    [    1.115237] loop: module loaded
    [    1.119163] (stk) :sysfs entries created
    [    1.123312] (stk) : debugfs entries created 
    [    1.127949] (hci_tty): inside hci_tty_init
    [    1.132913] (hci_tty): allocated 247, 0
    [    1.139756] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.153972] libphy: Fixed MDIO Bus: probed
    [    1.161895] PPP generic driver version 2.4.2
    [    1.167039] PPP BSD Compression module registered
    [    1.172224] PPP Deflate Compression module registered
    [    1.177632] PPP MPPE Compression module registered
    [    1.182899] usbcore: registered new interface driver catc
    [    1.188770] usbcore: registered new interface driver kaweth
    [    1.194682] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
    [    1.202599] usbcore: registered new interface driver pegasus
    [    1.208765] usbcore: registered new interface driver rtl8150
    [    1.214879] usbcore: registered new interface driver r8152
    [    1.220836] usbcore: registered new interface driver asix
    [    1.226689] usbcore: registered new interface driver ax88179_178a
    [    1.233259] usbcore: registered new interface driver cdc_ether
    [    1.239557] usbcore: registered new interface driver r815x
    [    1.245487] usbcore: registered new interface driver cdc_eem
    [    1.251592] usbcore: registered new interface driver dm9601
    [    1.257603] usbcore: registered new interface driver sr9700
    [    1.263662] usbcore: registered new interface driver smsc75xx
    [    1.269864] usbcore: registered new interface driver smsc95xx
    [    1.276062] usbcore: registered new interface driver gl620a
    [    1.282075] usbcore: registered new interface driver net1080
    [    1.288185] usbcore: registered new interface driver plusb
    [    1.294109] usbcore: registered new interface driver rndis_host
    [    1.300492] usbcore: registered new interface driver cdc_subset
    [    1.306869] usbcore: registered new interface driver zaurus
    [    1.312885] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
    [    1.320862] usbcore: registered new interface driver int51x1
    [    1.326986] usbcore: registered new interface driver kalmia
    [    1.333009] usbcore: registered new interface driver ipheth
    [    1.339043] usbcore: registered new interface driver sierra_net
    [    1.345430] usbcore: registered new interface driver cx82310_eth
    [    1.351922] usbcore: registered new interface driver cdc_ncm
    [    1.358035] usbcore: registered new interface driver lg-vl600
    [    1.364235] usbcore: registered new interface driver qmi_wwan
    [    1.370448] usbcore: registered new interface driver cdc_mbim
    [    1.377803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.384798] ehci-pci: EHCI PCI platform driver
    [    1.389661] ehci-platform: EHCI generic platform driver
    [    1.395529] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.401739] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.408523] ohci-pci: OHCI PCI platform driver
    [    1.413412] ohci-platform: OHCI generic platform driver
    [    1.419172] uhci_hcd: USB Universal Host Controller Interface driver
    [    1.427292] fusbh200_hcd: FUSBH200 Host Controller (EHCI) Driver
    [    1.433696] Warning! fusbh200_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
    [    1.443245] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
    [    1.449501] 4Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
    [    1.459446] usbcore: registered new interface driver cdc_acm
    [    1.465458] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    1.474050] usbcore: registered new interface driver usblp
    [    1.480035] usbcore: registered new interface driver cdc_wdm
    [    1.486155] usbcore: registered new interface driver usbtmc
    [    1.492192] usbcore: registered new interface driver usb-storage
    [    1.498708] usbcore: registered new interface driver ums-alauda
    [    1.505091] usbcore: registered new interface driver ums-cypress
    [    1.511551] usbcore: registered new interface driver ums-datafab
    [    1.518030] usbcore: registered new interface driver ums_eneub6250
    [    1.524888] usbcore: registered new interface driver ums-freecom
    [    1.531404] usbcore: registered new interface driver ums-isd200
    [    1.537802] usbcore: registered new interface driver ums-jumpshot
    [    1.544376] usbcore: registered new interface driver ums-karma
    [    1.550676] usbcore: registered new interface driver ums-onetouch
    [    1.557257] usbcore: registered new interface driver ums-realtek
    [    1.563736] usbcore: registered new interface driver ums-sddr09
    [    1.570118] usbcore: registered new interface driver ums-sddr55
    [    1.576493] usbcore: registered new interface driver ums-usbat
    [    1.582792] usbcore: registered new interface driver mdc800
    [    1.588702] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
    [    1.596888] usbcore: registered new interface driver microtekX6
    [    1.603475] usbcore: registered new interface driver usbserial
    [    1.609800] usbcore: registered new interface driver usbserial_generic
    [    1.616822] usbserial: USB Serial support registered for generic
    [    1.623342] usbcore: registered new interface driver aircable
    [    1.629557] usbserial: USB Serial support registered for aircable
    [    1.636122] usbcore: registered new interface driver ark3116
    [    1.642224] usbserial: USB Serial support registered for ark3116
    [    1.648737] usbcore: registered new interface driver belkin_sa
    [    1.655022] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
    [    1.664868] usbcore: registered new interface driver ch341
    [    1.670821] usbserial: USB Serial support registered for ch341-uart
    [    1.677612] usbcore: registered new interface driver cp210x
    [    1.683651] usbserial: USB Serial support registered for cp210x
    [    1.690031] usbcore: registered new interface driver cyberjack
    [    1.696309] usbserial: USB Serial support registered for Reiner SCT Cyberjack USB card reader
    [    1.705421] usbcore: registered new interface driver cypress_m8
    [    1.711791] usbserial: USB Serial support registered for DeLorme Earthmate USB
    [    1.719533] usbserial: USB Serial support registered for HID->COM RS232 Adapter
    [    1.727358] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
    [    1.735204] usbcore: registered new interface driver usb_debug
    [    1.741489] usbserial: USB Serial support registered for debug
    [    1.747791] usbcore: registered new interface driver digi_acceleport
    [    1.754624] usbserial: USB Serial support registered for Digi 2 port USB adapter
    [    1.762544] usbserial: USB Serial support registered for Digi 4 port USB adapter
    [    1.770483] usbcore: registered new interface driver io_edgeport
    [    1.776948] usbserial: USB Serial support registered for Edgeport 2 port adapter
    [    1.784866] usbserial: USB Serial support registered for Edgeport 4 port adapter
    [    1.792785] usbserial: USB Serial support registered for Edgeport 8 port adapter
    [    1.800700] usbserial: USB Serial support registered for EPiC device
    [    1.807541] usbcore: registered new interface driver io_ti
    [    1.813473] usbserial: USB Serial support registered for Edgeport TI 1 port adapter
    [    1.821674] usbserial: USB Serial support registered for Edgeport TI 2 port adapter
    [    1.829888] usbcore: registered new interface driver empeg
    [    1.835808] usbserial: USB Serial support registered for empeg
    [    1.842102] usbcore: registered new interface driver f81232
    [    1.848115] usbserial: USB Serial support registered for f81232
    [    1.854500] usbcore: registered new interface driver ftdi_sio
    [    1.860690] usbserial: USB Serial support registered for FTDI USB Serial Device
    [    1.868608] usbcore: registered new interface driver garmin_gps
    [    1.874985] usbserial: USB Serial support registered for Garmin GPS usb/tty
    [    1.882460] usbcore: registered new interface driver ipaq
    [    1.888275] usbserial: USB Serial support registered for PocketPC PDA
    [    1.895215] usbcore: registered new interface driver ipw
    [    1.900963] usbserial: USB Serial support registered for IPWireless converter
    [    1.908667] usbcore: registered new interface driver ir_usb
    [    1.914672] usbserial: USB Serial support registered for IR Dongle
    [    1.921329] usbcore: registered new interface driver iuu_phoenix
    [    1.927792] usbserial: USB Serial support registered for iuu_phoenix
    [    1.934631] usbcore: registered new interface driver keyspan
    [    1.940736] usbserial: USB Serial support registered for Keyspan - (without firmware)
    [    1.949110] usbserial: USB Serial support registered for Keyspan 1 port adapter
    [    1.956939] usbserial: USB Serial support registered for Keyspan 2 port adapter
    [    1.964762] usbserial: USB Serial support registered for Keyspan 4 port adapter
    [    1.972602] usbcore: registered new interface driver keyspan_pda
    [    1.979072] usbserial: USB Serial support registered for Keyspan PDA
    [    1.985909] usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
    [    1.994563] usbserial: USB Serial support registered for Xircom / Entregra PGS - (prerenumeration)
    [    2.004147] usbcore: registered new interface driver kl5kusb105
    [    2.010530] usbserial: USB Serial support registered for KL5KUSB105D / PalmConnect
    [    2.018684] usbcore: registered new interface driver kobil_sct
    [    2.024964] usbserial: USB Serial support registered for KOBIL USB smart card terminal
    [    2.033441] usbcore: registered new interface driver mct_u232
    [    2.039630] usbserial: USB Serial support registered for MCT U232
    [    2.046202] usbcore: registered new interface driver metro_usb
    [    2.052506] usbserial: USB Serial support registered for Metrologic USB to Serial
    [    2.060540] usbcore: registered new interface driver mos7720
    [    2.066647] usbserial: USB Serial support registered for Moschip 2 port adapter
    [    2.074491] usbcore: registered new interface driver mos7840
    [    2.080614] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
    [    2.089650] usbcore: registered new interface driver navman
    [    2.095662] usbserial: USB Serial support registered for navman
    [    2.102045] usbcore: registered new interface driver omninet
    [    2.108155] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
    [    2.116640] usbcore: registered new interface driver opticon
    [    2.122744] usbserial: USB Serial support registered for opticon
    [    2.129219] usbcore: registered new interface driver option
    [    2.135232] usbserial: USB Serial support registered for GSM modem (1-port)
    [    2.142714] usbcore: registered new interface driver oti6858
    [    2.148821] usbserial: USB Serial support registered for oti6858
    [    2.155299] usbcore: registered new interface driver pl2303
    [    2.161320] usbserial: USB Serial support registered for pl2303
    [    2.167709] usbcore: registered new interface driver qcaux
    [    2.173676] usbserial: USB Serial support registered for qcaux
    [    2.179980] usbcore: registered new interface driver qcserial
    [    2.186186] usbserial: USB Serial support registered for Qualcomm USB modem
    [    2.193700] usbcore: registered new interface driver quatech2
    [    2.199901] usbserial: USB Serial support registered for Quatech 2nd gen USB to Serial Driver
    [    2.209024] usbcore: registered new interface driver safe_serial
    [    2.215489] usbserial: USB Serial support registered for safe_serial
    [    2.222332] usbcore: registered new interface driver sierra
    [    2.228351] usbserial: USB Serial support registered for Sierra USB modem
    [    2.235663] usbcore: registered new interface driver usb_serial_simple
    [    2.242681] usbserial: USB Serial support registered for zio
    [    2.248778] usbserial: USB Serial support registered for funsoft
    [    2.255253] usbserial: USB Serial support registered for flashloader
    [    2.262081] usbserial: USB Serial support registered for vivopay
    [    2.268543] usbserial: USB Serial support registered for moto_modem
    [    2.275287] usbserial: USB Serial support registered for hp4x
    [    2.281478] usbserial: USB Serial support registered for suunto
    [    2.287845] usbserial: USB Serial support registered for siemens_mpi
    [    2.294698] usbcore: registered new interface driver spcp8x5
    [    2.300813] usbserial: USB Serial support registered for SPCP8x5
    [    2.307302] usbcore: registered new interface driver ssu100
    [    2.313328] usbserial: USB Serial support registered for Quatech SSU-100 USB to Serial Driver
    [    2.322463] usbcore: registered new interface driver symbolserial
    [    2.329030] usbserial: USB Serial support registered for symbol
    [    2.335440] usbcore: registered new interface driver ti_usb_3410_5052
    [    2.342388] usbserial: USB Serial support registered for TI USB 3410 1 port adapter
    [    2.350598] usbserial: USB Serial support registered for TI USB 5052 2 port adapter
    [    2.358818] usbcore: registered new interface driver visor
    [    2.364753] usbserial: USB Serial support registered for Handspring Visor / Palm OS
    [    2.372952] usbserial: USB Serial support registered for Sony Clie 5.0
    [    2.379966] usbserial: USB Serial support registered for Sony Clie 3.5
    [    2.387006] usbcore: registered new interface driver wishbone_serial
    [    2.393848] usbserial: USB Serial support registered for wishbone_serial
    [    2.401070] usbcore: registered new interface driver whiteheat
    [    2.407368] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT - (prerenumeration)
    [    2.417211] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT
    [    2.425253] usbcore: registered new interface driver xsens_mt
    [    2.431459] usbserial: USB Serial support registered for xsens_mt
    [    2.438053] usbcore: registered new interface driver zte_ev
    [    2.444074] usbserial: USB Serial support registered for zte_ev
    [    2.450477] usbcore: registered new interface driver adutux
    [    2.456623] usbcore: registered new interface driver appledisplay
    [    2.463228] usbcore: registered new interface driver cypress_cy7c63
    [    2.470004] usbcore: registered new interface driver cytherm
    [    2.476145] usbcore: registered new interface driver emi26 - firmware loader
    [    2.483738] usbcore: registered new interface driver emi62 - firmware loader
    [    2.491198] driver ftdi-elan
    [    2.494570] usbcore: registered new interface driver ftdi-elan
    [    2.500907] usbcore: registered new interface driver idmouse
    [    2.507071] usbcore: registered new interface driver iowarrior
    [    2.513397] usbcore: registered new interface driver isight_firmware
    [    2.520272] usbcore: registered new interface driver usblcd
    [    2.526324] usbcore: registered new interface driver ldusb
    [    2.532275] usbcore: registered new interface driver usbled
    [    2.538316] usbcore: registered new interface driver legousbtower
    [    2.544902] usbcore: registered new interface driver rio500
    [    2.550953] usbcore: registered new interface driver usbtest
    [    2.557097] usbcore: registered new interface driver usb_ehset_test
    [    2.563868] usbcore: registered new interface driver trancevibrator
    [    2.570633] usbcore: registered new interface driver usbsevseg
    [    2.576941] usbcore: registered new interface driver yurex
    [    2.583395] usbcore: registered new interface driver sisusb
    [    2.604815] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [    2.619629] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [    2.642658] mousedev: PS/2 mouse device common for all mice
    [    2.651642] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    2.660219] i2c /dev entries driver
    [    2.666885] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    2.675198] sdhci: Secure Digital Host Controller Interface driver
    [    2.681863] sdhci: Copyright(c) Pierre Ossman
    [    2.689633] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    2.696866] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    2.734054] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [    2.742193] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [    2.778857] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
    [    2.786100] edma-dma-engine edma-dma-engine.0: allocated channel for 0:12
    [    2.842604] mmc1: BKOPS_EN bit is not set
    [    2.857911] mmc1: new high speed MMC card at address 0001
    [    2.873614] mmcblk0: mmc1:0001 MMC04G 3.52 GiB 
    [    2.878501] mmcblk0boot0: mmc1:0001 MMC04G partition 1 16.0 MiB
    [    2.892326] mmcblk0boot1: mmc1:0001 MMC04G partition 2 16.0 MiB
    [    2.902869]  mmcblk0: p1 p2 p3 < p5 p6 >
    [    2.910042]  mmcblk0boot1: unknown partition table
    [    2.916659]  mmcblk0boot0: unknown partition table
    [    2.922856] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.933112] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.939505] mmc2: card claims to support voltages below the defined range. These will be ignored.
    [    2.949243] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    2.956507] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    2.963953] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    2.970128] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    2.977287] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    2.988153] oprofile: no performance counters
    [    2.993239] oprofile: using timer interrupt.
    [    2.997902] Netfilter messages via NETLINK v0.30.
    [    3.003037] nfnl_acct: registering with nfnetlink.
    [    3.008209] nf_conntrack version 0.5.0 (7902 buckets, 31608 max)
    [    3.014801] ctnetlink v0.93: registering with nfnetlink.
    [    3.021011] xt_time: kernel timezone is -0000
    [    3.026027] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    3.031832] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
    [    3.038625] arp_tables: (C) 2002 David S. Miller
    [    3.043492] TCP: cubic registered
    [    3.047135] Initializing XFRM netlink socket
    [    3.052202] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
    [    3.057987] NET: Registered protocol family 17
    [    3.063151] NET: Registered protocol family 15
    [    3.067937] mmc2: new high speed SDIO card at address 0001
    [    3.073751] 8021q: 802.1Q VLAN Support v1.8
    [    3.078204] Key type dns_resolver registered
    [    3.085538] PM: CM3 Firmware Version = 0x186
    [    3.090395] ThumbEE CPU extension supported.
    [    3.097166] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
    [  110.194060] VFS: Unable to mount root fs via NFS, trying floppy.
    [  110.200486] List of all partitions:
    [  110.204224] b300         3694592 mmcblk0  driver: mmcblk
    [  110.209840]   b301           61440 mmcblk0p1 000a2d49-01
    [  110.215435]   b302          499712 mmcblk0p2 000a2d49-02
    [  110.221023]   b303               1 mmcblk0p3 
    [  110.225607]   b305          499712 mmcblk0p5 000a2d49-05
    [  110.231191]   b306          250880 mmcblk0p6 000a2d49-06
    [  110.236779] b310           16384 mmcblk0boot1  (driver?)
    [  110.242367] b308           16384 mmcblk0boot0  (driver?)
    [  110.247948] No filesystem could mount root, tried:  nfs
    [  110.253449] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
    

    myConfig.txt

    Thank you

    *Update: I found that I am missing the Inventra HDRC USB Peripheral Controller driver, I don't have it at all with the kernel config, could that be my issue? since when I have the Dummy HCD enabled, the kernel detects USB0 (Since it's a dummy controller I get no functionality)

  • Nas, this debug session so far has little progress, you either has improper kernel config, or kernel modules improperly installed. To quickly close this issue, can you please start over and follow the following steps?

    1 run 'make distclean' to clean the kernel source tree;

    2 setup kernel build env (ARM=... CROSS_COMPILE=... etc) and run 'make tisdk_am335x-evm_defconfig' to generate .config;

    3 refer to wiki http://processors.wiki.ti.com/index.php/MUSB_Linux_Driver_Configuration to change the related USB options from '=m' to '=y' to build them into kernel. Do not change other USB related options;

    4. apply patch #7.1, and #7.3.a in wiki http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_MUSB_Issues;

    5. build the kernel and modules, and populate them to your target board;

    If the boot still fails, please attach the kernel full boot log and .config as always.

  • I know, I am sorry about that, and I did the patches, and followed your instructions, the good thing, is that I am not getting a kernel panic when in dual mode, however, USB0 still doesn't come up

    I am attaching two boot logs, one with DMA enabled, and the other without

    bootDMA.txt
    CCCCCCCC
    U-Boot SPL 2014.04-rc1-00233-gd689780 (Aug 01 2014 - 09:48:44)
    Using default environment
    
    usb_ether
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    BOOTP broadcast 1
    BOOTP broadcast 2
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.6
    Filename 'u-boot-restore.img'.
    Load address: 0x807fffc0
    Loading: ###########################
             621.1 KiB/s
    done
    Bytes transferred = 393796 (60244 hex)
    
    
    U-Boot 2014.04-rc1-00232-g50a91da-dirty (Apr 28 2015 - 11:15:12)
    
    I2C:   ready
    DRAM:  512 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    WARNING: Could not determine device tree to use
    Booting from usb0 ...
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'zImage'.
    Load address: 0x80300000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             ########################
             1.2 MiB/s
    done
    Bytes transferred = 4161264 (3f7ef0 hex)
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'am335x.dtb'.
    Load address: 0x815f0000
    Loading: ###
             1.1 MiB/s
    done
    Bytes transferred = 36882 (9012 hex)
    Kernel image @ 0x80300000 [ 0x000000 - 0x3f7ef0 ]
    ## Flattened Device Tree blob at 815f0000
       Booting using the fdt blob at 0x815f0000
       Using Device Tree in place at 815f0000, end 815fc011
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10 (nmakkiya@nmakkiya-OptiPlex-9010) (gcc version 4.7.3 20130226 (pr
    erelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #5 Tue May 5 13:20:
    29 PDT 2015
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x Falcon
    [    0.000000] cma: CMA: reserved 24 MiB at 9e000000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.151:/exp
    ort/fs,nolock rw rootfstype=nfs ip=192.168.2.151
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 483252K/521216K available (5623K kernel code, 562K rwdata, 1892K rodata, 346K i
    nit, 225K bss, 37964K reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc075f04c   (7517 kB)
    [    0.000000]       .init : 0xc0760000 - 0xc07b6ae8   ( 347 kB)
    [    0.000000]       .data : 0xc07b8000 - 0xc0844998   ( 563 kB)
    [    0.000000]        .bss : 0xc0844998 - 0xc087d060   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000250] Calibrating delay loop... 663.55 BogoMIPS (lpj=3317760)
    [    0.049783] pid_max: default: 32768 minimum: 301
    [    0.049865] Security Framework initialized
    [    0.049907] Mount-cache hash table entries: 512
    [    0.056109] CPU: Testing write buffer coherency: ok
    [    0.056435] Setting up static identity map for 0xc0583ee8 - 0xc0583f58
    [    0.057135] devtmpfs: initialized
    [    0.058514] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.118426] omap_hwmod: debugss: _wait_target_disable failed
    [    0.119011] pinctrl core: initialized pinctrl subsystem
    [    0.119704] regulator-dummy: no parameters
    [    0.121731] NET: Registered protocol family 16
    [    0.123480] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.125604] cpuidle: using governor ladder
    [    0.125618] cpuidle: using governor menu
    [    0.132041] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.132785] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.133410] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.134371] OMAP GPIO hardware version 0.1
    [    0.142026] platform 4a300000.pruss: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.142635] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.144687] DSS not supported on this SoC
    [    0.144701] No ATAGs?
    [    0.144711] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.163581] bio: create slab <bio-0> at 0
    [    0.174587] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.175317] vmmcsd_fixed: 3300 mV 
    [    0.175714] wlan-en-regulator: 1800 mV 
    [    0.178069] vgaarb: loaded
    [    0.179029] SCSI subsystem initialized
    [    0.180124] usbcore: registered new interface driver usbfs
    [    0.180260] usbcore: registered new interface driver hub
    [    0.180415] usbcore: registered new device driver usb
    [    0.183100] DCDC1: at 1500 mV 
    [    0.183933] vdd_mpu: 925 <--> 1375 mV at 1325 mV 
    [    0.184708] vdd_core: 925 <--> 1150 mV at 1125 mV 
    [    0.185466] LDO1: at 1800 mV 
    [    0.186231] LDO2: at 3300 mV 
    [    0.187489] LDO3: 1800 mV 
    [    0.188257] LDO4: at 3300 mV 
    [    0.188439] Assiging LDO2 to STROBE14, so that it will be                    active during PMIC Sle
    ep state
    [    0.188951] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    0.188988] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    0.189559] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    0.189905] media: Linux media interface: v0.10
    [    0.190087] Linux video capture interface: v2.00
    [    0.190315] pps_core: LinuxPPS API ver. 1 registered
    [    0.190324] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it
    >
    [    0.190423] PTP clock support registered
    [    0.192455] Switched to clocksource timer1
    [    0.206571] NET: Registered protocol family 2
    [    0.207093] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.207161] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.207199] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.207258] TCP: reno registered
    [    0.207268] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.207283] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.207440] NET: Registered protocol family 1
    [    0.207750] RPC: Registered named UNIX socket transport module.
    [    0.207759] RPC: Registered udp transport module.
    [    0.207764] RPC: Registered tcp transport module.
    [    0.207770] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.208528] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.209051] PM: Loading am335x-pm-firmware.bin
    [    0.322009] VFS: Disk quotas dquot_6.5.2
    [    0.322075] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.322651] NFS: Registering the id_resolver key type
    [    0.322728] Key type id_resolver registered
    [    0.322735] Key type id_legacy registered
    [    0.322774] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.322928] msgmni has been set to 991
    [    0.324168] NET: Registered protocol family 38
    [    0.324199] io scheduler noop registered
    [    0.324206] io scheduler deadline registered
    [    0.324229] io scheduler cfq registered (default)
    [    0.330259] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.332393] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UAR
    T0
    [    0.972829] console [ttyO0] enabled
    [    0.977146] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UAR
    T1
    [    0.987423] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UAR
    T2
    [    0.997680] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UAR
    T4
    [    1.007946] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UAR
    T5
    [    1.018701] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.033233] brd: module loaded
    [    1.040385] loop: module loaded
    [    1.044028] (stk) :sysfs entries created
    [    1.048171] (stk) : debugfs entries created 
    [    1.055818] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.065223] usbcore: registered new interface driver asix
    [    1.071054] usbcore: registered new interface driver ax88179_178a
    [    1.077588] usbcore: registered new interface driver cdc_ether
    [    1.083847] usbcore: registered new interface driver r815x
    [    1.089742] usbcore: registered new interface driver smsc95xx
    [    1.095881] usbcore: registered new interface driver net1080
    [    1.101947] usbcore: registered new interface driver cdc_subset
    [    1.108271] usbcore: registered new interface driver zaurus
    [    1.114306] usbcore: registered new interface driver cdc_ncm
    [    1.120616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.127491] ehci-pci: EHCI PCI platform driver
    [    1.132304] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.138473] usbcore: registered new interface driver cdc_wdm
    [    1.144590] usbcore: registered new interface driver usb-storage
    [    1.153706] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [    1.160176] musb-hdrc musb-hdrc.0.auto: Falied to request rx1.
    [    1.166408] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
    [    1.174585] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
    [    1.183713] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [    1.190171] musb-hdrc musb-hdrc.1.auto: Falied to request rx1.
    [    1.196393] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
    [    1.204562] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
    [    1.213160] mousedev: PS/2 mouse device common for all mice
    [    1.221333] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.229511] i2c /dev entries driver
    [    1.234114] Driver for 1-wire Dallas network protocol.
    [    1.241448] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.252028] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.259285] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.302794] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [    1.309837] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [    1.352724] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
    

    bootNoDMA.txt
    CCCCCCCC
    U-Boot SPL 2014.04-rc1-00233-gd689780 (Aug 01 2014 - 09:48:44)
    Using default environment
    
    usb_ether
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    BOOTP broadcast 1
    BOOTP broadcast 2
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.6
    Filename 'u-boot-restore.img'.
    Load address: 0x807fffc0
    Loading: ###########################
             622.1 KiB/s
    done
    Bytes transferred = 393796 (60244 hex)
    
    
    U-Boot 2014.04-rc1-00232-g50a91da-dirty (Apr 28 2015 - 11:15:12)
    
    I2C:   ready
    DRAM:  512 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    Incorrect magic number (0xffffffff) in EEPROM
    Could not get board ID.
    Could not get PHY for cpsw: addr 0
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    WARNING: Could not determine device tree to use
    Booting from usb0 ...
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'zImage'.
    Load address: 0x80300000
    Loading: #################################################################
             #####################T ############################################
             #################################################################
             #################################################################
             #####################
             489.3 KiB/s
    done
    Bytes transferred = 4125032 (3ef168 hex)
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC 20:cd:39:f5:a7:49
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    Using usb_ether device
    TFTP from server 192.168.2.151; our IP address is 192.168.2.3
    Filename 'am335x.dtb'.
    Load address: 0x815f0000
    Loading: ###
             1.1 MiB/s
    done
    Bytes transferred = 36882 (9012 hex)
    Kernel image @ 0x80300000 [ 0x000000 - 0x3ef168 ]
    ## Flattened Device Tree blob at 815f0000
       Booting using the fdt blob at 0x815f0000
       Using Device Tree in place at 815f0000, end 815fc011
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10 (nmakkiya@nmakkiya-OptiPlex-9010) (gcc version 4.7.3 20130226 (pr
    erelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #6 Tue May 5 13:28:
    12 PDT 2015
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x Falcon
    [    0.000000] cma: CMA: reserved 24 MiB at 9e000000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.151:/exp
    ort/fs,nolock rw rootfstype=nfs ip=192.168.2.151
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 483328K/521216K available (5571K kernel code, 559K rwdata, 1876K rodata, 344K i
    nit, 225K bss, 37888K reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074e04c   (7449 kB)
    [    0.000000]       .init : 0xc074f000 - 0xc07a53b0   ( 345 kB)
    [    0.000000]       .data : 0xc07a6000 - 0xc0831d58   ( 560 kB)
    [    0.000000]        .bss : 0xc0831d58 - 0xc086a3e0   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000252] Calibrating delay loop... 663.55 BogoMIPS (lpj=3317760)
    [    0.049786] pid_max: default: 32768 minimum: 301
    [    0.049868] Security Framework initialized
    [    0.049910] Mount-cache hash table entries: 512
    [    0.056111] CPU: Testing write buffer coherency: ok
    [    0.056440] Setting up static identity map for 0xc05770e8 - 0xc0577158
    [    0.057149] devtmpfs: initialized
    [    0.058519] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.118352] omap_hwmod: debugss: _wait_target_disable failed
    [    0.118927] pinctrl core: initialized pinctrl subsystem
    [    0.119606] regulator-dummy: no parameters
    [    0.121613] NET: Registered protocol family 16
    [    0.123325] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.125447] cpuidle: using governor ladder
    [    0.125460] cpuidle: using governor menu
    [    0.131892] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.132633] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.133259] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.134218] OMAP GPIO hardware version 0.1
    [    0.141964] platform 4a300000.pruss: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.142571] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.144619] DSS not supported on this SoC
    [    0.144632] No ATAGs?
    [    0.144641] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.162553] bio: create slab <bio-0> at 0
    [    0.173644] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.174390] vmmcsd_fixed: 3300 mV 
    [    0.174797] wlan-en-regulator: 1800 mV 
    [    0.177174] vgaarb: loaded
    [    0.178141] SCSI subsystem initialized
    [    0.179184] usbcore: registered new interface driver usbfs
    [    0.179322] usbcore: registered new interface driver hub
    [    0.179474] usbcore: registered new device driver usb
    [    0.182263] DCDC1: at 1500 mV 
    [    0.183096] vdd_mpu: 925 <--> 1375 mV at 1325 mV 
    [    0.183872] vdd_core: 925 <--> 1150 mV at 1125 mV 
    [    0.184625] LDO1: at 1800 mV 
    [    0.185394] LDO2: at 3300 mV 
    [    0.186656] LDO3: 1800 mV 
    [    0.187426] LDO4: at 3300 mV 
    [    0.187612] Assiging LDO2 to STROBE14, so that it will be                    active during PMIC Sle
    ep state
    [    0.188122] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [    0.188164] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    0.188717] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    0.189026] media: Linux media interface: v0.10
    [    0.189181] Linux video capture interface: v2.00
    [    0.189389] pps_core: LinuxPPS API ver. 1 registered
    [    0.189398] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it
    >
    [    0.189496] PTP clock support registered
    [    0.191610] Switched to clocksource timer1
    [    0.205871] NET: Registered protocol family 2
    [    0.206389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.206455] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.206493] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.206547] TCP: reno registered
    [    0.206569] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.206585] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.206742] NET: Registered protocol family 1
    [    0.207052] RPC: Registered named UNIX socket transport module.
    [    0.207062] RPC: Registered udp transport module.
    [    0.207067] RPC: Registered tcp transport module.
    [    0.207072] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.207822] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.208350] PM: Loading am335x-pm-firmware.bin
    [    0.320302] VFS: Disk quotas dquot_6.5.2
    [    0.320362] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.320871] NFS: Registering the id_resolver key type
    [    0.320944] Key type id_resolver registered
    [    0.320951] Key type id_legacy registered
    [    0.320988] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.321138] msgmni has been set to 992
    [    0.322452] NET: Registered protocol family 38
    [    0.322487] io scheduler noop registered
    [    0.322495] io scheduler deadline registered
    [    0.322516] io scheduler cfq registered (default)
    [    0.328625] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.330772] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UAR
    T0
    [    0.971182] console [ttyO0] enabled
    [    0.975509] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UAR
    T1
    [    0.985773] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UAR
    T2
    [    0.996040] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UAR
    T4
    [    1.006306] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UAR
    T5
    [    1.017073] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.031579] brd: module loaded
    [    1.038823] loop: module loaded
    [    1.042451] (stk) :sysfs entries created
    [    1.046591] (stk) : debugfs entries created 
    [    1.054294] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.063739] usbcore: registered new interface driver asix
    [    1.069566] usbcore: registered new interface driver ax88179_178a
    [    1.076097] usbcore: registered new interface driver cdc_ether
    [    1.082353] usbcore: registered new interface driver r815x
    [    1.088248] usbcore: registered new interface driver smsc95xx
    [    1.094388] usbcore: registered new interface driver net1080
    [    1.100486] usbcore: registered new interface driver cdc_subset
    [    1.106844] usbcore: registered new interface driver zaurus
    [    1.112872] usbcore: registered new interface driver cdc_ncm
    [    1.119193] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.126066] ehci-pci: EHCI PCI platform driver
    [    1.130879] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.137086] usbcore: registered new interface driver cdc_wdm
    [    1.143194] usbcore: registered new interface driver usb-storage
    [    1.152344] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [    1.158861] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
    [    1.165303] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
    [    1.173735] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.180859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.188452] usb usb1: Product: MUSB HDRC host driver
    [    1.193667] usb usb1: Manufacturer: Linux 3.12.10 musb-hcd
    [    1.199419] usb usb1: SerialNumber: musb-hdrc.0.auto
    [    1.205319] hub 1-0:1.0: USB hub found
    [    1.209312] hub 1-0:1.0: 1 port detected
    [    1.215354] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [    1.221990] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
    [    1.228358] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
    [    1.236774] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.243915] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.251491] usb usb2: Product: MUSB HDRC host driver
    [    1.256707] usb usb2: Manufacturer: Linux 3.12.10 musb-hcd
    [    1.262467] usb usb2: SerialNumber: musb-hdrc.1.auto
    [    1.268327] hub 2-0:1.0: USB hub found
    [    1.272380] hub 2-0:1.0: 1 port detected
    [    1.277493] mousedev: PS/2 mouse device common for all mice
    [    1.285782] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.293948] i2c /dev entries driver
    [    1.298516] Driver for 1-wire Dallas network protocol.
    [    1.305944] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.316829] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.324096] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.372164] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [    1.379206] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [    1.421901] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
    [    1.429095] edma-dma-engine edma-dma-engine.0: allocated channel for 0:12
    [    1.505351] musb_h_ep0_irq 1165: no URB for end 0
    [    1.510313] musb_h_ep0_irq 1165: no URB for end 0
    [    1.552529] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.558886] mmc1: BKOPS_EN bit is not set
    [    1.563475] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.570666] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.577756] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.583919] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.591002] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.599266] usbcore: registered new interface driver usbhid
    [    1.605162] usbhid: USB HID core driver
    [    1.610009] mmc1: new high speed MMC card at address 0001
    [    1.616700] mmcblk0: mmc1:0001 MMC04G 3.52 GiB 
    [    1.621807] mmcblk0boot0: mmc1:0001 MMC04G partition 1 16.0 MiB
    [    1.629206] oprofile: no performance counters
    [    1.633900] mmcblk0boot1: mmc1:0001 MMC04G partition 2 16.0 MiB
    [    1.640589] oprofile: using timer interrupt.
    [    1.645823] TCP: cubic registered
    [    1.649333] Initializing XFRM netlink socket
    [    1.653980] NET: Registered protocol family 17
    [    1.658679] NET: Registered protocol family 15
    [    1.663461] 8021q: 802.1Q VLAN Support v1.8
    [    1.668037] Key type dns_resolver registered
    [    1.672746]  mmcblk0: p1 p2 p3 < p5 p6 >
    [    1.678413] cpufreq_cpu0: Bootloader freq 1000000000Hz no match to table, Using 600000000Hz
    [    1.687735] *****************FIXME IS CALLED*****************
    [    1.696460]  mmcblk0boot1: unknown partition table
    [    1.703433] ThumbEE CPU extension supported.
    [    1.709402]  mmcblk0boot0: unknown partition table
    [    1.722793] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    1.732355] mmc2: card claims to support voltages below the defined range. These will be ignored.
    [    1.755101] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
    [    1.761594] mmc2: new high speed SDIO card at address 0001
    [    1.861212] musb_h_ep0_irq 1165: no URB for end 0
    [    1.866241] musb_h_ep0_irq 1165: no URB for end 0
    [    2.217183] musb_h_ep0_irq 1165: no URB for end 0
    [    2.222182] musb_h_ep0_irq 1165: no URB for end 0
    [    2.573193] musb_h_ep0_irq 1165: no URB for end 0
    [    2.578202] musb_h_ep0_irq 1165: no URB for end 0
    

    6082.myConfig.txt

    Thank you

  • Nas Makkiya said:
    I know, I am sorry about that

    I did not mean you have to be sorry, I just wanted to find a way to make progress in solving the issue.

    The last few lines In the DMA enabled log are:

    [    1.196393] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
    [    1.204562] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
    [    1.213160] mousedev: PS/2 mouse device common for all mice
    [    1.221333] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.229511] i2c /dev entries driver
    [    1.234114] Driver for 1-wire Dallas network protocol.
    [    1.241448] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.252028] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.259285] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.302794] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [    1.309837] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [    1.352724] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
    

    Is this all you got? If so I am unable to tell what happened, I was expecting more logs after this point.

    In the non-DMA log you have

    [    1.866241] musb_h_ep0_irq 1165: no URB for end 0

    Do you have other boot source other than nfs over usb-ethernet? I am suspecting you have USB hw design issue, and would like to see if you can boot Linux from a different way other than usb-ethernet, then we can validate USB. Have you done USB EyeDiagram test to check the signal integrity?

    In your .config:

    CONFIG_USB_LIBCOMPOSITE=m
    CONFIG_USB_U_ETHER=m
    

    You did not build the g_ether gadget driver into the kernel image. Please change the config and test it again.

  • That was the end of the non DMA boot, it just hung there, and I am able to boot off of the internal eMMC, and the external SD card just fine, and I have the same issues with the beagle bone black, since our hw design is almost identical to the BB Black

    So basically if it works on the beagle bone black, it will work on our target

  • I've been trying with the kernel configs for the last couple of days, to no avail, I was wondering whether you have some insight into how I can make it work on the beagle bone black, since I have one here that I am testing side by side
    I have downloaded both SDK 8.0, and SDK 6.0, in addition to SDK 7.0 that I have been working with, trying both of them on both our HW, and the Beagle Bone Black to no avail. for our application, it doesn't matter which Kernel we use, as USB0 booting is only used for firmware download (Initialized the HW, ie loading the eMMC)

  • Bin Liu said:

    In your .config:

    CONFIG_USB_LIBCOMPOSITE=m
    CONFIG_USB_U_ETHER=m
    

    You did not build the g_ether gadget driver into the kernel image. Please change the config and test it again.

    Have you tried what I said above? If it still fails, please provide the full kernel log and .config.

    In both SDK6.0 and 7.0, the g_ether gadget driver can be built in kernel and NFS boot over USB should work.

    But in SDK8.0 there is an issue which prevents g_ether to be built in kernel, so NFS over USB does not work on SDK8.0. Kernel community people are working on this issue.

  • Nas Makkiya said:
    I've been trying with the kernel configs for the last couple of days, to no avail, I was wondering whether you have some insight into how I can make it work on the beagle bone black

    I can only help if you attach the failure kernel boot log and .config for that kernel image.

  • I was able to finally get it to work, it comes as 3.12 Linux Kernel RNDIS network device, Thank you very much for all your help. I traced the issue back to two things:
    1. The Device Tree: Even though our device tree is almost identical to the boneblack one, ours seem to have an issue which I will dig into next, since the boneblack one seems to work with USB0
    2. USB MIDI Gadget: I found an old thread in which you made a comment about the MIDI Gadget preventing g_ether from loading properly, so I made that change.
    I am out of the office now, I will attach my config file tomorrow.
    Now for the next stage, do you have an idea why doesn't the Kernel pull an address from My DHCP server? it seems to work with uboot?
    Also, is it possible to change the USB from Gadget to Host mode without changing the USB_ID pin on the SOC, and without reloading the USB Drivers?
    Again, Thank you very much for your help :)
  • Nas Makkiya said:
    1. The Device Tree: Even though our device tree is almost identical to the boneblack one, ours seem to have an issue which I will dig into next, since the boneblack one seems to work with USB0

    Please update once you found anything on this.

    Nas Makkiya said:
    2. USB MIDI Gadget: I found an old thread in which you made a comment about the MIDI Gadget preventing g_ether from loading properly, so I made that change.

    Do you mind to post the link to old discussion?

    Nas Makkiya said:
    Now for the next stage, do you have an idea why doesn't the Kernel pull an address from My DHCP server? it seems to work with uboot?

    No idea right now, you might have to check the network traffic to see what is wrong. Wireshark might help.

    Nas Makkiya said:
    Also, is it possible to change the USB from Gadget to Host mode without changing the USB_ID pin on the SOC, and without reloading the USB Drivers?

    There is sw override on the ID pin, I will help you on this once you get there.

    You don't have to reload USB drivers anyway.

  • Bin Liu said:

    Please update once you found anything on this.

    I will do that

    Bin Liu said:

    Do you mind to post the link to old discussion?

    Of course, but I have it in the office computer, I will do that tomorrow

    Bin Liu said:

    There is sw override on the ID pin, I will help you on this once you get there.

    That is interesting since I have a toggle switch on that pin, and when I load the kernel, and filesystem using an SD Card, and if the USB_ID pin is set low at kernel boot time, it will never detect a flash drive, even if I toggle it back to floating position, I will verify that tomorrow with the new kernel

  • Bin Liu said:

    Do you mind to post the link to old discussion?

    https://e2e.ti.com/support/arm/sitara_arm/f/791/p/335136/1169877#pi316653=2

    Bin Liu said:

    No idea right now, you might have to check the network traffic to see what is wrong. Wireshark might help.

    I've used wireshark, and the device seems that it isn't communicating with my computer at all, I have the wireshark capture from when it is trying to boot from nfs both DHCP, and static IP

    config, kernel and wireshark.zip

    Bin Liu said:

    There is sw override on the ID pin, I will help you on this once you get there.

    Can you tell me how I can go about doing that? I want to test it when booting from an SD Card

  • Nas,

    Nas Makkiya said:

    Thanks for reminding me, it's been awhile.

    Nas Makkiya said:
    I've used wireshark, and the device seems that it isn't communicating with my computer at all, I have the wireshark capture from when it is trying to boot from nfs both DHCP, and static IP

    I am not sure how to get dhcp working on ethernet-over-usb. but for static ip configuration, your bootargs has 'ip=192.168.2.3', while my instruction in the e2e thread you referred has 'ip=${ipaddr}:::::usb0', it has 'usb0' at the end which specifies to use usb0 interface not eth0. Please follow the instructions in that e2e thread. I copy & paste the critical part here again for your reference.

    ================

    2. In u-boot bootargs variable, set 'root=/dev/nfs nfsroot=${serverip}:${rootpath},nolock rw ip=${ipaddr}:::::usb0', so that the usb0 interface uses static IP ${ipaddr}.

    3. Add option 'g_ether.host_addr=<a MAC address>' to uboot bootargs as while to not use random MAC address on host usb0 interface, so Ubuntu Network Manager can manage it.

    4. On Ubuntu host, set a static IP for the MAC address for 'g_ether.host_addr'.

    ================

    Nas Makkiya said:
    Can you tell me how I can go about doing that?

    The USBx_MODE register (TRM Section 16.5.2.35) bit 7 & 8 can override the ID pin. Setting it to 0x80 is equivalent to grounding ID pin, while setting it to 0x180 equivalent to floating ID pin.

    The sequence to host mode is

    - remove the USB cable if it was connected;

    - set USBx_MODE to 0x80;

    - set DEVCTL[SESSION] bit;

    - connect USB device;

    The sequence to device mode is

    - remove the USB cable if it was connected;

    - clear DEVCTL[SESSION] bit;

    - set USBx_MODE to 0x180;

    - connect to a USB host;

  • Bin Liu said:

    2. In u-boot bootargs variable, set 'root=/dev/nfs nfsroot=${serverip}:${rootpath},nolock rw ip=${ipaddr}:::::usb0', so that the usb0 interface uses static IP ${ipaddr}.

    3. Add option 'g_ether.host_addr=<a MAC address>' to uboot bootargs as while to not use random MAC address on host usb0 interface, so Ubuntu Network Manager can manage it.

    4. On Ubuntu host, set a static IP for the MAC address for 'g_ether.host_addr'.

    Thank you very much, I was able to get it running by switching to another 12.10 ubuntu machine, this one has 14.10

    Bin Liu said:

    The USBx_MODE register (TRM Section 16.5.2.35) bit 7 & 8 can override the ID pin. Setting it to 0x80 is equivalent to grounding ID pin, while setting it to 0x180 equivalent to floating ID pin.

    The sequence to host mode is

    - remove the USB cable if it was connected;

    - set USBx_MODE to 0x80;

    - set DEVCTL[SESSION] bit;

    - connect USB device;

    The sequence to device mode is

    - remove the USB cable if it was connected;

    - clear DEVCTL[SESSION] bit;

    - set USBx_MODE to 0x180;

    - connect to a USB host;

    I will test this and report back, I haven't looked into the DT yet, I will report back ASAP

  • I figured out the issue with the DT

    This is our DT

    musb: usb@47400000 {
    			status = "okay";
    
    			control@44e10000 {
    				status = "okay";
    			};
    
    			usb-phy@47401300 {
    				status = "okay";
    			};
    
    			usb-phy@47401b00 {
    				status = "okay";
    			};
    
    			usb@47401000 {
    				status = "okay";
    				dr_mode = "host";
    			};
    
    			usb@47401800 {
    				/* extra flag checking (musb->is_host) is added in
    				musb_interrupt function (musb_core.c) to avoid Kernel
    				panic when shutdown AT command is sent to Modem*/
    				status = "okay";
    				dr_mode = "host";
    			};
    
    			dma-controller@07402000  {
    				status = "okay";
    			};
    		};

    As you can see, USB0 is set to host mode, this is in the common dtsi file

  • Nas Makkiya said:
    usb@47401800 { /* extra flag checking (musb->is_host) is added in musb_interrupt function (musb_core.c) to avoid Kernel panic when shutdown AT command is sent to Modem*/

    Can you please share the patch mentioned as in the comments above? It sounds like the driver has a bug which causes the kernel crash. Thanks.

  • Sorry for the late reply, as I am part time, and come to the office intermittently

    This is the patch mentioned in the previous comment:

    /* RX on endpoints 1-15 */
    	reg = musb->int_rx >> 1;
    	ep_num = 1;
    	while (reg) {
    		if (reg & 1) {
    			/* musb_ep_select(musb->mregs, ep_num); */
    			/* REVISIT just retval = ep->rx_irq(...) */
    			retval = IRQ_HANDLED;
    			if (is_host_active(musb))
    				musb_host_rx(musb, ep_num);
    			else {
    				/* When shutdown AT command (AT^SMSO) is sent to modem,
    				Kernel crashes. While processing pending interrupts,
    				MUSB_DEVCTL_HM is zero, considers as client mode, leading
    				to crash. Added extra check with is_host SW flag.
    				Same added in case of TX too*/
    				if (!musb->is_host)
    					musb_g_rx(musb, ep_num);
    			}
    		}
    
    		reg >>= 1;
    		ep_num++;
    	}
    
    	/* TX on endpoints 1-15 */
    	reg = musb->int_tx >> 1;
    	ep_num = 1;
    	while (reg) {
    		if (reg & 1) {
    			/* musb_ep_select(musb->mregs, ep_num); */
    			/* REVISIT just retval |= ep->tx_irq(...) */
    			retval = IRQ_HANDLED;
    			if (is_host_active(musb))
    				musb_host_tx(musb, ep_num);
    			else {
    				if (!musb->is_host)
    					musb_g_tx(musb, ep_num);