From patchwork Thu Aug 2 13:01:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 10553595 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 9FB1E139A for ; Thu, 2 Aug 2018 13:05:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92DDC2BF42 for ; Thu, 2 Aug 2018 13:05:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 90E3E2BF4A; Thu, 2 Aug 2018 13:05:56 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI 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 4DDDB2BF42 for ; Thu, 2 Aug 2018 13:05:56 +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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=Qm/HMSMmTO2aUmAE1oM45IEIFejFVs9HoNdC7ngmLIk=; b=UME +AmOaM19w5c9uXXoMsWL0UXs8D1rFAEm2KrNQxDEKLSc/TWmgXCF4xMhjwAB9kcYHxQJ0FQtqvUi3 nR/Ud0zA99NOF4mtb6uSHtVQzHOH6ebBKUCgFpd0OWnFwe81L/XJQ483BawJI4+301+uQ7h4ECFcR Jr9dGtMBhaFtQCspJhW7Yfeepstn6B+oYkNw0iSZK0ioZNGUR+Bpjoz1ZT2WI2zqxiXnb8l6LqbFJ fmXGHEh1ReaCd5qa2T7Fg0nagPHVUnzGTguYUUcUAi9+QhXGajFGw/gF7nkO6Bhw0bFJFsQvRjiJO djJgn4emxiGNh/vlRPWqK3l2HvjLImA==; 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 1flDIe-0007LW-F1; Thu, 02 Aug 2018 13:05:52 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1flDEr-0003LP-FA; Thu, 02 Aug 2018 13:02:06 +0000 Received: from wd0970.dip.tu-dresden.de ([141.76.111.202] helo=phil.dip.tu-dresden.de) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1flDEc-0001xV-ET; Thu, 02 Aug 2018 15:01:42 +0200 From: Heiko Stuebner To: linux-usb@vger.kernel.org Subject: [PATCH 0/3] add dwc2 support for px30 Date: Thu, 2 Aug 2018 15:01:30 +0200 Message-Id: <20180802130133.4898-1-heiko@sntech.de> X-Mailer: git-send-email 2.17.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180802_060158_025392_A457FAED X-CRM114-Status: UNSURE ( 8.38 ) X-CRM114-Notice: Please train this message. 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: mark.rutland@arm.com, devicetree@vger.kernel.org, Heiko Stuebner , balbi@kernel.org, gregkh@linuxfoundation.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, cl@rock-chips.com, hminas@synopsys.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This is split out from the series adding the px30 support, due to the dwc2 binding change not having landed yet in a maintainer tree. The Acked binding change should go through some usb tree, while I'll pick up the dts changes once that has happened. The binding itself is unchanged. Heiko Stuebner (2): arm64: dts: rockchip: add dwc2 otg controller on px30 arm64: dts: rockchip: enable dwc2-based otg controller on px30-evb Liang Chen (1): dt-bindings: usb: dwc2: add description for px30 Documentation/devicetree/bindings/usb/dwc2.txt | 1 + arch/arm64/boot/dts/rockchip/px30-evb.dts | 4 ++++ arch/arm64/boot/dts/rockchip/px30.dtsi | 16 ++++++++++++++++ 3 files changed, 21 insertions(+)