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: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 10553569 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 5B5F1139A for ; Thu, 2 Aug 2018 13:01:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 50A902BF2B for ; Thu, 2 Aug 2018 13:01:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4ED352BF47; Thu, 2 Aug 2018 13:01:51 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B1A662BF62 for ; Thu, 2 Aug 2018 13:01:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387542AbeHBOwy (ORCPT ); Thu, 2 Aug 2018 10:52:54 -0400 Received: from gloria.sntech.de ([185.11.138.130]:42672 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387485AbeHBOww (ORCPT ); Thu, 2 Aug 2018 10:52:52 -0400 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 Cc: robh+dt@kernel.org, mark.rutland@arm.com, cl@rock-chips.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, gregkh@linuxfoundation.org, hminas@synopsys.com, balbi@kernel.org, Heiko Stuebner 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 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.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(+)