Commit fb8f715e authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

arm64: dts: imx8qm: Fix VPU core alias name

Alias names use dashes instead of underscores, fix this.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f6038de2
...@@ -46,9 +46,9 @@ aliases { ...@@ -46,9 +46,9 @@ aliases {
serial1 = &lpuart1; serial1 = &lpuart1;
serial2 = &lpuart2; serial2 = &lpuart2;
serial3 = &lpuart3; serial3 = &lpuart3;
vpu_core0 = &vpu_core0; vpu-core0 = &vpu_core0;
vpu_core1 = &vpu_core1; vpu-core1 = &vpu_core1;
vpu_core2 = &vpu_core2; vpu-core2 = &vpu_core2;
}; };
cpus { cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment