Commit 5c133688 authored by Mengqi Zhang's avatar Mengqi Zhang Committed by Ulf Hansson
Browse files

dt-bindings: mmc: mtk-sd: add Inline Crypto Engine clock

parent e97ee6f8
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -263,6 +263,28 @@ allOf:
            - const: bus_clk
            - const: sys_cg

  - if:
      properties:
        compatible:
          enum:
            - mediatek,mt8186-mmc
            - mediatek,mt8188-mmc
            - mediatek,mt8195-mmc
    then:
      properties:
        clocks:
          items:
            - description: source clock
            - description: HCLK which used for host
            - description: independent source clock gate
            - description: crypto clock used for data encrypt/decrypt (optional)
        clock-names:
          items:
            - const: source
            - const: hclk
            - const: source_cg
            - const: crypto

  - if:
      properties:
        compatible: