]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Support writing a 64-bit value
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:45 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commit7071c82bdc55ed5d7955d8e1682b7c80af5659b5
tree24e8c3bd7ca4fe80759f30dd3ea37b8af512bee4
parentd9216c8683fced4cbf6d437b4357c9368bf1bf86
dm: core: Support writing a 64-bit value

Add support for writing a single 64-bit value into a property.

Repurpose the existing tests to handle this case too.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/ofnode.c
include/dm/ofnode.h
test/dm/ofnode.c