Lines Matching +full:clock +full:- +full:frequency

4   - compatible: value should be one of the following
5 "samsung,exynos3250-mipi-dsi" /* for Exynos3250/3472 SoCs */
6 "samsung,exynos4210-mipi-dsi" /* for Exynos4 SoCs */
7 "samsung,exynos5410-mipi-dsi" /* for Exynos5410/5420/5440 SoCs */
8 "samsung,exynos5422-mipi-dsi" /* for Exynos5422/5800 SoCs */
9 "samsung,exynos5433-mipi-dsi" /* for Exynos5433 SoCs */
10 - reg: physical base address and length of the registers set for the device
11 - interrupts: should contain DSI interrupt
12 - clocks: list of clock specifiers, must contain an entry for each required
13 entry in clock-names
14 - clock-names: should include "bus_clk"and "sclk_mipi" entries
16 - phys: list of phy specifiers, must contain an entry for each required
17 entry in phy-names
18 - phy-names: should include "dsim" entry
19 - vddcore-supply: MIPI DSIM Core voltage supply (e.g. 1.1V)
20 - vddio-supply: MIPI DSIM I/O and PLL voltage supply (e.g. 1.8V)
21 - samsung,pll-clock-frequency: specifies frequency of the oscillator clock
22 - #address-cells, #size-cells: should be set respectively to <1> and <0>
24 - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst
26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
29 - power-domains: a phandle to DSIM power domain node
39 [1]: Documentation/devicetree/bindings/display/mipi-dsi-bus.txt
40 [2]: Documentation/devicetree/bindings/media/video-interfaces.txt
45 compatible = "samsung,exynos4210-mipi-dsi";
48 clocks = <&clock 286>, <&clock 143>;
49 clock-names = "bus_clk", "sclk_mipi";
51 phy-names = "dsim";
52 vddcore-supply = <&vusb_reg>;
53 vddio-supply = <&vmipi_reg>;
54 power-domains = <&pd_lcd0>;
55 #address-cells = <1>;
56 #size-cells = <0>;
57 samsung,pll-clock-frequency = <24000000>;
64 remote-endpoint = <&dsi_ep>;
70 #address-cells = <1>;
71 #size-cells = <0>;
76 remote-endpoint = <&mic_to_decon>;
84 samsung,burst-clock-frequency = <500000000>;
85 samsung,esc-clock-frequency = <20000000>;
86 remote-endpoint = <&panel_ep>;