[U-Boot] [PATCH v2 06/16] dtoc: Handle 'reg' properties with unusual sizes
sjg at google.com
sjg at google.com
Fri Sep 15 19:25:43 UTC 2017
At present dtoc assumes that all 'reg' properties have both an address and
a size. For I2C devices we do not have this. Adjust dtoc to cope.
Reported-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/dtoc/dtoc_test_simple.dts | 14 ++++++++++++++
tools/dtoc/test_dtoc.py | 24 ++++++++++++++++++++++++
2 files changed, 38 insertions(+)
Applied to u-boot-fdt thanks!
More information about the U-Boot
mailing list