From mboxrd@z Thu Jan 1 00:00:00 1970 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 579D5C7EE2C for ; Sat, 27 May 2023 01:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236867AbjE0BEN (ORCPT ); Fri, 26 May 2023 21:04:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241800AbjE0BEC (ORCPT ); Fri, 26 May 2023 21:04:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB680E41; Fri, 26 May 2023 18:03:56 -0700 (PDT) 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 9A74C654C7; Sat, 27 May 2023 01:03:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6491BC433D2; Sat, 27 May 2023 01:03:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685149436; bh=gq3MiEJn7cc8dK6KuHIuQGHegznMjK7aZMTVzjupvQk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XI4JjjP/tScJ4LxdTf9Uv+BBCKsaCbufv0zAeFQ6mOCGo5yqOzahgKNA3TSqEJet2 Yy8Ub2QPLixf1O8fwF9m4cwXCVQOGikBDN3iNtvfivDZ6H3GM0u4kMw/oyYyBJQZ5f jlGifU6lW/AvTatWAWVu7IdXoVmEkrF7lYLfja01dpIZOAWZAQ9Y5WLT1mAHbjHGH1 WTKWnLIcMymJAbXxXsb0BXyuOSuvyThKGOnzrsfPCotBzv7VAIbWYrmB8qPWK5W8gW a/dLvIpdi5MgKsfw/tBsniEw+cixn7WZZ2QcwT8vwe7ZD8Du409sKANNdGRQriCYB1 pzLwl6StsLaOQ== From: Bjorn Andersson To: linux-clk@vger.kernel.org, Kathiravan T , agross@kernel.org, linux-kernel@vger.kernel.org, konrad.dybcio@linaro.org, linux-arm-msm@vger.kernel.org, mturquette@baylibre.com, sboyd@kernel.org Subject: Re: [PATCH V2] clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock Date: Fri, 26 May 2023 18:07:31 -0700 Message-Id: <168514964950.348612.3003761382932080629.b4-ty@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230417105607.4091-1-quic_kathirav@quicinc.com> References: <20230417105607.4091-1-quic_kathirav@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 17 Apr 2023 16:26:07 +0530, Kathiravan T wrote: > The order of DT_SLEEP_CLK and DT_XO are swapped and it is incorrect. > Due to which the clocks for which the parent should be XO is having parent > as SLEEP_CLK and vice versa. So fix the same by re-ordering the entries. > > Applied, thanks! [1/1] clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock commit: 7510e80f4ac707efc7e964120525ef759a02f171 Best regards, -- Bjorn Andersson