1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 17:19:18 +01:00
Files
u-boot-megous/include/dm
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
..
2018-01-22 14:11:58 +09:00
2017-09-11 21:43:58 -06:00
2017-10-04 12:00:21 -04:00