From patchwork Fri Nov 11 09:38:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 623879 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 BC3E1C43217 for ; Fri, 11 Nov 2022 09:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233624AbiKKJkO (ORCPT ); Fri, 11 Nov 2022 04:40:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231167AbiKKJkN (ORCPT ); Fri, 11 Nov 2022 04:40:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 598A0654C9; Fri, 11 Nov 2022 01:40:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0099A61F26; Fri, 11 Nov 2022 09:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 482D8C433C1; Fri, 11 Nov 2022 09:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668159611; bh=oyTBZ13gV8eABN+USBSLXLHgr9cRq7vSHs8d2NKvDGQ=; h=From:To:Cc:Subject:Date:From; b=bZp7H0gZzw5hdzr3QZX3lql2VyV6mhRI2h5Bm1xk6oYrjL0DU/JUUzA5AyHW1FZ9K +Lzg9yDF0QfHwu/6uO/ZUdJOeDQRaTq/4+bTY5OwQsxwkOZ4s3NP07iCyZTC/VE20X zS0cQQmpiScFpC8tbKwKVHyuby5a63jDjRlQSpf1jqHIO72dyKCi0oMVHK/sPb8aFQ WSWWifHgu+A4VhKZZwZPx/6dTajKlMwK6yFnTMxMXFXNKwSifTnq2Mnm9Kv/5SNVRb fGOomulrS7lsM5TwxHfnlpF5QrqbF03Ouw1lFmukygUJDVSHGevD9J2+OEbEYHXIzh HAwm4bPKPO5dQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1otQVi-0002xf-E9; Fri, 11 Nov 2022 10:39:43 +0100 From: Johan Hovold To: Vinod Koul , Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/3] phy: qcom-qmp-usb: drop sc8280xp reference-clock source Date: Fri, 11 Nov 2022 10:38:54 +0100 Message-Id: <20221111093857.11360-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.37.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The source clock for the reference clock is not used by the PHY directly and should not have been included in the devicetree binding. As the new SC8280XP binding has been merged for 6.2, we should get this fixed as soon as possible. Johan Johan Hovold (3): dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: drop reference-clock source phy: qcom-qmp-usb: drop sc8280xp reference-clock source arm64: dts: qcom: sc8280xp: drop reference-clock source .../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 7 ++----- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 8 ++------ drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 20 +++++++++++-------- 3 files changed, 16 insertions(+), 19 deletions(-) Reviewed-by: Bjorn Andersson Reviewed-by: Dmitry Baryshkov Reviewed-by: Dmitry Baryshkov