Commit db1cc490 authored by Raghav Sharma's avatar Raghav Sharma Committed by Krzysztof Kozlowski
Browse files

dt-bindings: clock: exynosautov920: add MFD clock definitions

parent 8f0b4cce
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ properties:
      - samsung,exynosautov920-cmu-hsi2
      - samsung,exynosautov920-cmu-m2m
      - samsung,exynosautov920-cmu-mfc
      - samsung,exynosautov920-cmu-mfd
      - samsung,exynosautov920-cmu-misc
      - samsung,exynosautov920-cmu-peric0
      - samsung,exynosautov920-cmu-peric1
@@ -268,6 +269,24 @@ allOf:
            - const: mfc
            - const: wfd

  - if:
      properties:
        compatible:
          contains:
            const: samsung,exynosautov920-cmu-mfd

    then:
      properties:
        clocks:
          items:
            - description: External reference clock (38.4 MHz)
            - description: CMU_MFD NOC clock (from CMU_TOP)

        clock-names:
          items:
            - const: oscclk
            - const: noc

required:
  - compatible
  - "#clock-cells"
+4 −0
Original line number Diff line number Diff line
@@ -305,4 +305,8 @@
#define CLK_MOUT_MFC_WFD_USER           2
#define CLK_DOUT_MFC_NOCP               3

/* CMU_MFD */
#define CLK_MOUT_MFD_NOC_USER           1
#define CLK_DOUT_MFD_NOCP               2

#endif /* _DT_BINDINGS_CLOCK_EXYNOSAUTOV920_H */