arm64: dts: imx8qm: Fix VPU core alias name
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 21 Jul 2023 11:10:36 +0000 (13:10 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Jul 2023 13:08:10 +0000 (21:08 +0800)
Alias names use dashes instead of underscores, fix this. Silences also
dtbs_check warning:
imx8qxp-tqma8xqp-mba8xx.dtb: aliases: 'vpu_core0', 'vpu_core1', 'vpu_core2'
 do not match any of the regexes: '^[a-z][a-z0-9\\-]*$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/aliases.yaml#

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qm.dtsi

index 0e425df1bc4e41f8f79a191f8c9f91711ead19a0..31744fc1ab085d9d67ad7f02fd09cecc145a1ff5 100644 (file)
@@ -24,9 +24,9 @@
                serial1 = &lpuart1;
                serial2 = &lpuart2;
                serial3 = &lpuart3;
-               vpu_core0 = &vpu_core0;
-               vpu_core1 = &vpu_core1;
-               vpu_core2 = &vpu_core2;
+               vpu-core0 = &vpu_core0;
+               vpu-core1 = &vpu_core1;
+               vpu-core2 = &vpu_core2;
        };
 
        cpus {