[RFC PATCH v2 03/21] exynos/dsim: add DT bindings

2014-03-07 Thread Andrzej Hajda
On 03/05/2014 06:56 AM, Inki Dae wrote: > 2014-02-12 20:31 GMT+09:00 Andrzej Hajda : >> The patch adds DT bindings for Exynos DSI Master. DSIM follows rules >> for DSI bus host bindings [1]. >> Properties describes its resources: memory, interrupt, clocks, >> phy, regulators and frequencies of cloc

[RFC PATCH v2 03/21] exynos/dsim: add DT bindings

2014-03-05 Thread Inki Dae
2014-02-12 20:31 GMT+09:00 Andrzej Hajda : > The patch adds DT bindings for Exynos DSI Master. DSIM follows rules > for DSI bus host bindings [1]. > Properties describes its resources: memory, interrupt, clocks, > phy, regulators and frequencies of clocks. > > [1]: Documentation/devicetree/bindings

[RFC PATCH v2 03/21] exynos/dsim: add DT bindings

2014-02-12 Thread Andrzej Hajda
The patch adds DT bindings for Exynos DSI Master. DSIM follows rules for DSI bus host bindings [1]. Properties describes its resources: memory, interrupt, clocks, phy, regulators and frequencies of clocks. [1]: Documentation/devicetree/bindings/mipi/dsi/mipi-dsi-bus.txt Signed-off-by: Andrzej Haj