mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04: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:
committed by
AngeloGioacchino Del Regno
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user