1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Revert "dm: ns16550: Add support for reg-offset property"

This reverts commit d9a3bec682.

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>
This commit is contained in:
Tom Rini
2016-02-29 10:26:20 -05:00
parent 50dc8677d7
commit e5e88c6596
2 changed files with 2 additions and 5 deletions

View File

@@ -54,7 +54,6 @@
*/
struct ns16550_platdata {
unsigned long base;
int reg_offset;
int reg_shift;
int clock;
};