1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-09 21:26:21 +01:00
Files
u-boot-megous/drivers/core
Masahiro Yamada 3ab48f6223 dm: add dev_read_u32()
dev_read_u32_default() always returns something even when the property
is missing.  So, it is impossible to do nothing in the case.  One
solution is to use ofnode_read_u32() instead, but adding dev_read_u32()
will be helpful.

BTW, Linux has an equvalent function, device_property_read_u32();
it is clearer that it reads a property.  I cannot understand the
behavior of dev_read_u32() from its name.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-01-22 14:11:58 +09:00
..
2017-06-01 07:03:01 -06:00
2017-10-04 12:00:21 -04:00
2017-10-04 12:00:21 -04:00
2017-10-04 12:00:21 -04:00
2018-01-22 14:11:58 +09:00
2018-01-15 11:35:38 -05:00
2017-10-04 12:00:21 -04:00