From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752191AbeCOQZb (ORCPT ); Thu, 15 Mar 2018 12:25:31 -0400 Received: from h1.radempa.de ([176.9.142.194]:52196 "EHLO mail.cosmopool.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbeCOQZ3 (ORCPT ); Thu, 15 Mar 2018 12:25:29 -0400 From: Harald Geyer To: Maxime Ripard , Chen-Yu Tsai Cc: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andre Przywara , Icenowy Zheng , info@olimex.com, Harald Geyer Subject: [PATCHv2 0/5] arm64: allwinner: Add support for TERES-I laptop Date: Thu, 15 Mar 2018 16:25:05 +0000 Message-Id: <20180315162510.11669-1-harald@ccbib.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds support for the TERES I open hardware laptop produced by olimex. With these patches and a bootloader capable of setting up simple framebuffer the laptop is quite useable. Patches 1-4 add some pin descriptions and devices in the A64 dtsi, which are useful to have on the teres. Patch 5 finally adds the board dts itself. Changes to the previous version are listed along the individual patches. best regards, Harald Harald Geyer (5): arm64: dts: allwinner: a64: Add i2c0 pins arm64: dts: allwinner: a64: Add watchdog arm64: dts: allwinner: a64: add simplefb for A64 SoC arm64: dts: allwinner: a64: Add pwm device arm64: allwinner: a64: Add support for TERES-I laptop .../devicetree/bindings/pwm/pwm-sun4i.txt | 1 + .../devicetree/bindings/watchdog/sunxi-wdt.txt | 6 +- arch/arm64/boot/dts/allwinner/Makefile | 1 + .../boot/dts/allwinner/sun50i-a64-teres-i.dts | 279 +++++++++++++++++++++ arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 46 ++++ 5 files changed, 331 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts -- 2.11.0