X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6sabresd.h;h=e666ebb9984ab8de88a9a103e35ed8be54829529;hb=a43febde4452f254621c0c95d452c89ad498e959;hp=0fa6573c7f15189820067fae83339c4e9b411608;hpb=6a2f30a03acbf226aeb5a93783e6172aa0682d78;p=u-boot diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 0fa6573c7f..e666ebb998 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -59,4 +59,16 @@ #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19) #endif +/* I2C Configs */ +#define CONFIG_CMD_I2C +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_MXC +#define CONFIG_SYS_I2C_SPEED 100000 + +/* PMIC */ +#define CONFIG_POWER +#define CONFIG_POWER_I2C +#define CONFIG_POWER_PFUZE100 +#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 + #endif /* __MX6QSABRESD_CONFIG_H */