[PATCH v4 3/4] arm64: dts: mediatek: Add exton node for DP bridge

Chen-Yu Tsai wenst at chromium.org
Tue Dec 3 01:15:55 PST 2024


On Mon, Dec 2, 2024 at 11:21 AM Zhengqiao Xia
<xiazhengqiao at 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 at 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
>



More information about the linux-arm-kernel mailing list