dm: core: Swap parameters of ofnode_write_prop()
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:10 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:24 +0000 (08:14 -0400)
commitbe0789a8ee024e685f070dbd8c58736ea3891654
tree4ba504834c7df3cf5029337703da754a9f4287d0
parent6571559449cef5fe11678c25bc4fdf57b6a4e81f
dm: core: Swap parameters of ofnode_write_prop()

It is normal for the length to come after the value in libfdt. Follow this
same convention with ofnode.

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