mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
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>
This commit is contained in:
parent
ae41091c65
commit
2295927906
|
|
@ -151,6 +151,12 @@ J721S2_WKUP_IOPAD(0x09c, PIN_INPUT_PULLUP, 0) /* (H27) WKUP_I2C0_SDA */
|
|||
>;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wkup_sn65dsi83_pins_default: wkup-sn65dsi83-default-pins {
|
||||
pinctrl-single,pins = <
|
||||
J721S2_WKUP_IOPAD(0x084, PIN_OUTPUT, 7) /* (F25) WKUP_GPIO0_11 */
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
&main_cpsw {
|
||||
|
|
@ -183,6 +189,17 @@ &main_i2c0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&main_i2c0_pins_default>;
|
||||
|
||||
sn65dsi83: bridge@2d {
|
||||
compatible = "ti,sn65dsi83";
|
||||
reg = <0x2d>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wkup_sn65dsi83_pins_default>;
|
||||
enable-gpios = <&wkup_gpio0 11 GPIO_ACTIVE_LOW>;
|
||||
vcc-supply = <&bucka4>;
|
||||
/* enabled in panel overlay */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
temperature-sensor@48 {
|
||||
compatible = "ti,tmp102";
|
||||
reg = <0x48>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user