diff options
author | Tobias Schramm <t.schramm@manjaro.org> | 2021-05-14 18:00:40 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-05-31 11:38:58 +0300 |
commit | 74478ab503b0554b8a296abc89248f7ee5a45366 (patch) | |
tree | 159bc558924450a8864c6aa8a4c08c1bc08c766a /Documentation/devicetree/bindings/phy | |
parent | 51770dae60813c90a92cff5617965249e7b04ca4 (diff) | |
download | linux-74478ab503b0554b8a296abc89248f7ee5a45366.tar.xz |
dt-bindings: phy: rockchip-inno-usb2: add compatible for rk3308 USB phy
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>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210514150044.2099298-2-t.schramm@manjaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |