From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 844EE317150; Sat, 2 May 2026 11:30:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777721419; cv=none; b=P+RXwQdAElsICT1Psxv9gEM1TWgD7eCT5WEtGbOhUPv1YCKMgo9tPu8GPaCKTdo30lVNLKWtiA9yc3c/llaQ86RXJLtgu8f188MuwmumedbmAxj9Bt0qwENblBNQrXU+pirSYZz9fr5zT5wzpvx5EYWWwf2BOcCJiyxFYjIAJT0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777721419; c=relaxed/simple; bh=FuvlxJJgJU3HdpPk57g46YhaAC/85mYDwWNFIKy5F7c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HkiQdv707REIBy8NM04pnSEeYIR4V0dhYjloX6PWsmbAy/2Cg2dMPuD1vPlPZjhFm9tG5MjZaiYJCtuSF5Vaz+8DhNOsMrqH1z9YVycDRCMAqFiUiAR9vvVOzML58OZ3plmqFQvNjKzHqpGiTX/Cdx0DTq4oqeo+4jXyt7YY/z4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EUGR2les; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EUGR2les" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E2C6C19425; Sat, 2 May 2026 11:30:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777721419; bh=FuvlxJJgJU3HdpPk57g46YhaAC/85mYDwWNFIKy5F7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EUGR2lesn63umu/ojR8XZG+857Gvr10/s13Cl04FKJ5bcaWBh6W+ZolHqtQVFB5nu SDZSAKPubza1VS04orBQ9G0k1U5WHAbDfDfuFl/ZkLClXKNGqU0F7eFlsqNtANk4Cs i3mf+ng01MGa4zVxZVNCcAPiQ817moQwpo4rpI78bcqXm92+a7JMZhRVNfOCDlHc55 /ejQVtBUCTJuiQwkpQsZ9ujVDoFoIg/XeoXieGjJbeurn23ZVgROP/s5niNY6dlvkp U8MtbrqUg1fW+DCHzdq/zM1SO6A8X1AbhhkKzhzWB7T+nJ6vOBjZpeIsMNTudK2yuG eN1Ds6aEkL0BA== Date: Sat, 2 May 2026 11:30:16 +0000 From: Yixun Lan To: Krzysztof Kozlowski Cc: Stephen Boyd , Michael Turquette , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Inochi Amaoto , linux-clk@vger.kernel.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] clk: spacemit: k3: Add PCIe DBI clock Message-ID: <20260502113016-GKA3266396@kernel.org> References: <20260430-06-pci-clk-fix-v1-0-32fdc77c02ab@kernel.org> <20260430-06-pci-clk-fix-v1-2-32fdc77c02ab@kernel.org> <35a1764d-7328-45d2-8240-6f83eae1f1a9@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35a1764d-7328-45d2-8240-6f83eae1f1a9@oss.qualcomm.com> Hi Krzysztof, On 11:28 Fri 01 May , Krzysztof Kozlowski wrote: > On 30/04/2026 12:30, Yixun Lan wrote: > > Add PCIe DBI (Data Bus Interface) clock which was missing. > > > > Fixes: e371a77255b8 ("clk: spacemit: k3: add the clock tree") > > Describe what the bug is in your commit msg. Since we've not yet activated the PCIe driver, so this shouldn't cause any real bug, and as Conor already point out - this is kind of abusing Fixes tag, so I will drop it in next version. FYI, for problem I see while testing PCIe driver, - DBI clock is required in DTS, so it will trigger a check warning - the DBI clock will be in undetermined state -- Yixun Lan (dlan)