From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C07A4C43387 for ; Thu, 10 Jan 2019 13:42:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 8CDDD20879 for ; Thu, 10 Jan 2019 13:42:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LyzVMQxv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8CDDD20879 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=iGvvDIG2KeAv+fdS6FMsMZBdwvEV2JZxBUXOYl2uTm8=; b=LyzVMQxvU3r4UqI7RHjwrWeAC y041NhdXsC6mpKJgTamanLvi9iVjBWcERpTUm1PiB03ecEY9qaAHxVD82lAt7JyPtQN6pDAvh7qNp XRuQhzbhYOBAxqsstBM035P8tVocUnEIoD6rDXqlo6VTOAvd3k+wTdb9zoftcGOPRZT4qi91mG9Fe sbXx8TMnpCHNQAJFMkrVnc0wQDqByxbFZCe8LmlQl6NNdyvXF8mTWAzA2g8n/apvHX+IFgDNotyRn tu6SWi+xI4Z2SPAtHS7gDSV1ZnYtpq7Gxi2zBbXHw8ZuddRQOTsMVxuJOTNTHiPvT3mblAlSd6MF7 ghzWZmIGA==; 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 1ghabI-0000uR-7e; Thu, 10 Jan 2019 13:42:24 +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 1ghabF-0000ty-7c; Thu, 10 Jan 2019 13:42:22 +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 05D911596; Thu, 10 Jan 2019 05:42:19 -0800 (PST) Received: from [10.1.196.75] (e110467-lin.cambridge.arm.com [10.1.196.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 17E663F5AF; Thu, 10 Jan 2019 05:42:17 -0800 (PST) Subject: Re: [PATCH v5 1/5] arm64: dts: rockchip: Add DT for NanoPC-T4 To: Heiko Stuebner References: <3242500.qteudgsQcv@phil> From: Robin Murphy Message-ID: Date: Thu, 10 Jan 2019 13:42:13 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <3242500.qteudgsQcv@phil> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190110_054221_283025_80484511 X-CRM114-Status: GOOD ( 14.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, tomeu.vizoso@collabora.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10/01/2019 13:37, Heiko Stuebner wrote: > Am Dienstag, 8. Januar 2019, 22:57:23 CET schrieb Robin Murphy: >> From: Tomeu Vizoso >> >> This adds a device tree for the NanoPC-T4 SBC, which is based on the >> Rockchip RK3399 SoC and marketed by FriendlyELEC. >> >> Known working: >> >> - Serial >> - Ethernet >> - HDMI >> - USB 2.0 >> >> All of the interesting stuff is in a .dtsi because there are at least >> two other boards that share most of it: NanoPi M4 and NanoPi NEO4. >> >> Signed-off-by: Tomeu Vizoso >> Reviewed-by: Rob Herring >> [rm: various further cleanup] >> Signed-off-by: Robin Murphy > > nobody complained, the binding was reviewed and all looks good > so I've gone forward and applied this one for 5.1 already. Awesome, thanks! I'll probably follow up with a v2 of the rest of the patches next week, after I've had the chance to play some more over the weekend. Cheers, Robin. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel