This commit adds the new parameters into the device tree. The default values are the ones from the AXP209 datasheet.
Signed-off-by: Ene Alexandru <[email protected]> --- arch/arm/boot/dts/axp209.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi index 051ab3b..ae43182 100644 --- a/arch/arm/boot/dts/axp209.dtsi +++ b/arch/arm/boot/dts/axp209.dtsi @@ -93,5 +93,8 @@ usb_power_supply: usb_power_supply { compatible = "x-powers,axp202-usb-power-supply"; status = "disabled"; + vhold-enable = <1>; + vhold-set = <4400000>; + ibus-limit = <900000>; }; }; -- 1.7.10.4 -- 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/d/optout.
