Skip to content

Commit

Permalink
arm64: dts: mt8183: Fix GCE include path
Browse files Browse the repository at this point in the history
The header file of GCE should be for MT8183 SoC instead of MT8173.

Fixes: 91f9c96 ("arm64: dts: mt8183: Add display nodes for MT8183")
Reported-by: CK Hu <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>

Reviewed-by: Chun-Kuang Hu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
mbgg committed Feb 1, 2021
1 parent dc2e761 commit 18d6e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt8183.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 18d6e3f

Please sign in to comment.