[beagleboard] Beaglebone Black + Audio codec TLV320AIC3106

2016-03-09 Thread Dileep D R
Hi, Below is the dtb configuration for audio routing, sound { compatible = "ti,da830-evm-audio"; ti,model = "DA830 EVM"; ti,audio-codec = <&tlv320aic3x>; ti,mcasp-controller = <&mcasp0>; ti,codec-clock-rate = <

[beagleboard] MMC3 for SDIO communiction

2015-09-02 Thread Dileep D R
*dmesg log shows:[4.259093] omap_hsmmc 4781.mmc: unable to get vmmc regulator -517* I have used following configuration in dts, don't know where exactly i am going wrong. wl12xx_vmmc: fixedregulator@3 { pinctrl-names = "default"; pinctrl-0 = <&wl12xx_gpio>; compatible = "regulator-fi

[beagleboard] To Enable MMC2 in U-boot

2015-08-29 Thread Dileep D R
Hi, I am trying to enable MMC2 in U-boot. Below are my changes in U-boot source. File: board.c Function : cpu_mmc_init Added : omap_mmc_init(2, 0, 0, -1, -1); File: mmc_host_def.h Added : #define OMAP_HSMMC3_BASE 0x47810100 File: clock_am33xx.c Function : enable_basic_clocks Added : &cmper->mmc

[beagleboard] Re: Beaglebone black MMC3

2015-08-27 Thread Dileep D R
crovolt = <180>; gpio = <&gpio0 27 0>; startup-delay-us = <7>; enable-active-high; }; dmesg log shows: [4.259093] omap_hsmmc 4781.mmc: unable to get vmmc regulator -517 On Thursday, 27 August 2015 16:25:17 UTC+5:30, Dileep D R

[beagleboard] Beaglebone black MMC3

2015-08-27 Thread Dileep D R
Hi, Configuring MMC3 for SDIO communiction. I have configured pins as below, but still sdio communication is not up. If clock is not enabled by default how can it be done in device tree, mmc3_pins: pinmux_mmc3_pins { pinctrl-single,pins = < 0x3C (PIN_INPUT_PULLUP | MU

Re: [beagleboard] TLV320AIC32X4

2015-08-19 Thread Dileep D R
15 16:24:46 UTC+5:30, lisarden wrote: > > Although it is not the reason for your problem, but you mentioned first > that the codec has the external frequency of 24MHz. Here is written only 12: > ti,codec-clock-rate = <1200>; > 19 Авг 2015 г. 8:18 пользователь "Dileep

[beagleboard] Wl12xx

2015-08-18 Thread Dileep D R
Hi, Interfacing wifi module (wl12xx ti chipset) with beaglebone black. Unable to bring up wlan0 interface, please guide me for proper device tree configuration. After booting excecuted modprobe wlcore_sdio modprobe wl12xx Below are my configurations. Kernel : 4.1 Rootfs : Debian Device Tre

[beagleboard] TLV320AIC32X4

2015-08-18 Thread Dileep D R
Hi, Interfacing TLV320AIC3254 with beaglebone black. Unable to play .wav with aplay. Below are my configurations, please let me know where i am going wrong. Kernel : 4.1 Rootfs : Debian Clock source TLV320AIC3254 : Externel 24Mhz Device Tree: bone_audio_cape_audio_pins: pinmux_bone_aud