summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMario Six <[email protected]>2018-07-31 11:44:11 +0200
committerSimon Glass <[email protected]>2018-09-29 11:49:35 -0600
commit5381c2856de3ed0191135b435cff39789e5f17ad (patch)
tree2e92bfc8b507348684a1f69821dbf72ee789d562 /include/linux
parent172942a4a0afe12a603470db7728f3871a81de01 (diff)
drivers: Add board uclass
Since there is no canonical "board device" that can be used in board files, it is difficult to use DM function for board initialization in these cases. Hence, add a uclass that implements a simple "board device", which can hold devices not suitable anywhere else in the device tree, and is also able to read encoded information, e.g. hard-wired GPIOs on a GPIO expander, read-only memory ICs, etc. that carry information about the hardware. The devices of this uclass expose methods to read generic data types (integers, strings, booleans) to encode the information provided by the hardware. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Mario Six <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions