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

dt-bindings: exynos_dsim: update of graph bindings

Of-graph bindings should describe ports present in the device, not the
devices it can be connected to. The patch replaces verbose description
with shorter but more precise one. While at it clock related properties
are moved to the main node as it is their actual location.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Andrzej Hajda and committed by
Inki Dae
91e28030 8a08f671

+6 -19
+6 -19
Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt
··· 21 21 - samsung,pll-clock-frequency: specifies frequency of the oscillator clock 22 22 - #address-cells, #size-cells: should be set respectively to <1> and <0> 23 23 according to DSI host bindings (see MIPI DSI bindings [1]) 24 + - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst 25 + mode 26 + - samsung,esc-clock-frequency: specifies DSI frequency in escape mode 24 27 25 28 Optional properties: 26 29 - power-domains: a phandle to DSIM power domain node ··· 32 29 Should contain DSI peripheral nodes (see MIPI DSI bindings [1]). 33 30 34 31 Video interfaces: 35 - Device node can contain video interface port nodes according to [2]. 36 - The following are properties specific to those nodes: 37 - 38 - port node inbound: 39 - - reg: (required) must be 0. 40 - port node outbound: 41 - - reg: (required) must be 1. 42 - 43 - endpoint node connected from mic node (reg = 0): 44 - - remote-endpoint: specifies the endpoint in mic node. This node is required 45 - for Exynos5433 mipi dsi. So mic can access to panel node 46 - throughout this dsi node. 47 - endpoint node connected to panel node (reg = 1): 48 - - remote-endpoint: specifies the endpoint in panel node. This node is 49 - required in all kinds of exynos mipi dsi to represent 50 - the connection between mipi dsi and panel. 51 - - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst 52 - mode 53 - - samsung,esc-clock-frequency: specifies DSI frequency in escape mode 32 + Device node can contain following video interface port nodes according to [2]: 33 + 0: RGB input, 34 + 1: DSI output 54 35 55 36 [1]: Documentation/devicetree/bindings/display/mipi-dsi-bus.txt 56 37 [2]: Documentation/devicetree/bindings/media/video-interfaces.txt