On 08/15/2012 07:59 AM, Shawn Guo wrote:
On Wed, Aug 15, 2012 at 05:25:40PM +0800, Dong Aisheng wrote:
quoted
On Wed, Aug 15, 2012 at 03:51:17PM +0800, Uwe Kleine-K?nig wrote:
quoted
That is just
#define MX35_PAD_COMPARE__SDMA_EXTDMA_2 11
vs.
#define MX35_PAD_COMPARE__SDMA_EXTDMA_2 0x32c, 0x008, 7, 0x0, 0
isn't it? (Actually I'd not go for cpp as preprocessor, but that's a
different story.)
Hmm, not sure if dt macro may support this kind of syntax but yes if it supports.
Grant,
Do you know if dt macro can support it?
I have the same doubt there. Copied Stephen who might have a better
insight on this.
You mean like C pre-processor on .dts files? There's currently no
support for anything like that at all, with either syntax above. I
honestly don't know if/when there will be.