Message ID | 20241202032035.29045-4-xiazhengqiao@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: mediatek: Add MT8186 Chinchou | expand |
Il 02/12/24 04:20, Zhengqiao Xia ha scritto: > Add exton 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>
On Mon, Dec 2, 2024 at 11:21 AM Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> wrote: > > Add exton node for DP bridge to make the display work properly. ^ extcon. Same for the subject. > Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> > --- > 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 >
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>; + }; }; };
Add exton node for DP bridge to make the display work properly. Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> --- arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)