Lines Matching +full:epod +full:- +full:supply
1 ST-Ericsson Multi Channel Display Engine MCDE
3 The ST-Ericsson MCDE is a display controller with support for compositing
5 LCD displays or bridges. It is used in the ST-Ericsson U8500 platform.
9 - compatible: must be:
11 - reg: register base for the main MCDE control registers, should be
13 - interrupts: the interrupt line for the MCDE
14 - epod-supply: a phandle to the EPOD regulator
15 - vana-supply: a phandle to the analog voltage regulator
16 - clocks: an array of the MCDE clocks in this strict order:
21 - clock-names: must be the following array:
24 - #address-cells: should be <1> (for the DSI hosts that will be children)
25 - #size-cells: should be <1> (for the DSI hosts that will be children)
26 - ranges: this should always be stated
33 - compatible: must be:
34 "ste,mcde-dsi"
35 - reg: must specify the register range for the DSI host
36 - vana-supply: phandle to the VANA voltage regulator
37 - clocks: phandles to the high speed and low power (energy save) clocks
40 - clock-names: "hs" for the high speed clock and "lp" for the low power
42 - #address-cells: should be <1>
43 - #size-cells: should be <0>
48 Documentation/devicetree/bindings/media/video-interfaces.txt
58 epod-supply = <&db8500_b2r2_mcde_reg>;
59 vana-supply = <&ab8500_ldo_ana_reg>;
63 clock-names = "mcde", "lcd", "hdmi";
64 #address-cells = <1>;
65 #size-cells = <1>;
69 compatible = "ste,mcde-dsi";
71 vana-supply = <&ab8500_ldo_ana_reg>;
73 clock-names = "hs", "lp";
74 #address-cells = <1>;
75 #size-cells = <0>;
80 vdd1-supply = <&ab8500_ldo_aux1_reg>;
81 reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
86 compatible = "ste,mcde-dsi";
88 vana-supply = <&ab8500_ldo_ana_reg>;
90 clock-names = "hs", "lp";
91 #address-cells = <1>;
92 #size-cells = <0>;
95 compatible = "ste,mcde-dsi";
97 vana-supply = <&ab8500_ldo_ana_reg>;
100 clock-names = "lp";
101 #address-cells = <1>;
102 #size-cells = <0>;