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 642C5285CB9; Sun, 29 Mar 2026 09:21:29 +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=1774776089; cv=none; b=MMNDK8ig3bkngPBo71FklNvbxTxw9l6O/vTDF/93Z19a8O+4bq+VIdvWSfTh0JQ+/sLiC/KrAPkxNClsRbGuePzrD5DjzgbqYM77zye+dyknQGbq7N7OdaoqauEBI2VEAPbN4D6c7xqYdszOyLdAfNRLWipINy9THB0HlWyWOTA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774776089; c=relaxed/simple; bh=krJksK73J683bs/CH1MzSlPSkGVGi1AHMRQNKlhYMdM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NhiQ7tU1q6OdWDtjcAD1+cMsFAR9SCPnJqn2Axltvm4Bo2ZEgMXAb2M5v6asYiVMILSX8IN1uzQ2fWW7s/iB0M/0ElXV1ABt7gpH5GhF6VnbVVTVK7v071t1lRvkyB3uNRKYokGyhn2r/XIUZ2+6Z8dZHgKQfRhHy1ZAnjoasV8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=q038+tBR; 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="q038+tBR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55767C116C6; Sun, 29 Mar 2026 09:21:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774776088; bh=krJksK73J683bs/CH1MzSlPSkGVGi1AHMRQNKlhYMdM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q038+tBRK5+0+u/kvw4B0o/FUUEN428NhFw2xcDOKSmHlw+8URFARbzyxvF/xmm2l +hrXAhx8OolB8s3zl+oBtzS1+02+rpvvUR4WaLIO0OJ/+3m0dYEIi87DOYQjv20Si1 xhxYxLDkID6jpklV8VNgpit5x8EsnwFRzyhOFV3azRsanMa4iDa2DKvhqjT31eSzwA qMiZnBHhAEuDvLKPtVR08PpmOOh95LULWXR7YaFSoq0wWlJKnOTmL/t6wGg3bWrlle nqiavS3gypEXPXpsJuex1vsr/0txyR+xpkQEK/kj8+ebllbJAKvuiZCcTqI6Uv8quM 0BAd1FjcMqoZQ== Date: Sun, 29 Mar 2026 11:21:26 +0200 From: Krzysztof Kozlowski To: Biswapriyo Nath Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Pavel Machek , Sean Young , Michael Turquette , Stephen Boyd , Martin Botka , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-clk@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, stable@vger.kernel.org, kernel test robot Subject: Re: [PATCH v2 2/7] dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells property Message-ID: <20260329-amorphous-happy-deer-cea083@quoll> References: <20260329-ginkgo-add-usb-ir-vib-v2-0-870e0745e55e@gmail.com> <20260329-ginkgo-add-usb-ir-vib-v2-2-870e0745e55e@gmail.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260329-ginkgo-add-usb-ir-vib-v2-2-870e0745e55e@gmail.com> On Sun, Mar 29, 2026 at 04:47:57AM +0000, Biswapriyo Nath wrote: > The '#reset-cells' property is permitted for the SM6125 SoC clock > controllers, but not listed as a valid property. Any reason why this binding file is the only dispcc not referencing qcom,gcc.yaml? It should and it would solve the error. Look at other files. Best regards, Krzysztof