mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: mediatek: Add extcon node for DP bridge
Add extcon node for DP bridge to make the display work properly. Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20241212062046.22509-4-xiazhengqiao@huaqin.corp-partner.google.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
5fbe533262
commit
79ef2aae9f
|
|
@ -424,6 +424,7 @@ it6505dptx: dp-bridge@5c {
|
|||
ovdd-supply = <&mt6366_vsim2_reg>;
|
||||
pwr18-supply = <&pp1800_dpbrdg_dx>;
|
||||
reset-gpios = <&pio 177 GPIO_ACTIVE_LOW>;
|
||||
extcon = <&usbc_extcon>;
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
|
|
@ -1656,6 +1657,11 @@ usb_c1: connector@1 {
|
|||
try-power-role = "source";
|
||||
};
|
||||
};
|
||||
|
||||
usbc_extcon: extcon0 {
|
||||
compatible = "google,extcon-usbc-cros-ec";
|
||||
google,usb-port-id = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user