
Hi Simon,
-----"Simon Glass" sjg@chromium.org schrieb: -----
Betreff: [PATCH v3 21/35] acpi: Support copying properties from device tree to ACPI
Some drivers in Linux support both device tree and ACPI. U-Boot itself uses Linux device-tree bindings for its own configuration but does not use ACPI.
It is convenient to copy these values over to the device tree for passing to linux. Add some convenience functions to help with this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Fix incorrect function names and arguments in commments
- Add error checking for acpi_dp_add...() functions
arch/sandbox/dts/test.dts | 1 + include/acpi/acpi_dp.h | 51 +++++++++++++++++++++++++++++ lib/acpi/acpi_dp.c | 56 ++++++++++++++++++++++++++++++++ test/dm/acpi_dp.c | 67 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 175 insertions(+)
Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com