[PATCH v4 02/11] dm: core: implement ofnode_options helpers
Simon Glass
sjg at chromium.org
Thu Sep 26 23:33:39 CEST 2024
Hi Christian,
On Sat, 21 Sept 2024 at 00:51, Christian Marangi <ansuelsmth at gmail.com> wrote:
>
> Implement ofnode_options helpers to read options in /options/u-boot to
> adapt to the new way to declare options as described in [0].
>
> [0] dtschema/schemas/options/u-boot.yaml
>
> Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
> ---
> drivers/core/ofnode.c | 33 +++++++++++++++++++++++++++++++++
> include/dm/ofnode.h | 41 +++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 74 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
It's fine to add the tests in the same patch, if you like
More information about the U-Boot
mailing list