Commit 4ff6b676 authored by Johan Jonker's avatar Johan Jonker Committed by Vinod Koul
Browse files

dt-bindings: phy: rockchip: remove usb-phy fallback string for rk3066a/rk3188



With the conversion of rockchip-usb-phy.yaml a long time used fallback
string for rk3066a/rk3188 was added. The linux driver doesn't do much with
the GRF phy address range, however the u-boot driver rockchip_usb2_phy.c
does. The bits in GRF_UOC0_CON2 for rk3066a/rk3188 and rk3288 for example
don't match. Remove the usb-phy fallback string for rk3066a/rk3188
to prevent possible strange side effects.

Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210828111218.10026-1-jbx6244@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent bf7ffcd0
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -11,13 +11,10 @@ maintainers:

properties:
  compatible:
    oneOf:
      - const: rockchip,rk3288-usb-phy
      - items:
          - enum:
    enum:
      - rockchip,rk3066a-usb-phy
      - rockchip,rk3188-usb-phy
          - const: rockchip,rk3288-usb-phy
      - rockchip,rk3288-usb-phy

  "#address-cells":
    const: 1