From patchwork Fri Mar 31 16:31:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 669382 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AB1AC77B60 for ; Fri, 31 Mar 2023 16:35:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230495AbjCaQfj (ORCPT ); Fri, 31 Mar 2023 12:35:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231676AbjCaQfR (ORCPT ); Fri, 31 Mar 2023 12:35:17 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12A165BBA; Fri, 31 Mar 2023 09:31:54 -0700 (PDT) Received: from jupiter.universe (dyndsl-091-248-213-136.ewe-ip-backbone.de [91.248.213.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9D6A26603196; Fri, 31 Mar 2023 17:31:52 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1680280312; bh=ROyKFN5J9kFHYYM+jc7ULdBrZHEhNuSH4qms85Kx6Oo=; h=From:To:Cc:Subject:Date:From; b=eOkjxSvdqAlo/PMgxdsHKsmzTMCfsYnvhWw4eOde5o34LCqNkbUppzxLJyyIO0E1M TK4ThSj3c/HqW5lLciLDImVLg1bkoyYsws40mevkXcJcKttV3xzwHqNUG1eUbIgOeW HLcwGJXRqlMj428NN3yQOfUjOKgtkuFnyV7XErbAQ7cLp9KWgrvCSnBOrnQ11XDk7n Z66bAmQ9ShD1AOk0fKMfVSsY1BnTB5EYsGa7lp9Qx1gHSK5dZDPilSpNgtt1l30h8r tYvoK+sM3utVPdWYed5oKRbOdU8OC5m7qQtnMzweRXr+Enp1dGRLyF+h+fE0cU+uSj nLDiSpRGT4gYQ== Received: by jupiter.universe (Postfix, from userid 1000) id 63A4C4807E1; Fri, 31 Mar 2023 18:31:50 +0200 (CEST) From: Sebastian Reichel To: Alan Stern , Greg Kroah-Hartman Cc: Rob Herring , Krzysztof Kozlowski , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCHv1 0/2] generic-ohci: increase allowed clocks Date: Fri, 31 Mar 2023 18:31:46 +0200 Message-Id: <20230331163148.5863-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi, This increases the max. allowed clocks for generic-ohci from 3 to 4. On RK3588 a total of 4 clocks is required to access the OHCI registers. Note, that EHCI already supports 4 clocks. -- Sebastian Sebastian Reichel (2): dt-bindings: usb: generic-ohci: increase allowed clocks usb: host: ohci-platform: increase max clock number to 4 Documentation/devicetree/bindings/usb/generic-ohci.yaml | 2 +- drivers/usb/host/ohci-platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Alan Stern