Message ID | 20210514150044.2099298-2-t.schramm@manjaro.org |
---|---|
State | Accepted |
Headers | show |
Series | Add USB support for RK3308 SoC | expand |
On Fri, 14 May 2021 17:00:40 +0200, Tobias Schramm wrote: > The RK3308 features a slightly different USB phy than other Rockchip SoCs. > This patch adds a compatible string for it. > > Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> > --- > .../devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 14-05-21, 17:00, Tobias Schramm wrote: > The RK3308 features a slightly different USB phy than other Rockchip SoCs. > This patch adds a compatible string for it. Applied, thanks
diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml index fb29ad807b68..a5b027a6e70f 100644 --- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml @@ -14,6 +14,7 @@ properties: enum: - rockchip,px30-usb2phy - rockchip,rk3228-usb2phy + - rockchip,rk3308-usb2phy - rockchip,rk3328-usb2phy - rockchip,rk3366-usb2phy - rockchip,rk3399-usb2phy
The RK3308 features a slightly different USB phy than other Rockchip SoCs. This patch adds a compatible string for it. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> --- .../devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml | 1 + 1 file changed, 1 insertion(+)