commit | c681e09e39b80bd253b247c6e46cdfdec1e64739 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:45 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | 24e8c3bd7ca4fe80759f30dd3ea37b8af512bee4 | |
parent | 86ef3996a3959bd8b0fafe434d3f17ce0f65db5a [diff] |
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>