From: Fabio Estevam <festevam@xxxxxxx> Per gpio-sbu-mux.yaml, the 'mode-switch' property is mandatory. Pass it to fix the following schema warning: imx8qxp-mek.dtb: gpio-sbu-mux: 'mode-switch' is a required property from schema $id: http://devicetree.org/schemas/usb/gpio-sbu-mux.yaml# Signed-off-by: Fabio Estevam <festevam@xxxxxxx> --- arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts index a06a6491ef20..f95b58c69c6a 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts @@ -36,6 +36,7 @@ gpio-sbu-mux { pinctrl-0 = <&pinctrl_typec_mux>; select-gpios = <&lsio_gpio5 9 GPIO_ACTIVE_HIGH>; enable-gpios = <&pca9557_a 7 GPIO_ACTIVE_LOW>; + mode-switch; orientation-switch; port { -- 2.34.1