Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: Binding documentation for isp1704 charger

Add devicetree binding documentation for isp1704-charger.

Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

authored by

Sebastian Reichel and committed by
Anton Vorontsov
fac171ac 34a10961

+17
+17
Documentation/devicetree/bindings/power/isp1704.txt
··· 1 + Binding for NXP ISP1704 USB Charger Detection 2 + 3 + Required properties: 4 + - compatible: Should contain one of the following: 5 + * "nxp,isp1704" 6 + - nxp,enable-gpio: Should contain a phandle + gpio-specifier 7 + to the GPIO pin connected to the chip's enable pin. 8 + - usb-phy: Should contain a phandle to the USB PHY 9 + the ISP1704 is connected to. 10 + 11 + Example: 12 + 13 + isp1704 { 14 + compatible = "nxp,isp1704"; 15 + nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_LOW>; 16 + usb-phy = <&usb2_phy>; 17 + };