arm64: dts: imx8mq-evk: Align pin configuration group names with schema
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 28 Aug 2020 16:47:44 +0000 (18:47 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 5 Sep 2020 06:29:17 +0000 (14:29 +0800)
Device tree schema expects pin configuration groups to end with 'grp'
suffix, otherwise dtbs_check complain with a warning like:

    ... do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-evk.dts

index a088831..7c68088 100644 (file)
                >;
        };
 
-       pinctrl_reg_usdhc2: regusdhc2grpgpio {
+       pinctrl_reg_usdhc2: regusdhc2gpiogrp {
                fsl,pins = <
                        MX8MQ_IOMUXC_SD2_RESET_B_GPIO2_IO19             0x41
                >;