Commit 9580b22a authored by Wan Ahmad Zainie's avatar Wan Ahmad Zainie Committed by Vinod Koul
Browse files

dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

parent fa687038
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ description: |+

properties:
  compatible:
    const: intel,lgm-emmc-phy
    oneOf:
      - const: intel,lgm-emmc-phy
      - const: intel,keembay-emmc-phy

  "#phy-cells":
    const: 0
@@ -34,6 +36,10 @@ properties:
  clocks:
    maxItems: 1

  clock-names:
    items:
      - const: emmcclk

required:
  - "#phy-cells"
  - compatible
@@ -57,4 +63,13 @@ examples:
        #phy-cells = <0>;
      };
    };

  - |
    phy@20290000 {
          compatible = "intel,keembay-emmc-phy";
          reg = <0x20290000 0x54>;
          clocks = <&emmc>;
          clock-names = "emmcclk";
          #phy-cells = <0>;
    };
...