diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-20 05:45:19 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-11-21 05:58:55 +0100 |
commit | be193249b4178158c0f697cb452b2bbf0cb16361 (patch) | |
tree | 4278eba967e625f0cdb6de865a83038243c51e80 /drivers/tc | |
parent | ARM: tegra: seaboard: add missing DT vendor prefixes (diff) | |
download | linux-be193249b4178158c0f697cb452b2bbf0cb16361.tar.xz linux-be193249b4178158c0f697cb452b2bbf0cb16361.zip |
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 'drivers/tc')
0 files changed, 0 insertions, 0 deletions