Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752488AbdHPVzG (ORCPT ); Wed, 16 Aug 2017 17:55:06 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:52065 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbdHPVzE (ORCPT ); Wed, 16 Aug 2017 17:55:04 -0400 From: Franklin S Cooper Jr To: , , , , , , , , , , CC: Franklin S Cooper Jr Subject: [PATCH v2 0/2] ARM: dts: k2g: Add support for USB instances on 66AK2G Date: Wed, 16 Aug 2017 16:54:06 -0500 Message-ID: <20170816215408.13076-1-fcooper@ti.com> X-Mailer: git-send-email 2.9.4.dirty MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 19 Add support for 66AK2G usb instances. However, the driver needs to be updated to support PM_RUNTIME. This update has been validated to work on K2L and boot tested on K2HK and K2E. Version 2: Clarify clock properties requirements in binding document Franklin S Cooper Jr (2): usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driver dt-bindings: usb: keystone-usb: Update bindings pm and clocks properties .../devicetree/bindings/usb/keystone-usb.txt | 17 +++++++++++++++-- drivers/usb/dwc3/dwc3-keystone.c | 22 ++++++++++------------ 2 files changed, 25 insertions(+), 14 deletions(-) -- 2.9.4.dirty