[PATCH v3 1/2] fsl: Add binding for RCPM
From: Wang Dongsheng <hidden>
Date: 2015-09-25 02:38:43
Also in:
linux-devicetree, linuxppc-dev
From: Wang Dongsheng <hidden>
Date: 2015-09-25 02:38:43
Also in:
linux-devicetree, linuxppc-dev
quoted
+* Freescale RCPM Wakeup Source Device Tree Bindings +------------------------------------------- +Required rcpm-wakeup property should be added to a device node if the device +can be used as a wakeup source. + + - rcpm-wakeup: The value of the property consists of cells, the number of + cells defined in "fsl,#rcpm-wakeup-cells". The first cell is a pointer + to the rcpm node, the second cell is the bit mask that should be set + in IPPDEXPCR0, and the third cell is for IPPDEXPCR1, and so on.The phandle should not be included in the cell count.
Yes, the first cell "&rcpm" should be in the cell count, right? Regards, -Dongsheng