]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ns16550.h
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
[people/ms/u-boot.git] / include / ns16550.h
index 5784cfd97b859407c9b32fc3c4246e0674c742fd..0607379537d7ccf1038a0d322fdf29d95fbc0df4 100644 (file)
@@ -53,7 +53,7 @@
  * @clock:             UART base clock speed in Hz
  */
 struct ns16550_platdata {
-       unsigned char *base;
+       unsigned long base;
        int reg_shift;
        int clock;
 };