diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-02-07 10:36:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-07 17:24:24 -0500 |
commit | b1034412570f38d32b88dfd5da5cb2f86b5c321c (patch) | |
tree | 9c7b4628424bc3cc267ee5986a6726c8a8c42d9f /Documentation/devicetree | |
parent | a4aeb2117571292f4e002c54b3f91e138722bf7a (diff) |
ohci-platform: Add support for controllers with big-endian regs / descriptors
Note this commit uses the same devicetree booleans for this as the ones
already existing in the usb-ehci bindings, see:
Documentation/devicetree/bindings/usb/usb-ehci.txt
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-ohci.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-ohci.txt b/Documentation/devicetree/bindings/usb/usb-ohci.txt index 6ba38d990d16..6933b0c6487d 100644 --- a/Documentation/devicetree/bindings/usb/usb-ohci.txt +++ b/Documentation/devicetree/bindings/usb/usb-ohci.txt | |||
@@ -6,6 +6,9 @@ Required properties: | |||
6 | - interrupts : ohci controller interrupt | 6 | - interrupts : ohci controller interrupt |
7 | 7 | ||
8 | Optional properties: | 8 | Optional properties: |
9 | - big-endian-regs : boolean, set this for hcds with big-endian registers | ||
10 | - big-endian-desc : boolean, set this for hcds with big-endian descriptors | ||
11 | - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc | ||
9 | - clocks : a list of phandle + clock specifier pairs | 12 | - clocks : a list of phandle + clock specifier pairs |
10 | - phys : phandle + phy specifier pair | 13 | - phys : phandle + phy specifier pair |
11 | - phy-names : "usb" | 14 | - phy-names : "usb" |