mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector
Describe the PTN5150 USB-C connector to improve the devicetree description and fix the following dt-schema warning: imx8mn-var-som-symphony.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: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -128,6 +128,10 @@
|
|||||||
pinctrl-0 = <&pinctrl_ptn5150>;
|
pinctrl-0 = <&pinctrl_ptn5150>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
connector {
|
||||||
|
compatible = "usb-c-connector";
|
||||||
|
label = "USB-C";
|
||||||
|
|
||||||
port {
|
port {
|
||||||
typec1_dr_sw: endpoint {
|
typec1_dr_sw: endpoint {
|
||||||
remote-endpoint = <&usb1_drd_sw>;
|
remote-endpoint = <&usb1_drd_sw>;
|
||||||
@@ -135,6 +139,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&i2c3 {
|
&i2c3 {
|
||||||
/* Capacitive touch controller */
|
/* Capacitive touch controller */
|
||||||
|
|||||||
Reference in New Issue
Block a user