Skip to content
Snippets Groups Projects
Commit d17da655 authored by Simon Glass's avatar Simon Glass Committed by Albert ARIBAUD
Browse files

fdt: Add functions to access phandles, arrays and bools


Add a function to look up a property which is a phandle in a node, and
another to read a fixed-length integer array from an fdt property.
Also add a function to read boolean properties, although there is no
actual boolean type in U-Boot.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarGerald Van Baren <vanbaren@cideas.com>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent f88fe2de
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment