← Documents Documentation/devicetree/bindings/display/ti/ti,omap4-dss.txt GitHub 원문 ↗

Linux 6.18.37 · Devicetree Bindings

TI OMAP4 Display Subsystem

OMAP4 DSS의 DISPC, RFBI, VENC, dual DSI와 HDMI 바인딩입니다.

Source pathDocumentation/devicetree/bindings/display/ti/ti,omap4-dss.txt
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

ti,omap4-dss.txt:1-119

각 submodule의 clock/supply와 DSI/HDMI lane mapping을 설명합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 Texas Instruments OMAP4 Display Subsystem
2 =========================================
3
4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic
5 description about OMAP Display Subsystem bindings.
6
7 DSS Core
8 --------
9
10 Required properties:
11 - compatible: "ti,omap4-dss"
12 - reg: address and length of the register space
13 - ti,hwmods: "dss_core"
14 - clocks: handle to fclk
15 - clock-names: "fck"
16
17 Required nodes:
18 - DISPC
19
20 Optional nodes:
21 - DSS Submodules: RFBI, VENC, DSI, HDMI
22 - Video port for DPI output
23
24 DPI Endpoint required properties:
25 - data-lines: number of lines used
26
27
28 DISPC
29 -----
30
31 Required properties:
32 - compatible: "ti,omap4-dispc"
33 - reg: address and length of the register space
34 - ti,hwmods: "dss_dispc"
35 - interrupts: the DISPC interrupt
36 - clocks: handle to fclk
37 - clock-names: "fck"
38
39 Optional properties:
40 - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
41 in bytes per second
42
43
44 RFBI
45 ----
46
47 Required properties:
48 - compatible: "ti,omap4-rfbi"
49 - reg: address and length of the register space
50 - ti,hwmods: "dss_rfbi"
51 - clocks: handles to fclk and iclk
52 - clock-names: "fck", "ick"
53
54 Optional nodes:
55 - Video port for RFBI output
56 - RFBI controlled peripherals
57
58
59 VENC
60 ----
61
62 Required properties:
63 - compatible: "ti,omap4-venc"
64 - reg: address and length of the register space
65 - ti,hwmods: "dss_venc"
66 - vdda-supply: power supply for DAC
67 - clocks: handle to fclk
68 - clock-names: "fck"
69
70 Optional nodes:
71 - Video port for VENC output
72
73 VENC Endpoint required properties:
74 - ti,invert-polarity: invert the polarity of the video signal
75 - ti,channels: 1 for composite, 2 for s-video
76
77
78 DSI
79 ---
80
81 Required properties:
82 - compatible: "ti,omap4-dsi"
83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
84 - reg-names: "proto", "phy", "pll"
85 - interrupts: the DSI interrupt line
86 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
87 - vdd-supply: power supply for DSI
88 - clocks: handles to fclk and pll clock
89 - clock-names: "fck", "sys_clk"
90
91 Optional nodes:
92 - Video port for DSI output
93 - DSI controlled peripherals
94
95 DSI Endpoint required properties:
96 - lanes: list of pin numbers for the DSI lanes: CLK+, CLK-, DATA0+, DATA0-,
97 DATA1+, DATA1-, ...
98
99
100 HDMI
101 ----
102
103 Required properties:
104 - compatible: "ti,omap4-hdmi"
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
106 'core'
107 - reg-names: "wp", "pll", "phy", "core"
108 - interrupts: the HDMI interrupt line
109 - ti,hwmods: "dss_hdmi"
110 - vdda-supply: vdda power supply
111 - clocks: handles to fclk and pll clock
112 - clock-names: "fck", "sys_clk"
113
114 Optional nodes:
115 - Video port for HDMI output
116
117 HDMI Endpoint optional properties:
118 - lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-,
119 D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7)
120

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

OMAP4 DSS core

1-27

Texas Instruments OMAP4 Display Subsystem 바인딩이며 공통 설명은 `Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt`를 참조합니다.

DSS core의 필수 `compatible`은 `ti,omap4-dss`, `reg`는 register space, `ti,hwmods`는 `dss_core`입니다. Functional clock handle은 `clocks`, 이름은 `fck`입니다.

DISPC node는 필수입니다. RFBI, VENC, DSI, HDMI submodule과 DPI output video port는 선택입니다. DPI endpoint의 필수 `data-lines`는 사용하는 line 수입니다.

OMAP4 DSS hierarchy
종류Block 또는 port
필수DISPC
선택 submoduleRFBI, VENC, DSI, HDMI
선택 portDPI output
Endpoint propertyDPI data-lines

DSS core 아래 필수 DISPC와 선택 output submodule을 구성합니다.

OMAP4 DISPC

28-43

DISPC의 필수 `compatible`은 `ti,omap4-dispc`, `reg`는 register space, `ti,hwmods`는 `dss_dispc`, `interrupts`는 DISPC interrupt입니다. Functional clock은 `clocks`와 `clock-names = "fck"`로 지정합니다.

선택 `max-memory-bandwidth`는 main memory에서 DISPC로 들어오는 bandwidth limit를 byte per second로 정합니다.

OMAP4 RFBI

44-58

RFBI의 필수 `compatible`은 `ti,omap4-rfbi`, `reg`는 register space, `ti,hwmods`는 `dss_rfbi`입니다. Functional 및 interface clock handle을 `clocks`에 넣고 `clock-names`는 `fck`, `ick`입니다.

RFBI output용 video port와 RFBI가 직접 제어하는 peripheral node는 선택입니다.

OMAP4 VENC

59-77

VENC의 필수 `compatible`은 `ti,omap4-venc`, `reg`는 register space, `ti,hwmods`는 `dss_venc`, `vdda-supply`는 DAC power supply입니다. Functional clock은 `clocks`와 `clock-names = "fck"`로 연결합니다.

VENC output용 video port는 선택 node입니다. Endpoint의 필수 `ti,invert-polarity`는 signal polarity를 반전하고 `ti,channels`는 1이면 composite, 2이면 S-video를 뜻합니다.

OMAP4 DSI

78-99

DSI의 필수 `compatible`은 `ti,omap4-dsi`입니다. `reg`와 `reg-names`는 `proto`, `phy`, `pll`의 세 register space를 같은 순서로 기술합니다.

`interrupts`는 DSI interrupt, `ti,hwmods`는 `dss_dsi1` 또는 `dss_dsi2`, `vdd-supply`는 DSI power supply입니다. `clocks`에는 functional/PLL clock을, `clock-names`에는 `fck`, `sys_clk`를 넣습니다.

DSI output video port와 DSI-controlled peripheral은 선택 node입니다. Endpoint의 필수 `lanes`는 `CLK+`, `CLK-`, `DATA0+`, `DATA0-`, `DATA1+`, `DATA1-`, ... pin 번호 목록입니다.

OMAP4 HDMI

100-119

HDMI의 필수 `compatible`은 `ti,omap4-hdmi`입니다. `reg`와 `reg-names`는 `wp`, `pll`, `phy`, `core`의 네 register space를 같은 순서로 기술합니다.

`interrupts`는 HDMI interrupt, `ti,hwmods`는 `dss_hdmi`, `vdda-supply`는 VDDA power supply입니다. `clocks`에는 functional/PLL clock을 넣고 `clock-names`는 `fck`, `sys_clk`입니다.

HDMI output용 video port는 선택 node입니다. Endpoint의 선택 `lanes`는 `CLK+`, `CLK-`, `D0+`, `D0-`, `D1+`, `D1-`, `D2+`, `D2-` 순서의 pin 번호 8개이며 기본값은 `0,1,2,3,4,5,6,7`입니다.

OMAP4 serial display output
DISPCPixel source
DSIClock/data lanes + DSI peripheral
HDMICLK/D0/D1/D2 differential pairs
Video port endpointLane pin mapping

DISPC 출력이 DSI 또는 HDMI submodule을 거쳐 lane-mapped connector나 panel로 전달됩니다.