From 0a4de3c3e03211f51e57cc73d048d0ed957c6aa2 Mon Sep 17 00:00:00 2001 From: Meng Dongyang Date: Mon, 8 Jan 2018 18:50:59 +0800 Subject: [PATCH] dt-bindings: rockchip: usb: Document for px30 Change-Id: I3d1ca71cad98226999dd115f515df4a31b095ee1 Signed-off-by: Meng Dongyang --- .../devicetree/bindings/phy/phy-rockchip-inno-usb2.txt | 2 ++ Documentation/devicetree/bindings/usb/dwc2.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt index 5347b25dadf7..a7bc32ef3797 100644 --- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt @@ -2,6 +2,7 @@ ROCKCHIP USB2.0 PHY WITH INNO IP BLOCK Required properties (phy (parent) node): - compatible : should be one of the listed compatibles: + * "rockchip,px30-usb2phy" * "rockchip,rk3128-usb2phy" * "rockchip,rk322x-usb2phy" * "rockchip,rk3328-usb2phy" @@ -84,6 +85,7 @@ grf: syscon@ff770000 { Required properties (usb2phy grf node): - compatible : should be one of the listed compatibles: + "rockchip,px30-usb2phy-grf", "syscon", "simple-mfd"; "rockchip,rk3328-usb2phy-grf", "syscon", "simple-mfd"; - reg : the address offset of grf for usb-phy configuration. - #address-cells : should be 1. diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index 20a68bf2b4e7..3148905f2518 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt @@ -8,6 +8,7 @@ Required properties: - 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; + - "rockchip,px30-usb", "rockchip,rk3066-usb", "snps,dwc2": for px30 Soc; - "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs; - "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs; - snps,dwc2: A generic DWC2 USB controller with default parameters.