Commit 18d6e3f6 authored by Matthias Brugger's avatar Matthias Brugger Committed by Matthias Brugger

arm64: dts: mt8183: Fix GCE include path

The header file of GCE should be for MT8183 SoC instead of MT8173.

Fixes: 91f9c963 ("arm64: dts: mt8183: Add display nodes for MT8183")
Reported-by: default avatarCK Hu <ck.hu@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <mbrugger@suse.com>
Reviewed-by: default avatarChun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://lore.kernel.org/r/20210131101726.804-1-matthias.bgg@kernel.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent dc2e7617
......@@ -6,7 +6,7 @@
*/
#include <dt-bindings/clock/mt8183-clk.h>
#include <dt-bindings/gce/mt8173-gce.h>
#include <dt-bindings/gce/mt8183-gce.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/memory/mt8183-larb-port.h>
......
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