Simon Glass
5c33c9fdbb
fdt: Add a function to get the alias sequence of a node
...
Aliases are used to provide U-Boot's numbering of devices, such as:
aliases {
spi0 = "/spi@12330000";
}
spi@12330000 {
...
}
This tells us that the SPI controller at 12330000 is considered to be the
first SPI controller (SPI 0). So we have a numbering for the SPI node.
Add a function that returns the numbering for a node assume that it exists
in the list of aliases.
Signed-off-by: Simon Glass <sjg@chromium.org >
2014-07-23 14:07:25 +01:00
..
2014-06-19 11:18:42 -04:00
2014-06-11 16:27:06 -04:00
2013-11-17 14:11:30 -05:00
2014-06-19 11:19:04 -04:00
2014-03-28 15:06:30 -04:00
2013-11-17 14:11:30 -05:00
2012-07-06 17:30:32 -05:00
2014-04-18 16:14:17 -04:00
2014-07-23 14:05:40 +01:00
2012-01-26 16:09:02 -06:00
2013-07-24 09:44:38 -04:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2010-04-13 09:13:04 +02:00
2013-07-24 09:44:38 -04:00
2011-01-18 23:38:08 +01:00
2014-01-08 17:20:34 -07:00
2013-07-24 09:45:01 -04:00
2013-04-19 10:24:14 -04:00
2013-07-24 09:44:38 -04:00
2014-03-04 12:15:30 -05:00
2014-07-18 17:53:22 -04:00
2010-09-19 19:29:47 +02:00
2014-06-23 09:11:30 -04:00
2013-07-24 09:44:38 -04:00
2014-07-23 14:07:25 +01:00
2013-09-03 13:30:14 -06:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-07-22 07:44:26 -04:00
2014-05-28 10:58:19 +09:00
2013-07-24 09:45:01 -04:00
2012-12-13 11:46:07 -07:00
2014-07-18 17:53:23 -04:00
2014-06-23 09:11:30 -04:00
2012-04-29 14:14:08 +02:00
2013-07-24 09:44:38 -04:00
2012-12-06 14:30:40 -08:00
2011-12-07 08:39:54 +01:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-07-18 17:53:23 -04:00
2014-06-19 11:19:04 -04:00
2013-10-14 16:06:53 -04:00
2013-10-14 16:06:54 -04:00
2013-07-24 09:44:38 -04:00
2014-07-22 07:44:26 -04:00
2014-06-19 11:19:04 -04:00
2013-07-24 09:44:38 -04:00
2014-04-02 16:36:06 -04:00
2014-07-18 17:53:23 -04:00