i2c: designware: Make register offsets all of the same width
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 8 Dec 2020 14:03:36 +0000 (16:03 +0200)
committerWolfram Sang <wsa@kernel.org>
Wed, 9 Dec 2020 20:53:29 +0000 (21:53 +0100)
For the sake of consistency add leading 0 to first register offsets
to make them all of the same width.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-designware-core.h

index c129074be63c0450903659adfcd29326df93f75c..85307cfa7109b7923e3cf36139d0065b5fd2d342 100644 (file)
@@ -41,9 +41,9 @@
 /*
  * Registers offset
  */
-#define DW_IC_CON              0x0
-#define DW_IC_TAR              0x4
-#define DW_IC_SAR              0x8
+#define DW_IC_CON              0x00
+#define DW_IC_TAR              0x04
+#define DW_IC_SAR              0x08
 #define DW_IC_DATA_CMD         0x10
 #define DW_IC_SS_SCL_HCNT      0x14
 #define DW_IC_SS_SCL_LCNT      0x18