Samsung High Speed USB OTG controller ----------------------------- The Samsung HSOTG IP can be found on Samsung SoCs, from S3C6400 onwards. It gives functionality of OTG-compliant USB 2.0 host and device with support for USB 2.0 high-speed (480Mbps) and full-speed (12 Mbps) operation. Currently only device mode is supported. Binding details ----- Required properties: - compatible: "samsung,s3c6400-hsotg" should be used for all currently supported SoC, - interrupt-parent: phandle for the interrupt controller to which the interrupt signal of the HSOTG block is routed, - interrupts: specifier of interrupt signal of interrupt controller, according to bindings of interrupt controller, - clocks: contains an array of clock specifiers: - first entry: OTG clock - clock-names: contains array of clock names: - first entry: must be "otg" - vusb_d-supply: phandle to voltage regulator of digital section, - vusb_a-supply: phandle to voltage regulator of analog section. Example ----- hsotg@12480000 { compatible = "samsung,s3c6400-hsotg"; reg = <0x12480000 0x20000>; interrupts = <0 71 0>; clocks = <&clock 305>; clock-names = "otg"; vusb_d-supply = <&vusb_reg>; vusb_a-supply = <&vusbdac_reg>; }; packet-rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-08-28 14:40:12 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-08-28 14:40:12 -0400
commit70261f568f3c08552f034742e3d5cb78c3877766 (patch)
tree3234aed602a716519b10ac336d58186751405eda /fs
parent7afe5aa59ed3da7b6161617e7f157c7c680dc41e (diff)
ext4: Fix misspellings using 'codespell' tool
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')