arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0

The alias prefix for ovl_2l (2 layer overlay) is "ovl-2l", not "ovl_2l".

Fix this.

Fixes: 7e07d3322de2 ("arm64: dts: mediatek: mt8186: Add display nodes")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20231130074032.913511-4-wenst@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Chen-Yu Tsai 2023-11-30 15:40:31 +08:00 committed by AngeloGioacchino Del Regno
parent 26af327371
commit 6ed159e499
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -22,7 +22,7 @@
aliases {
ovl0 = &ovl0;
ovl_2l0 = &ovl_2l0;
ovl-2l0 = &ovl_2l0;
rdma0 = &rdma0;
rdma1 = &rdma1;
};