regulator: DT: Add settling time property for non-linear voltage change
[linux-2.6/btrfs-unstable.git] / include / dt-bindings / i2c / i2c.h
blob1d5da81d90f1442d266d1c3a16a494abf1b78e51
1 /*
2 * This header provides constants for I2C bindings
4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
7 * Wolfram Sang <wsa@sang-engineering.com>
9 * GPLv2 only
12 #ifndef _DT_BINDINGS_I2C_I2C_H
13 #define _DT_BINDINGS_I2C_I2C_H
15 #define I2C_TEN_BIT_ADDRESS (1 << 31)
16 #define I2C_OWN_SLAVE_ADDRESS (1 << 30)
18 #endif