From patchwork Mon Dec 18 12:38:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Shields X-Patchwork-Id: 10119415 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CB53060327 for ; Mon, 18 Dec 2017 12:39:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD08528FD4 for ; Mon, 18 Dec 2017 12:39:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B1B4528FD6; Mon, 18 Dec 2017 12:39:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3842F28FD4 for ; Mon, 18 Dec 2017 12:39:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759263AbdLRMjH (ORCPT ); Mon, 18 Dec 2017 07:39:07 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:40897 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752810AbdLRMjE (ORCPT ); Mon, 18 Dec 2017 07:39:04 -0500 Received: by mail-pg0-f65.google.com with SMTP id k15so9103666pgr.7; Mon, 18 Dec 2017 04:39:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Ky2ktK7QSS06dbLSLTlgs2jRnv+7I5pucTzdfkEaZq4=; b=lipyJ/leGNwC6OPQtz368e2q4ByKCADhqdvmEJAr58P6Aiyn3VZR6eGt+D5hnyfZcO F8RayNZjxVMEd/5CZ9OOhaV/O3tpFHKGnAQ+S7DPX4rPJzrCJ+IIMBjb89NeC4BARiMv H/zxIpBLewnBFVANgFZMuhFMD7Zog61A20WqJw1laGsJCXMINj9aEW1izapkZjae6J8A vWPs4YLkc6iF6SEuOjikdgjjsRgfP5CIJPCD+6sG2KoGv6KpL+efVleuVyM3ECQyZe++ hP9RRzwEaZlDdUZIvs4VCuROOFx6Qw9Y/Seh4K1iiWdIhjUhqYM96XSjSvKjrj9e94Vf U5wA== X-Gm-Message-State: AKGB3mILKHfUTSDwc/nqNk5ugAakE00it0AAQEywPD0hEh8txvM+dbvK ROyfZnHvfm84SzgmShGVDnq/NeqCZP4= X-Google-Smtp-Source: ACJfBouw9aaq3a1R2BBvOXTBC8rucy85aHSxU/3WDGHifLoFHcI0jIy5zRRlK2eW8Kpkc23WS1+Ajw== X-Received: by 10.99.4.21 with SMTP id 21mr3869303pge.72.1513600743803; Mon, 18 Dec 2017 04:39:03 -0800 (PST) Received: from archbox.home (27-32-42-49.static.tpgi.com.au. [27.32.42.49]) by smtp.gmail.com with ESMTPSA id r71sm26762146pfd.144.2017.12.18.04.38.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Dec 2017 04:39:02 -0800 (PST) From: Simon Shields To: linux-samsung-soc@vger.kernel.org Cc: Kukjin Kim , Krzysztof Kozlowski , devicetree@vger.kernel.org, Marek Szyprowski , =?UTF-8?q?Bart=C5=82omiej=20=C5=BBo=C5=82nierkiewicz?= , Simon Shields Subject: [PATCH v3 3/4] ARM: dts: add Samsung's exynos4412-based midas boards Date: Mon, 18 Dec 2017 23:38:04 +1100 Message-Id: <20171218123805.26345-4-simon@lineageos.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171218123805.26345-1-simon@lineageos.org> References: <20171218123805.26345-1-simon@lineageos.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP "midas" is the codename for a family of smartphones released by Samsung Mobile. It includes the Galaxy S3 (GT-I9300/I9305) and the Galaxy Note 2 (GT-N7100/N7105). The boards largely have the same peripherals: the main differences are touchscreen, display panel and cellular modem. Signed-off-by: Simon Shields --- arch/arm/boot/dts/Makefile | 3 +++ arch/arm/boot/dts/exynos4412-m0.dts | 27 +++++++++++++++++++++++++ arch/arm/boot/dts/exynos4412-m3.dts | 14 +++++++++++++ arch/arm/boot/dts/exynos4412-t0.dts | 40 +++++++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 arch/arm/boot/dts/exynos4412-m0.dts create mode 100644 arch/arm/boot/dts/exynos4412-m3.dts create mode 100644 arch/arm/boot/dts/exynos4412-t0.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 66e28af289da..035abd66b472 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -164,11 +164,14 @@ dtb-$(CONFIG_ARCH_EXYNOS4) += \ exynos4210-trats.dtb \ exynos4210-universal_c210.dtb \ exynos4412-itop-elite.dtb \ + exynos4412-m0.dtb \ + exynos4412-m3.dtb \ exynos4412-odroidu3.dtb \ exynos4412-odroidx.dtb \ exynos4412-odroidx2.dtb \ exynos4412-origen.dtb \ exynos4412-smdk4412.dtb \ + exynos4412-t0.dtb \ exynos4412-tiny4412.dtb \ exynos4412-trats2.dtb dtb-$(CONFIG_ARCH_EXYNOS5) += \ diff --git a/arch/arm/boot/dts/exynos4412-m0.dts b/arch/arm/boot/dts/exynos4412-m0.dts new file mode 100644 index 000000000000..56c1ea6b5695 --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-m0.dts @@ -0,0 +1,27 @@ +/* + * Samsung's Exynos4412 based M0 (GT-I9300) board device tree source + * + * Copyright (c) 2013 Samsung Electronics Co., Ltd. + * http://www.samsung.com + * + * Device tree source file for Samsung's M0 board which is based on + * Samsung's Exynos4412 SoC. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/dts-v1/; +#include "exynos4412-galaxy-s3.dtsi" + +/ { + model = "Samsung M0 (GT-I9300) based on Exynos4412"; + compatible = "samsung,m0", "samsung,midas", "samsung,exynos4412", "samsung,exynos4"; + + memory@40000000 { + device_type = "memory"; + reg = <0x40000000 0x40000000>; + }; + +}; diff --git a/arch/arm/boot/dts/exynos4412-m3.dts b/arch/arm/boot/dts/exynos4412-m3.dts new file mode 100644 index 000000000000..80431044f07a --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-m3.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; +#include "exynos4412-galaxy-s3.dtsi" + +/ { + model = "Samsung M3 (GT-I9305) based on Exynos4412"; + compatible = "samsung,m3", "samsung,midas", "samsung,exynos4412", "samsung,exynos4"; + + memory@40000000 { + device_type = "memory"; + reg = <0x40000000 0x80000000>; + }; + +}; diff --git a/arch/arm/boot/dts/exynos4412-t0.dts b/arch/arm/boot/dts/exynos4412-t0.dts new file mode 100644 index 000000000000..1444e893fb0e --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-t0.dts @@ -0,0 +1,40 @@ +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; +#include "exynos4412-midas.dtsi" + +/ { + compatible = "samsung,t0", "samsung,midas", "samsung,exynos4412", "samsung,exynos4"; + model = "Samsung T0 (GT-N7100, GT-N7105) based on Exynos4412"; + + memory@40000000 { + device_type = "memory"; + reg = <0x40000000 0x80000000>; + }; +}; + +&buck9_reg { + maxim,ena-gpios = <&gpm1 0 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + +&cam_io_reg { + gpio = <&gpm0 7 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + +&cam_af_reg { + gpio = <&gpm1 1 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + +&ldo13_reg { + regulator-name = "VCC_1.8V_LCD"; + regulator-always-on; +}; + +&ldo25_reg { + regulator-name = "VCI_3.0V_LCD"; + regulator-min-microvolt = <3000000>; + regulator-max-microvolt = <3000000>; + status = "okay"; +};