Commits
Robin Gong committed 1ed8c746fe3
LF-588: ARM: dts: imx6: correct reg_vdd3p0 source in The source of reg_vdd3p0 should be from USB_VBUS instead of VDD_HIGH_IN which is provied by PMIC. Correct it, otherwise below error will come out on i.mx6sll-evk board since usb driver want to raise voltage to 3.2V and mismatch is here(3.2V + 125mv = 3.325V > 3.3V max): [ 5.836553] SW2: unsupportable voltage range: 3325000-3300000uV [ 5.843066] regulator regulator.1: Failed to increase supply voltage: -22 Signed-off-by: Robin Gong <yibin.gong@nxp.com> Reviewed-by: Anson Huang <anson.huang@nxp.com>