Skip to content

Commit 2295927

Browse files
dominiknh90r-vignesh
authored andcommitted
arm64: dts: ti: k3-am68-phycore-som: Add DSI->LVDS bridge
Add the TI SN65DSI83 MIPI-DSI->LVDS bridge that can be populated on the phyCORE-AM68x/TDA4x. Signed-off-by: Dominik Haller <d.haller@phytec.de> Link: https://patch.msgid.link/20260320212349.420951-3-d.haller@phytec.de Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent ae41091 commit 2295927

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am68-phycore-som.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
>;
152152
bootph-all;
153153
};
154+
155+
wkup_sn65dsi83_pins_default: wkup-sn65dsi83-default-pins {
156+
pinctrl-single,pins = <
157+
J721S2_WKUP_IOPAD(0x084, PIN_OUTPUT, 7) /* (F25) WKUP_GPIO0_11 */
158+
>;
159+
};
154160
};
155161

156162
&main_cpsw {
@@ -183,6 +189,17 @@
183189
pinctrl-names = "default";
184190
pinctrl-0 = <&main_i2c0_pins_default>;
185191

192+
sn65dsi83: bridge@2d {
193+
compatible = "ti,sn65dsi83";
194+
reg = <0x2d>;
195+
pinctrl-names = "default";
196+
pinctrl-0 = <&wkup_sn65dsi83_pins_default>;
197+
enable-gpios = <&wkup_gpio0 11 GPIO_ACTIVE_LOW>;
198+
vcc-supply = <&bucka4>;
199+
/* enabled in panel overlay */
200+
status = "disabled";
201+
};
202+
186203
temperature-sensor@48 {
187204
compatible = "ti,tmp102";
188205
reg = <0x48>;

0 commit comments

Comments
 (0)