From patchwork Fri May 20 15:23:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 12856917 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id EBD0DC433F5 for ; Fri, 20 May 2022 15:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :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=628z+9NZImCPum4F5L+G1VRatU36n6QL0Jr3j0w+/4s=; b=o8vxAdVjEA5eSn 3/yedNhUHboIFya6xLYa8QxgUD9xv0/XUEpbztm2apUjJXBLm/MrmPjVsx+mxvo7Y8w73TZHlATRX wAB/EJOh7PwJfD7dMTJ1XCkK3A1VuXUTR+RJsxLAOTVDzEc+sMsMhUwVHxs+jo5K2wWVJy1yICF84 wVI8eHOSErP7dyh1ByTPmu7n+/xdQD5nGIm8deUgxCECRh9K2JXmFVE6T7hRCF6QwjAsV3GtBQMRD eujaMNehxJf51kNNELm/iISOmdrywT7cELrHYeB/Qp0ssOTwPvQUJk4w7FwIF5fCbRW087kLF8Wim MfzL9r15Jrf7g8gYakZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ns4Tk-00D9vl-Ny; Fri, 20 May 2022 15:23:48 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ns4Tg-00D9sU-6G for linux-arm-kernel@lists.infradead.org; Fri, 20 May 2022 15:23:46 +0000 Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id B1C6D40002; Fri, 20 May 2022 15:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1653060220; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vV05Ae2wXWoOh3lcUOps/wlA6rJMqGUyhxwDB5ig5KE=; b=kndlrVfJL880TKddg9H9kjgcbbaFl2VZORnOwrzDErOvQk5umiUh3wTBbEOTvYwc23Fa63 DjH9T/F3+EjSbWZA2Kive9AVDFrkEdOGQu80+5sKvwgB9HAy6qmkdsMZOtc9m/Ymlfks9L wRYG8XXjh4SbHh3NsTMqBPsBdt341LNjfSXo/1egAkplqPQBGgOzf0B9ocOsfjkLN5vMRs yoa91Z94dktfasZDFNR/Y5q46TBh+D3rFTWsCOk54MeZa4jGFjWkT1kiLxmZ1wIFQeSJwm 63ATHisY/PZfholk9gtCDUazmPsG8PEgtyQmQ8H91rBUXyavpKK9VHndTBGpig== From: Herve Codina To: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Michael Turquette , Stephen Boyd , Horatiu Vultur Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Thomas Petazzoni , Herve Codina Subject: [PATCH 0/3] Microchip LAN966x USB device support Date: Fri, 20 May 2022 17:23:32 +0200 Message-Id: <20220520152335.352537-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220520_082344_701537_5514D5D5 X-CRM114-Status: GOOD ( 10.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, This series add support for the USB device controller available on the Microchip LAN966x SOCs (LAN9662 and LAN9668). Both SOCs have the same controller and this controller is also the same as the one present on the SAMAD3 SOC. Regards, Herve Changes v2: - Avoid wildcards in the DT compatible string - Rename the DT node Herve Codina (3): clk: lan966x: Fix the lan966x clock gate register address dt-bindings: usb: atmel: Add Microchip LAN9662 compatible string ARM: dts: lan966x: Add UDPHS support Documentation/devicetree/bindings/usb/atmel-usb.txt | 3 +++ arch/arm/boot/dts/lan966x.dtsi | 11 +++++++++++ drivers/clk/clk-lan966x.c | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-)