Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752491AbdHMJnB (ORCPT ); Sun, 13 Aug 2017 05:43:01 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37029 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431AbdHMJm6 (ORCPT ); Sun, 13 Aug 2017 05:42:58 -0400 From: "Leonid Segal" To: , , Cc: , , , , , , , , "'Leonid Segal'" Subject: [RESEND PATCH 0/1] arm64: dts: Add Variscite DART-SD410 Evaluation board dts Date: Sun, 13 Aug 2017 12:42:47 +0300 Organization: Variscite.com Message-ID: <014601d31418$877c5780$96750680$@variscite.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: git-send-email 2.13.1.516.g05ec6e13a Thread-Index: AdMUGIV551b/SGEfQgKBZy+lUPGs7Q== Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 28 Add initial device tree support for Variscite DART-SD410 Evalueation board. This board is also known as VAR-SD410CustomBoard. checkpatch.pl gives warnings for some lines that are over 80 characters, but I decided not to change them since similar lines in other dts files. Patch has been tested on 96Boards Dragonboard410c and Variscite SD410Customboard Both Linaro Linux 17.06 release https://discuss.96boards.org/t/linaro-linux-17-06-releases/2217 Signed-off-by: Leonid Segal --- arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/apq8016-var-dart-pmic-pins.dtsi | 53 +++ .../boot/dts/qcom/apq8016-var-dart-soc-pins.dtsi | 88 ++++ arch/arm64/boot/dts/qcom/apq8016-var-dart.dts | 21 + arch/arm64/boot/dts/qcom/apq8016-var-dart.dtsi | 525 +++++++++++++++++++++ 5 files changed, 688 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/apq8016-var-dart-pmic-pins.dtsi create mode 100644 arch/arm64/boot/dts/qcom/apq8016-var-dart-soc-pins.dtsi create mode 100644 arch/arm64/boot/dts/qcom/apq8016-var-dart.dts create mode 100644 arch/arm64/boot/dts/qcom/apq8016-var-dart.dtsi -- 2.13.0