diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-06-01 11:06:51 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-06-01 11:06:51 -0400 |
commit | 9947c34cf7921722b82440a7917ce219eefa5241 (patch) | |
tree | 3ae296644b453ab2ca06c9490b22ee9c6a3ae081 /arch/arm64 | |
parent | 1a02b6627bb9e7cefc8f7faf884172e8e8d87ac8 (diff) | |
parent | 692ef3ee36833b6098a352c079d3cea8fc6ed3ef (diff) |
Merge tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-mediatek into fixes
- dts: mt8173: fix compatible string
* tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-mediatek:
arm64: dts: mt8173-evb: fix model name
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts index 43d54017b779..d0ab012fa379 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts | |||
@@ -16,7 +16,8 @@ | |||
16 | #include "mt8173.dtsi" | 16 | #include "mt8173.dtsi" |
17 | 17 | ||
18 | / { | 18 | / { |
19 | model = "mediatek,mt8173-evb"; | 19 | model = "MediaTek MT8173 evaluation board"; |
20 | compatible = "mediatek,mt8173-evb", "mediatek,mt8173"; | ||
20 | 21 | ||
21 | aliases { | 22 | aliases { |
22 | serial0 = &uart0; | 23 | serial0 = &uart0; |