arm64: dts: imx8m/qxp: Pass the tcpci compatible
Per nxp,ptn5110.yaml, also pass the fallback "tcpci" compatible to fix the following dt-schema warning: usb-typec@50: compatible: ['nxp,ptn5110'] is too short from schema $id: http://devicetree.org/schemas/usb/nxp,ptn5110.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>pull/141/merge
parent
0923c18fc5
commit
9745922474
|
|
@ -381,7 +381,7 @@
|
|||
};
|
||||
|
||||
ptn5110: tcpc@50 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec1>;
|
||||
reg = <0x50>;
|
||||
|
|
|
|||
|
|
@ -227,7 +227,7 @@
|
|||
};
|
||||
|
||||
ptn5110: tcpc@50 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec1>;
|
||||
reg = <0x50>;
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@
|
|||
&i2c3 {
|
||||
/* Connected to USB Hub */
|
||||
usb-typec@52 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
reg = <0x52>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec>;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
status = "okay";
|
||||
|
||||
typec_ptn5100: usb-typec@50 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
reg = <0x50>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec>;
|
||||
|
|
|
|||
|
|
@ -429,7 +429,7 @@
|
|||
};
|
||||
|
||||
typec_ptn5100: usb-typec@52 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
reg = <0x52>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec>;
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
};
|
||||
|
||||
ptn5110: tcpc@50 {
|
||||
compatible = "nxp,ptn5110";
|
||||
compatible = "nxp,ptn5110", "tcpci";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_typec>;
|
||||
reg = <0x50>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue