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 D986136A030; Wed, 22 Apr 2026 07:39: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=1776843559; cv=none; b=GWvtPTlf/1AOAJmTAjL5H1IAnt5GqiMXqbvBXOwSHSfQ1u8MGgYKvJ1PVlBCUcRmhwmplTutHPSFgNrsIF1Z7N5gj5CEyYD4iBBd7d4RMbeab/PEDw7T2ZvLNmezqlLHlmTT9xyHj+giAzrmhxGfjBsAuXO/V2NeN/hTkD+AUB8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776843559; c=relaxed/simple; bh=K2g2IOXH6S1Wv3EbDLJqzdJstHJgCuN4Hu7yxq+RvKY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pcESD5fwZctwqt7EGM1Qmd4ShglYogCDP3l1DotcpoN4VIaivl4vD9aOcGHXHD4PPfdwauzhfifK3kMaVYb+vBIybL9yIAQZ3YAwYQXyuQDnx5v3XCH4gESNih4ighrhCtMvQaTtnVLgVCR2upwJCBWfZ3/kQC7qAQ7VEcm+Sns= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m53pYEK5; 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="m53pYEK5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E87AEC19425; Wed, 22 Apr 2026 07:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776843559; bh=K2g2IOXH6S1Wv3EbDLJqzdJstHJgCuN4Hu7yxq+RvKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m53pYEK5nUqqtuepTTIo3nQQcg1yvksqWpappUYTonCok07CDJeMStDfXfzuCvP2m yFc6dv5zRfsKMV4dwd1/9QZeUv9Oxqf81E3A+V4HTeIAdigc/2/9NoD8564p7pZ4Z4 aIu8TDfWFMUIKHAt4y9cRLPaffVbGqadQAXsXuwtnJ41lZFgbUt0F8r2mx+rFeE7PM IIXqSxpLpdGz+ickrqJQevU4WbSejXAgsmm1poYVWA0FM9cddLx62PSIgYG7IduXIo NpDcXJm/ybJzgOTWo56wTwSIsQeQXpfNPSKwZj6j6JRwwfarUjbj0YYnpSzKEC5lrS Jx+VuxLVNt1Sw== Date: Wed, 22 Apr 2026 09:39:17 +0200 From: Krzysztof Kozlowski To: Jagadeesh Kona Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Turquette , Stephen Boyd , Neil Armstrong , Lee Jones , Ajit Pandey , Imran Shaik , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Maulik Shah , Taniya Das Subject: Re: [PATCH 03/13] dt-bindings: mfd: syscon: Add qcom,crmc-syscon compatible Message-ID: <20260422-jolly-devout-tarantula-affbae@quoll> References: <20260420-cesta-sm870-dispcc-v1-0-eb27d845df9c@oss.qualcomm.com> <20260420-cesta-sm870-dispcc-v1-3-eb27d845df9c@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-clk@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: <20260420-cesta-sm870-dispcc-v1-3-eb27d845df9c@oss.qualcomm.com> On Mon, Apr 20, 2026 at 09:58:56PM +0530, Jagadeesh Kona wrote: > Document the qcom,crmc-syscon compatible for the CRMC > (CESTA Resource Manager Clock) syscon device. This syscon Whatever CESTA is, CESTA and "CESTA CRM" are not syscons. Drop the binding. Best regards, Krzysztof