dts: i2c: cleanup CONFIG_I2C_x_IRQ_PRI
The majority of cases of CONFIG_I2C_x_IRQ_PRI should be DT_I2C_x_IRQ_PRI. So go ahead and fix them up. Only the i2c_nios driver still uses Kconfig for getting priority. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
8ba60342cf
commit
fd6e9c6f58
18 changed files with 63 additions and 53 deletions
|
@ -45,7 +45,7 @@
|
|||
(DT_INTEL_CAVS_INTC_78800_IRQ_0 << 0))
|
||||
|
||||
#define DT_I2C_0_IRQ_FLAGS DT_SNPS_DESIGNWARE_I2C_80400_IRQ_0_SENSE
|
||||
#define CONFIG_I2C_0_IRQ_PRI DT_SNPS_DESIGNWARE_I2C_80400_IRQ_0_PRIORITY
|
||||
#define DT_I2C_0_IRQ_PRI DT_SNPS_DESIGNWARE_I2C_80400_IRQ_0_PRIORITY
|
||||
|
||||
#define DT_SPI_0_BASE_ADDRESS DT_SNPS_DESIGNWARE_SPI_E000_BASE_ADDRESS
|
||||
#define CONFIG_SPI_0_NAME DT_SNPS_DESIGNWARE_SPI_E000_LABEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue