Commit a4dca89f authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector

Describe the PTN5150 USB-C connector to improve the devicetree description
and fix the following dt-schema warning:

imx8mp-dhcom-pdk3.dtb: typec@3d: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/extcon/extcon-ptn5150.yaml#



Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 095b96b2
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -175,13 +175,17 @@ typec@3d {
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_ptn5150>;

				port {
				connector {
					compatible = "usb-c-connector";
					label = "USB-C";

					port {
						ptn5150_out_ep: endpoint {
							remote-endpoint = <&dwc3_0_ep>;
						};
					};
				};
			};

			power-sensor@40 {
				compatible = "ti,ina238";