summaryrefslogtreecommitdiff
path: root/nvkm/include
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-09-24 10:41:50 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 15:37:19 +1000
commitf27955bc68e075e7e85d4c08603fb7eb8a7f670c (patch)
tree8a32d6068f6c862143f45ba108871a395ecf4ecd /nvkm/include
parent7b8ee5b8117107fa645299b1a9e406936990c420 (diff)
downloadnouveau-f27955bc68e075e7e85d4c08603fb7eb8a7f670c.tar.gz
i2c: segregate aux channel adapter indices from bit-banged i2c
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/include')
-rw-r--r--nvkm/include/subdev/i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvkm/include/subdev/i2c.h b/nvkm/include/subdev/i2c.h
index 1b937c2c2..50453dd0f 100644
--- a/nvkm/include/subdev/i2c.h
+++ b/nvkm/include/subdev/i2c.h
@@ -8,6 +8,8 @@
#include <subdev/bios/i2c.h>
#define NV_I2C_PORT(n) (0x00 + (n))
+#define NV_I2C_AUX(n) (0x10 + (n))
+#define NV_I2C_EXT(n) (0x20 + (n))
#define NV_I2C_DEFAULT(n) (0x80 + (n))
#define NV_I2C_TYPE_DCBI2C(n) (0x0000 | (n))