commit | 7e0cdc492823ea523f4de1034d58544b554ac89b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Feb 16 16:17:49 2016 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 17 21:27:39 2016 -0600 |
tree | 85df75c6996ff88a3a1ccc1a7d82714b4ed24214 | |
parent | f4d337cf364f6dbf10e4caef5e8f1ee696a8c9a6 [diff] |
dm: ns16550: Add support for reg-offset property reg-offset is the part of standard 8250 binding in the kernel. It is shifting start of address space by reg-offset. On Xilinx platform this offset is typically 0x1000. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Moved the new field to the end of the struct to avoid problems: Signed-off-by: Simon Glass <sjg@chromium.org>