From: Maxime Ripard Date: Thu, 15 Oct 2015 20:04:09 +0000 (+0200) Subject: axp209: Sync the DTSI with the kernel X-Git-Tag: KARO-TXSD-2017-03-15~3096 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=862ba7ed32a16a79ca06d7613e4de7794a20a883;p=karo-tx-uboot.git axp209: Sync the DTSI with the kernel Linux had a number of changes to the AXP209 DTSI. Sync ours. Signed-off-by: Maxime Ripard Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/arch/arm/dts/axp209.dtsi b/arch/arm/dts/axp209.dtsi index 24c935c72e..051ab3ba9a 100644 --- a/arch/arm/dts/axp209.dtsi +++ b/arch/arm/dts/axp209.dtsi @@ -89,4 +89,9 @@ regulator-name = "ldo5"; }; }; + + usb_power_supply: usb_power_supply { + compatible = "x-powers,axp202-usb-power-supply"; + status = "disabled"; + }; };