2014/1/10 [email protected] <[email protected]> > I see this in dmesg so maybe power is not my problem. > > <4>[ 1.617154] regulator_init_complete: axp20_buck3: incomplete > constraints, leaving on > <4>[ 1.617506] regulator_init_complete: axp20_buck2: incomplete > constraints, leaving on > <4>[ 1.617853] regulator_init_complete: axp20_ldo4: incomplete > constraints, leaving on > <4>[ 1.618198] regulator_init_complete: axp20_ldo3: incomplete > constraints, leaving on > <4>[ 1.618542] regulator_init_complete: axp20_ldo2: incomplete > constraints, leaving on > <4>[ 1.618886] regulator_init_complete: axp20_ldo1: incomplete > constraints, leaving on >
Do you have I2C support built-in or as a module? You should have this built-in: CONFIG_I2C=y CONFIG_AW_AXP=y CONFIG_I2C_SUNXI=y to get rid of 'incomplete constraints' errors. Also, on latest 3.4 kernel you should have i2c_sunxi default to 'y', maybe you are checking out really old hash, probably, because sunxi-bsp submodule was not updated. Best Regards, Dmitriy Beykun -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
