[PATCH v2] commands: of_property: Extend command usage on external dtb

Sascha Hauer sha at pengutronix.de
Mon Jun 28 13:23:14 PDT 2021


On Fri, Jun 25, 2021 at 06:05:55PM +0200, Yunus Bas wrote:
> The scope of the of_property command is limited to the internal devicetree
> only. There is the possibility to add fixtures to postpone the operation
> until boot and after the kernel DTB is already loaded, but this does not
> cover the case when the property value needs to be phandle adresses
> defined in the external DTB, since assigned values are evaluated
> immediatly.
> 
> This patch extends the of_property-command to use it on external DTB's as
> well. In case fixup is not used, the changes will also affect the original
> data.
> 
> Signed-off-by: Yunus Bas <y.bas at phytec.de>
> ---
> Changes in v2:
> - Use %m instead of "%s", strerror(errno)
> - Not fixing devicetree anymore before save
> ---
>  commands/of_property.c | 74 ++++++++++++++++++++++++++++++++----------
>  1 file changed, 57 insertions(+), 17 deletions(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list