From: Guido Günther Date: Tue, 21 Apr 2020 14:44:14 +0000 (+0200) Subject: arm64: dts: imx8mq-librem5-devkit: Don't use underscore in node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9251dad3a3e5ed72cfb30ec27a4e569527e6f10f;p=linux.git arm64: dts: imx8mq-librem5-devkit: Don't use underscore in node name Rename usb_typec to usb-typec to get a rid of a warning when building dtb with warnings enabled. Signed-off-by: Guido Günther Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index 0526ebf0da0fd..6900ac274f5b9 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts @@ -410,7 +410,7 @@ }; }; - typec_ptn5100: usb_typec@52 { + typec_ptn5100: usb-typec@52 { compatible = "nxp,ptn5110"; reg = <0x52>; pinctrl-names = "default";