diff options
author | Martin Jücker <martin.juecker@gmail.com> | 2020-11-13 22:25:23 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-16 17:32:11 +0100 |
commit | f48b5050c301f7235ef61d8cbbbf0410a5e0245f (patch) | |
tree | 7d2677e9f319977c0dd1b4e71ff9243655e3f257 /arch/arm/boot/dts/exynos4412-p4note-n8010.dts | |
parent | 33baadaee94085fdcfab569eb01501753b074b19 (diff) | |
download | lwn-f48b5050c301f7235ef61d8cbbbf0410a5e0245f.tar.gz lwn-f48b5050c301f7235ef61d8cbbbf0410a5e0245f.zip |
ARM: dts: exynos: add Samsung's Exynos4412-based P4 Note boards
The P4 Note family contains a couple of variants of the Galaxy Note 10.1
tablet with mainly different modems. The GT-N8010/GT-N8013 is the WiFi
only version.
Signed-off-by: Martin Jücker <martin.juecker@gmail.com>
Link: https://lore.kernel.org/r/20201113212525.13455-3-martin.juecker@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-p4note-n8010.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-p4note-n8010.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-p4note-n8010.dts b/arch/arm/boot/dts/exynos4412-p4note-n8010.dts new file mode 100644 index 000000000000..9f559425bd2c --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-p4note-n8010.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Samsung's Galaxy Note 10.1 - N801x (wifi only version) + * + * Copyright (c) 2013 Samsung Electronics Co., Ltd. + * http://www.samsung.com + */ + +/dts-v1/; +#include "exynos4412-p4note.dtsi" + +/ { + model = "Samsung Galaxy Note 10.1 (GT-N8010/N8013) based on Exynos4412"; + compatible = "samsung,n8010", "samsung,p4note", "samsung,exynos4412", "samsung,exynos4"; + + /* this is the base variant without any kind of modem */ +}; |