From patchwork Mon Jan 14 12:05:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Murphy X-Patchwork-Id: 10762285 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9F05C746 for ; Mon, 14 Jan 2019 12:06:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E5FA28A8C for ; Mon, 14 Jan 2019 12:06:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8266A28B8D; Mon, 14 Jan 2019 12:06:03 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3544928A8C for ; Mon, 14 Jan 2019 12:06:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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=bYmtuZEe44e1e4YzAR+Id873+4DxrQhm0oxaRPyCx00=; b=o058r03sCKNbHh xoTAlIvxUL+G+1tHF5kHNaAg/NKCspWTCG7iGCDr4rYSQbPDvhvCtaKiI64672ixqBV6hpUeEr7JQ ttFbCGPlC+iceqSmTR6gFWPkfzf6eqWxdnPp55XrZusJ6YlDFgrcrCbnORSM0oTYTCMftdnp63Skz DT8lxtIzsl5PKwrVEYoj5COdFxr5Mwl7NGZMARcI2p7NlgqumIMQAJa79lcq3NXudyHkWEsAZzOxy 2IHL6ZKjPzyI8AMLeMRDwCiJoG8/YniKddLGDtjFN+nvUJRglbA4OJSgnXKEBghM2odmgG2ZLGEV7 peKnigyHSdMFNrbZ075w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gj109-0006rd-Ll; Mon, 14 Jan 2019 12:05:57 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gj0zw-0006g0-Sd; Mon, 14 Jan 2019 12:05:46 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DDC6A80D; Mon, 14 Jan 2019 04:05:42 -0800 (PST) Received: from e110467-lin.cambridge.arm.com (e110467-lin.cambridge.arm.com [10.1.196.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E84203F5BD; Mon, 14 Jan 2019 04:05:41 -0800 (PST) From: Robin Murphy To: heiko@sntech.de Subject: [PATCH v2 0/4] NanoPC-T4 (and a bit of NanoPi M4) support Date: Mon, 14 Jan 2019 12:05:30 +0000 Message-Id: X-Mailer: git-send-email 2.20.1.dirty MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190114_040544_932167_9278A01F X-CRM114-Status: GOOD ( 13.45 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi all, With the initial patch now queued (thankfully solving the version-number conundrum), here's an updated v2 of my further changes with the tweaks Heiko pointed out. Comparing GRF dumps didn't give any insight into the SD card thing, so I've kept the GPIO patch; ~100 interrupts per insertion is still more useful than 0! Robin. Robin Murphy (4): arm64: dts: rockchip: Add DT for NanoPi M4 arm64: dts: rockchip: Refine nanopi4 differences arm64: dts: rockchip: Add NanoPC-T4 IR receiver arm64: dts: rockchip: 'Fix' nanopi4 uSD card detect .../devicetree/bindings/arm/rockchip.yaml | 6 +- arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3399-nanopc-t4.dts | 74 +++++++++++++++++++ .../boot/dts/rockchip/rk3399-nanopi-m4.dts | 66 +++++++++++++++++ .../boot/dts/rockchip/rk3399-nanopi4.dtsi | 74 ++++--------------- 5 files changed, 158 insertions(+), 63 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dts