Commit 65c47649 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring
Browse files

dt-bindings: phy: hisilicon,hi3670-usb3: simplify example



syscon and simple-mfd cannot be used without device specific compatible,
so simplify the example to fix this.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Acked-By: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20220817142246.828762-3-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 70d012e9
Loading
Loading
Loading
Loading
+8 −18
Original line number Diff line number Diff line
@@ -52,15 +52,7 @@ additionalProperties: false

examples:
  - |
    bus {
      #address-cells = <2>;
      #size-cells = <2>;

      usb3_otg_bc: usb3_otg_bc@ff200000 {
        compatible = "syscon", "simple-mfd";
        reg = <0x0 0xff200000 0x0 0x1000>;

        usb_phy {
    usb-phy {
        compatible = "hisilicon,hi3670-usb-phy";
        #phy-cells = <0>;
        hisilicon,pericrg-syscon = <&crg_ctrl>;
@@ -69,5 +61,3 @@ examples:
        hisilicon,eye-diagram-param = <0xfdfee4>;
        hisilicon,tx-vboost-lvl = <0x5>;
    };
      };
    };