diff options
author | Fabio Estevam <festevam@denx.de> | 2024-01-13 23:43:33 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-05 10:27:45 +0100 |
commit | 690085d866f08cc72ae4d601821564a0b63e32f3 (patch) | |
tree | 8bfb97f162f0efab086ca06c26b47d7d4cdf2dd6 | |
parent | Revert "arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector" (diff) | |
download | linux-690085d866f08cc72ae4d601821564a0b63e32f3.tar.xz linux-690085d866f08cc72ae4d601821564a0b63e32f3.zip |
Revert "arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector"
This reverts commit 095b96b2b8c6dcabf40bbfe4bb99a95fe55c7463.
Marek reported the similar change in imx8mp-dhcom-pdk3.dts
caused a regression:
"This patch breaks USB-C port on this board.
If I plug in USB-C storage device, it is not detected. If I revert this
patch, it is detected.
Please drop this patch for now."
Revert it here as well.
Fixes: 095b96b2b8c6 ("arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector")
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts b/arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts index f38ee2266b25..a6b94d1957c9 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts @@ -128,14 +128,9 @@ pinctrl-0 = <&pinctrl_ptn5150>; status = "okay"; - connector { - compatible = "usb-c-connector"; - label = "USB-C"; - - port { - typec1_dr_sw: endpoint { - remote-endpoint = <&usb1_drd_sw>; - }; + port { + typec1_dr_sw: endpoint { + remote-endpoint = <&usb1_drd_sw>; }; }; }; |