From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 587A33FB7D5; Fri, 10 Jul 2026 10:04:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783677854; cv=none; b=Q99cwR+FF5x7BY3OM6du3gOnvAjKdHfxEjGeMki1pJQmnMTzXL1xM7OFSyVg4+2c0ttAGdq6SenVgYWKTxE4wyiLn2uKv7yoO8/nOEE5kUpnYQir8XlFgvbcInK5lSwU9oBv45tlpnIMJxyzDAvEiXtaMJ9aIEBR8JZTpGt+WNw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783677854; c=relaxed/simple; bh=myr2hbOLvV4Glk4OYuLkZALb0cqqbzsMY1ZSKPWi5ZM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tRgJwz3surtPGewIQoBeuC9LY+svigav7jlxNG6sHfD6WMKQw/gDVT/Zq9p1h+uY1+bhvqoj8X8EqxmPVlBFED9xdxww1VXyw9p4b8LeKWAFqTQNkR0jfnfYHl3Itb4Qvyh8bV8+ce3SKwTniEL2fIrRPBB7C2rNK72JUL0uGCw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AmlA0DMS; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AmlA0DMS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 002F21F000E9; Fri, 10 Jul 2026 10:04:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783677853; bh=aKSzUqY7VUjDJgVWP+6JcuhubmrYAzzO+CgarY7Jr14=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=AmlA0DMSAQd8NTUOY2XFR/wNHxKVa4xaIrFMloIvLKeD63n6UAwacRLUTEHBtfBH1 RCsSPMwETd7vhg9joVxh6X09smd76mcCwgGb8LOjXf9v4nd4MqGr6X2gtiEKge1cGj iswmuTSNIxk2R0PaL7t722VtjM4fTa2cciGkTXcxhVF8bA9VOTFcELTYCEnJMoy328 G/Ayq9kRknVvLnME8FTY4Zzod+/23NdAsAMSpF+9HJQjyaOebwutWbT9NG391PunXK QDSjoOwkByJ6tShSExveJJqR/Se5qHTRtVyKTxnMu1JJf/587Le4zkoXyeLxpooI0U 2g3lS7eO8sAAQ== Date: Fri, 10 Jul 2026 12:04:09 +0200 From: Krzysztof Kozlowski To: Teja Sai Charan B Cc: Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: rtc: Convert rtc-cmos binding to YAML Message-ID: <20260710-gentle-defiant-chimpanzee-e910aa@quoll> References: <20260709221944.159244-1-tejaasaye@gmail.com> Precedence: bulk X-Mailing-List: linux-rtc@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: <20260709221944.159244-1-tejaasaye@gmail.com> On Fri, Jul 10, 2026 at 03:49:44AM +0530, Teja Sai Charan B wrote: > From: Teja Sai Charan Bellamkonda > > Convert the rtc-cmos devicetree bindings to dt schema. > > The original text binding documents only the motorola,mc146818 > compatible. Existing in-tree Devicetree sources also use the > intel,ce4100-rtc compatible together with the motorola,mc146818 > fallback, but this was not documented. Document the Intel variant in the > schema so that these existing configurations are accepted during schema > validation. > > Signed-off-by: Teja Sai Charan Bellamkonda > > --- Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof