1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-08 19:16:42 +01:00
Files
u-boot-megous/drivers
Patrick Delaunay 7062d4e815 scmi: translate the resource only when livetree is not activated
Call the translation function on the ofnode_read_resource result only
when the livetree is not activated.

Today of_address_to_resource() calls ofnode_read_resource() for livetree
support and fdt_get_resource() when livetree is not supported.

The fdt_get_resource() doesn't do the address translation
so when it is required when livetree is activated but this address
translation is already done by ofnode_read_resource().

Fixes: 240720e905 ("firmware: scmi: mailbox/smt agent device")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2021-04-12 17:45:40 -04:00
..
2021-03-08 10:32:34 +01:00
2021-04-12 17:45:40 -04:00
2021-04-12 17:45:40 -04:00
2021-04-10 08:01:00 -04:00
2021-04-12 17:17:11 -04:00
2021-04-12 17:17:11 -04:00
2021-04-10 08:04:42 -04:00
2021-04-12 17:44:55 -04:00
2021-04-10 07:59:35 -04:00
2021-03-27 13:59:36 +13:00
2021-03-13 13:14:52 -05:00
2021-04-12 17:44:55 -04:00
2021-01-23 11:30:31 +01:00
2021-04-08 15:37:27 +08:00
2020-11-06 10:18:20 +08:00