summaryrefslogtreecommitdiffstats
path: root/include/ns16550.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-02-29 10:26:20 -0500
committerTom Rini <trini@konsulko.com>2016-02-29 10:26:20 -0500
commite5e88c65965b7c7e2d5dabd458b0e57dde2d6c17 (patch)
tree4d531f7872b8f989c32a128aa569dd461ce4893d /include/ns16550.h
parent50dc8677d769be6e2b34f49b6c43ad1e977bdc51 (diff)
downloadblackbird-obmc-uboot-e5e88c65965b7c7e2d5dabd458b0e57dde2d6c17.tar.gz
blackbird-obmc-uboot-e5e88c65965b7c7e2d5dabd458b0e57dde2d6c17.zip
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/ns16550.h')
-rw-r--r--include/ns16550.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ns16550.h b/include/ns16550.h
index 5eeacd6ff9..4e620676c4 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;
};
OpenPOWER on IntegriCloud