Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Add device tree clock binding definitions for CMU_MFC

Signed-off-by: Raghav Sharma <raghav.s@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Raghav Sharma and committed by
Krzysztof Kozlowski
0b94201e 4914c17a

+26
+21
Documentation/devicetree/bindings/clock/samsung,exynosautov920-clock.yaml
··· 39 39 - samsung,exynosautov920-cmu-hsi1 40 40 - samsung,exynosautov920-cmu-hsi2 41 41 - samsung,exynosautov920-cmu-m2m 42 + - samsung,exynosautov920-cmu-mfc 42 43 - samsung,exynosautov920-cmu-misc 43 44 - samsung,exynosautov920-cmu-peric0 44 45 - samsung,exynosautov920-cmu-peric1 ··· 247 246 - const: oscclk 248 247 - const: noc 249 248 - const: jpeg 249 + 250 + - if: 251 + properties: 252 + compatible: 253 + contains: 254 + const: samsung,exynosautov920-cmu-mfc 255 + 256 + then: 257 + properties: 258 + clocks: 259 + items: 260 + - description: External reference clock (38.4 MHz) 261 + - description: CMU_MFC MFC clock (from CMU_TOP) 262 + - description: CMU_MFC WFD clock (from CMU_TOP) 263 + 264 + clock-names: 265 + items: 266 + - const: oscclk 267 + - const: mfc 268 + - const: wfd 250 269 251 270 required: 252 271 - compatible
+5
include/dt-bindings/clock/samsung,exynosautov920.h
··· 300 300 #define CLK_MOUT_M2M_NOC_USER 2 301 301 #define CLK_DOUT_M2M_NOCP 3 302 302 303 + /* CMU_MFC */ 304 + #define CLK_MOUT_MFC_MFC_USER 1 305 + #define CLK_MOUT_MFC_WFD_USER 2 306 + #define CLK_DOUT_MFC_NOCP 3 307 + 303 308 #endif /* _DT_BINDINGS_CLOCK_EXYNOSAUTOV920_H */