diff options
| author | Angus Ainslie <[email protected]> | 2022-09-02 10:42:14 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2022-09-17 16:34:26 +0800 |
| commit | 6ba73ecff00a5d49e7eaf3dcf659cadfe05c81ff (patch) | |
| tree | 7357a8f4b1b876a5a9cf227be8e21ede1c29deea | |
| parent | 6effe295e1a87408033c29dbcea9d5a5c8b937d5 (diff) | |
arm64: dts: imx8mq-librem5: add USB type-c properties for role switching
Add the connector properties to the USB type-c stanza to enable (PD)
role-switching on the Librem 5 phone.
Signed-off-by: Angus Ainslie <[email protected]>
Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 7e6c4ad43809..f07d1c6e9777 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -773,6 +773,10 @@ interrupt-names = "irq"; connector { + compatible = "usb-c-connector"; + label = "USB-C"; + data-role = "dual"; + ports { #address-cells = <1>; #size-cells = <0>; |