diff options
author | harninder rai <harninder.rai@freescale.com> | 2014-02-19 18:11:26 +0530 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-03-19 18:09:40 -0500 |
commit | c70a97447b34ceaee2eebcd5a78886398d91ffde (patch) | |
tree | d447fb844d74ba37b7770b53d54479c3f9e8838c /Documentation/devicetree/bindings/usb | |
parent | 2eb1b9a41b1d38010dc9f1f75c2a29f0dad93d8e (diff) | |
download | blackbird-obmc-linux-c70a97447b34ceaee2eebcd5a78886398d91ffde.tar.gz blackbird-obmc-linux-c70a97447b34ceaee2eebcd5a78886398d91ffde.zip |
powerpc/fsl: Add/update miscellaneous missing binding
Missing bindings were found on running checkpatch.pl on bsc9132
device tree. This patch add/update the following
- Add bindings for L2 cache controller
- Add bindings for memory controller
- Update bindings for USB controller
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/fsl-usb.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/fsl-usb.txt b/Documentation/devicetree/bindings/usb/fsl-usb.txt index bd5723f0b67e..4779c029b675 100644 --- a/Documentation/devicetree/bindings/usb/fsl-usb.txt +++ b/Documentation/devicetree/bindings/usb/fsl-usb.txt @@ -8,7 +8,9 @@ and additions : Required properties : - compatible : Should be "fsl-usb2-mph" for multi port host USB controllers, or "fsl-usb2-dr" for dual role USB controllers - or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121 + or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121. + Wherever applicable, the IP version of the USB controller should + also be mentioned (for eg. fsl-usb2-dr-v2.2 for bsc9132). - phy_type : For multi port host USB controllers, should be one of "ulpi", or "serial". For dual role USB controllers, should be one of "ulpi", "utmi", "utmi_wide", or "serial". |