diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-20 10:15:19 +0530 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-11-20 22:58:55 -0600 |
commit | be193249b4178158c0f697cb452b2bbf0cb16361 (patch) | |
tree | 4278eba967e625f0cdb6de865a83038243c51e80 /arch/ia64 | |
parent | 9846210b1ec9bbaa30022d6d8af7e55ef67ccb45 (diff) | |
download | op-kernel-dev-be193249b4178158c0f697cb452b2bbf0cb16361.zip op-kernel-dev-be193249b4178158c0f697cb452b2bbf0cb16361.tar.gz |
dt: add helper function to read u8 & u16 variables & arrays
This adds following helper routines:
- of_property_read_u8_array()
- of_property_read_u16_array()
- of_property_read_u8()
- of_property_read_u16()
This expects arrays from DT to be passed as:
- u8 array:
property = /bits/ 8 <0x50 0x60 0x70>;
- u16 array:
property = /bits/ 16 <0x5000 0x6000 0x7000>;
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/ia64')
0 files changed, 0 insertions, 0 deletions