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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 5D561C433E1 for ; Wed, 22 Jul 2020 19:22:45 +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 286C5206D8 for ; Wed, 22 Jul 2020 19:22:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AVexr9Ws" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 286C5206D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: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:List-Owner; bh=R9fo+jHUx4jmeCSBuz9Z7WwG8bTmQ8ftp9rZ+V3Dssw=; b=AVexr9WsZSpdv5jMYAgUSOcJq LN9N00CXJlIaTttV01/5AoDwYlBQaeCEbNYMEy9gC8hTPbHqn0yRfFHbQmayeY8CyuS2jYvOTm8Jy gT3E8jzq58KjU1du5O2RBzHgYd+NtblVmSy/YovSZrMFD4rIYVckcZpjgUhJbJpmYF7uxYCzKvlkQ k0u7DTPdSllf/8aNsk8GhasruHxuRj4G/UkXtw92aRDH90eF0Z3ByX1KrcpbpS2tL8NOkkSx1Thc8 yRezCBzDxt8mrPS8r+BcRylEgq26b4hZkQTmxLXSA4SRFzOxwr514huj5+HQ5uVtmiM9uzM6gMtUY 77QmgGqmg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyKIv-0007zU-O4; Wed, 22 Jul 2020 19:21:25 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyKIs-0007yG-BD; Wed, 22 Jul 2020 19:21:22 +0000 Received: from x2f7fa19.dyn.telefonica.de ([2.247.250.25] helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jyKIr-0005Ud-74; Wed, 22 Jul 2020 21:21:21 +0200 From: Heiko Stuebner To: Jagan Teki , Rob Herring Subject: Re: [PATCH 1/3] ARM: dts: rockchip: Add USB for RockPI N8/N10 Date: Wed, 22 Jul 2020 21:21:05 +0200 Message-Id: <159544564767.763387.9815839004542852680.b4-ty@sntech.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200720110230.367985-1-jagan@amarulasolutions.com> References: <20200720110230.367985-1-jagan@amarulasolutions.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200722_152122_412163_FD7F948B X-CRM114-Status: GOOD ( 10.74 ) 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: devicetree@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Suniel Mahesh , Michael Trimarchi , linux-amarula , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 20 Jul 2020 16:32:28 +0530, Jagan Teki wrote: > Radxa dalang carrier board has 2x USB 2.0 and 1x USB 3.0 > ports. > > This patch adds support to enable all these USB ports for > N10 and N8 combinations SBCs. > > Note that the USB 3.0 port on RockPI N8 combination works > as USB 2.0 OTG since it is driven from RK3288. Applied, thanks! [1/3] ARM: dts: rockchip: Add USB for RockPI N8/N10 commit: 417b188a985d3557b0ecb5623b27bd9843f03aec [2/3] ARM: dts: rockchip: Add HDMI out for RockPI N8/N10 commit: d0cb2f30e7c033f0a8bbe98ec73dbc1db4788942 [3/3] arm64: dts: rockchip: Add PCIe for RockPI N10 commit: 93ca8ac2e8fcea6feb02a40edd2334144b62fc6e Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel