diff options
author | Guido Günther <agx@sigxcpu.org> | 2020-04-21 16:44:14 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-04-23 03:17:35 +0200 |
commit | 9251dad3a3e5ed72cfb30ec27a4e569527e6f10f (patch) | |
tree | c1c4dc131764bdad541b6be05a65256dc6346a00 /arch | |
parent | arm64: dts: imx8mq-librem5-devkit: Use 0.9V for VDD_GPU (diff) | |
download | linux-9251dad3a3e5ed72cfb30ec27a4e569527e6f10f.tar.xz linux-9251dad3a3e5ed72cfb30ec27a4e569527e6f10f.zip |
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 <agx@sigxcpu.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index 0526ebf0da0f..6900ac274f5b 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"; |