diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-15 20:04:09 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-10-20 20:48:29 (GMT) |
commit | 862ba7ed32a16a79ca06d7613e4de7794a20a883 (patch) | |
tree | 40462b2f93fd21d417490e952b89646e0a2bc3a7 | |
parent | f0e8e8dacf60e8f44e77402102b6d67ae8f347c8 (diff) | |
download | u-boot-862ba7ed32a16a79ca06d7613e4de7794a20a883.tar.xz |
axp209: Sync the DTSI with the kernel
Linux had a number of changes to the AXP209 DTSI. Sync ours.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | arch/arm/dts/axp209.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/axp209.dtsi b/arch/arm/dts/axp209.dtsi index 24c935c..051ab3b 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"; + }; }; |