projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c365df3
)
ARM: dts: axp22x.dtsi: Add usb_power_supply node
author
Hans de Goede
<hdegoede@redhat.com>
Sat, 11 Jun 2016 13:53:02 +0000
(15:53 +0200)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:17:59 +0000
(21:17 +0200)
Add a node describing the (optional) usbpower-supply of the
axp221 / axp223 pmic.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/axp22x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/axp22x.dtsi
b/arch/arm/boot/dts/axp22x.dtsi
index 0cfec509963701aa4f49f62db89df681b49077ea..0401787cfb9c86efb2763a05a52623ca5155115a 100644
(file)
--- a/
arch/arm/boot/dts/axp22x.dtsi
+++ b/
arch/arm/boot/dts/axp22x.dtsi
@@
-142,4
+142,9
@@
regulator-name = "rtc_ldo";
};
};
+
+ usb_power_supply: usb_power_supply {
+ compatible = "x-powers,axp221-usb-power-supply";
+ status = "disabled";
+ };
};