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

dt-bindings: usb: max3421: Interrupt-parent is optional

Documentation modification, now interrupt-parent is an optional
property. Also fix few typos.

Signed-off-by: Jules Maselbas <jules.maselbas@grenoble-inp.org>
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jules Maselbas and committed by
Greg Kroah-Hartman
9b796ffc 892f6ebc

+5 -3
+5 -3
Documentation/devicetree/bindings/usb/maxim,max3421.txt
··· 1 1 Maxim Integrated SPI-based USB 2.0 host controller MAX3421E 2 2 3 3 Required properties: 4 - - compatible: "maxim,max3421" 4 + - compatible: Should be "maxim,max3421" 5 5 - spi-max-frequency: maximum frequency for this device must not exceed 26 MHz. 6 6 - reg: chip select number to which this device is connected. 7 7 - maxim,vbus-en-pin: <GPOUTx ACTIVE_LEVEL> 8 8 GPOUTx is the number (1-8) of the GPOUT pin of MAX3421E to drive Vbus. 9 9 ACTIVE_LEVEL is 0 or 1. 10 - - interrupt-parent: the phandle of the associated interrupt controller. 11 - - interrupts: the interuption line description for the interrupt controller. 10 + - interrupts: the interrupt line description for the interrupt controller. 12 11 The driver configures MAX3421E for active low level triggered interrupts, 13 12 configure your interrupt line accordingly. 13 + 14 + Optional property: 15 + - interrupt-parent: the phandle to the associated interrupt controller. 14 16 15 17 Example: 16 18