Skip to content

Commit

Permalink
arm64: dts: exynos: Add OF graph between USB-PHY and MUIC
Browse files Browse the repository at this point in the history
OF graph describes USB data lanes between USB-PHY and respective MUIC.
Since graph is present and DWC driver can use it to get extcon, obsolete
extcon property can be removed.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
  • Loading branch information
Andrzej Hajda authored and Krzysztof Kozlowski committed Sep 21, 2018
1 parent 5b394b2 commit 24966d4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,14 @@
};
};
};

ports {
port {
muic_to_usb: endpoint {
remote-endpoint = <&usb_to_muic>;
};
};
};
};

regulators {
Expand Down Expand Up @@ -1283,12 +1291,17 @@

&usbdrd_dwc3 {
dr_mode = "otg";
extcon = <&muic>;
};

&usbdrd30_phy {
vbus-supply = <&safeout1_reg>;
status = "okay";

port {
usb_to_muic: endpoint {
remote-endpoint = <&muic_to_usb>;
};
};
};

&xxti {
Expand Down

0 comments on commit 24966d4

Please sign in to comment.