mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
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: 7e07d3322d ("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:
committed by
AngeloGioacchino Del Regno
parent
26af327371
commit
6ed159e499
@@ -22,7 +22,7 @@ / {
|
||||
|
||||
aliases {
|
||||
ovl0 = &ovl0;
|
||||
ovl_2l0 = &ovl_2l0;
|
||||
ovl-2l0 = &ovl_2l0;
|
||||
rdma0 = &rdma0;
|
||||
rdma1 = &rdma1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user