diff options
author | Tom Rini | 2016-02-29 10:26:20 -0500 |
---|---|---|
committer | Tom Rini | 2016-02-29 10:26:20 -0500 |
commit | e5e88c65965b7c7e2d5dabd458b0e57dde2d6c17 (patch) | |
tree | 4d531f7872b8f989c32a128aa569dd461ce4893d /include | |
parent | 50dc8677d769be6e2b34f49b6c43ad1e977bdc51 (diff) |
Revert "dm: ns16550: Add support for reg-offset property"
This reverts commit d9a3bec682f9756621615f4306718a356a3230e3.
While this is a correct change to do long term it unfortunately breaks a
number of platforms that are using pdata and not named struct members so
they are getting all of their data after 'base' incorrect.
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ns16550.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ns16550.h b/include/ns16550.h index 5eeacd6ff94..4e620676c45 100644 --- a/include/ns16550.h +++ b/include/ns16550.h @@ -54,7 +54,6 @@ */ struct ns16550_platdata { unsigned long base; - int reg_offset; int reg_shift; int clock; }; |