On Mon, Dec 2, 2024 at 11:21 AM Zhengqiao Xia <xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Add exton node for DP bridge to make the display work properly. ^ extcon. Same for the subject. > Signed-off-by: Zhengqiao Xia <xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi b/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi > index cfcc7909dfe6..e324e3fd347e 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi > @@ -424,6 +424,7 @@ > 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 @@ > try-power-role = "source"; > }; > }; > + > + usbc_extcon: extcon0 { > + compatible = "google,extcon-usbc-cros-ec"; > + google,usb-port-id = <0>; > + }; > }; > }; > > -- > 2.17.1 >