Wakeup sources are not available in folder /dev

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wakeup sources are not available in folder /dev

843 Views
aaronpadilla
Contributor II

I am trying to evaluate the low power modes and the wakeup time on a SCM-i.MX 6Quad but in the original image included in MMC I didn't found the files to configure the wakeup sources like an example:

/sys/devices/platform/imx-uart.1/tty/ttymxc1/power/wakeup

All that I have in the /sys/devices/platform is: 

Vivante GCCore

hdmi-audio-codec

imx6q-cpufreq.0

reg-dummy

snd-soc-dummy
alarmtimer

imx-hdmi-audio

power regulatory.0

uevent

Then I have compiled a new image, including the next  power management option in menuconfig:

[*] User space wakeup sources interface

But I am getting exactly the same, to compile I did the following:

$ mkdir fsl-arm-yocto-bsp

$ cd fsl-arm-yocto-bsp

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b scm-imx-3.14.52-1.1.0_ga

$ repo sync

$ DISTRO=fsl-imx-x11 MACHINE=imx6dqscm-1gb-qwks source fsl-setup-release.sh -b build-x11

$ bitbake -c menuconfig linux-imx   (to activate User space wakeup sources interface)

$ bitbake fsl-image-gui

Could someone advice?

Thanks in advance

0 Kudos
3 Replies

619 Views
igorpadykov
NXP Employee
NXP Employee

Hi Aaron

please check Chapter 21 Low-level Power Management (PM) Driver

attached Linux Manual, Table 21-1. Low Power Modes, sect.21.1.5 Unit Test.

There are limited number of modules (description can be found in appropriate

chapters of reference manual) which can work without module clocks (as plls

are disabled), using only ckil.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

,

0 Kudos

619 Views
aaronpadilla
Contributor II

Thanks for the info, it is a very good manual, however my question is that in the folder /sys/devices/platform/ I don't have the folder for the uart (drivers/imx-uart/'xxxxxxx'.serial/tty/ttym does not exist) and some others, should I create this folders?? I dont think so

Could you advice?, I am a little bit hopeless 

 

0 Kudos