]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5b7c689894885170264135ec4c97cd1f97bd6739
tree4ba504834c7df3cf5029337703da754a9f4287d0
parentfd539b956375c4d978af3bdaa44dfc537fd71ac3
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