diff options
author | Zhangfei Gao <zhangfei.gao@linaro.org> | 2015-11-18 15:39:47 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-12-15 09:12:41 -0600 |
commit | 37dd9d65cc41fcc7e77645a1cdf2659472809b96 (patch) | |
tree | 15ef361accb5c510af4092391fab10ce4cacdfdf /Documentation/devicetree/bindings/usb/dwc2.txt | |
parent | 3b5fcc9ac2f4453a5609cc89ac7618b1b27ccb01 (diff) | |
download | op-kernel-dev-37dd9d65cc41fcc7e77645a1cdf2659472809b96.zip op-kernel-dev-37dd9d65cc41fcc7e77645a1cdf2659472809b96.tar.gz |
usb: dwc2: add support of hi6220
Support hisilicon,hi6220-usb for HiKey board
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/dwc2.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index fd132cb..2213682 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt @@ -4,6 +4,7 @@ Platform DesignWare HS OTG USB 2.0 controller Required properties: - compatible : One of: - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC. + - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC. - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc; - "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc; - "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc; |