From patchwork Fri Jul 3 19:48:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ond=C5=99ej_Jirman?= X-Patchwork-Id: 11642781 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7FB94912 for ; Fri, 3 Jul 2020 19:50:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 596AF2068F for ; Fri, 3 Jul 2020 19:50:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WsdFKWQo"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="jfjr5y1s" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 596AF2068F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=megous.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=7HMK7tqQdYSTkmNAjeQc2o5PC+MsCpZhtYrB1viPqQQ=; b=WsdFKWQop7IUs7nzpnOM4mBf9k b0laDJvw1AHoYRKGg8mlRjdb8+MBZGnSzc8stIp6K+/xNOvo4KhZYTnI+1JTlBj4U4TIgQfCNpdXs JweZpenNlcy5jdXYoQJbmSCUIXOOZPe4vek5d9SDf0R2jEITwZKJ8jpNtDJIb/L166g7vboXcEiLN 5ldPTd8PFua5QOXQbBg5DBzWxbx9WMCdeoLtIvrdgINR9YcFMMzSLyTfkmYlE8oxKxWj6bg/KTwgs EPiwWlIgJAPMvu8CKV/hoRX1eOJddVJ9uQmjowS9jaspf1jW8mei1eUpnXn3rF0LkisbfApofCbjG 93EgZU9w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrRg2-00057Y-Ss; Fri, 03 Jul 2020 19:48:50 +0000 Received: from vps.xff.cz ([195.181.215.36]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrRfy-00055o-U2 for linux-arm-kernel@lists.infradead.org; Fri, 03 Jul 2020 19:48:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1593805724; bh=9gsrsQinKxRqqrBrwbzd4pwGqYgzIUxXBKt11M3IrKs=; h=From:To:Cc:Subject:Date:From; b=jfjr5y1sTKsVJEhs4JzvttIdtxAPQA+gJV905wEGOFVIUXflhP1OHA2NPaDeFrmCA USYOYmxp9liwCcMU/Pp7+3EpdeIxoqEecXV9v189woNmfvnXAtXPZyKTN/y7oLOWHg aarDj4pexO23fuaglI7h/VD86h6fk2cvPVeOKdQ8= From: Ondrej Jirman To: linux-sunxi@googlegroups.com, Rob Herring , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 0/3] Add support for Pine64 PinePhone HW Revision 1.2 Date: Fri, 3 Jul 2020 21:48:39 +0200 Message-Id: <20200703194842.111845-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200703_154847_248919_3CD96D91 X-CRM114-Status: UNSURE ( 8.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.2 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , Mark Rutland , Samuel Holland , Bhushan Shah , linux-kernel@vger.kernel.org, Martijn Braam , Luca Weiss , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This series adds an initial support for Pine64 PinePhone 1.2. The differences against 1.1 and 1.0 are larger. So far this series describes the magnetometer interrupt that is wired correctly on 1.2 and backlight differences. There are also a lot of changes in how modem gpios are exposed, and in HDMI/USB bridge and USB power in this revision. Those will be expressed later, when the base dtsi gains support for these things. Please take a look. thank you and regards, Ondrej Jirman Ondrej Jirman (3): dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings arm64: dts: allwinner: Add support for PinePhone revision 1.2 arm64: dts: sun50i-pinephone: dldo4 must not be >= 1.8V .../devicetree/bindings/arm/sunxi.yaml | 5 +++ arch/arm64/boot/dts/allwinner/Makefile | 1 + .../allwinner/sun50i-a64-pinephone-1.2.dts | 40 +++++++++++++++++++ .../dts/allwinner/sun50i-a64-pinephone.dtsi | 4 +- 4 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts