ARM: mediatek: Add basic support for mt8135

This adds a basic dtsi for MT8135 based SoC.

Signed-off-by: Joe.C <yingjoe.chen@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Joe.C
2014-11-11 15:53:43 +08:00
committed by Matthias Brugger
parent 8e00aec828
commit 0c3fb20356
2 changed files with 117 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
static const char * const mediatek_board_dt_compat[] = {
"mediatek,mt6589",
"mediatek,mt8127",
"mediatek,mt8135",
NULL,
};