From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Carrasco Date: Mon, 03 Jun 2024 10:24:58 -0000 Subject: [PATCH v3 1/4] arm: dts: nxp: lpc: lpc32xx: drop 'clocks' form rtc In-Reply-To: <20240413-rtc_dtschema-v3-1-eff368bcc471@gmail.com> References: <20240413-rtc_dtschema-v3-0-eff368bcc471@gmail.com> <20240413-rtc_dtschema-v3-1-eff368bcc471@gmail.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 13/04/2024 22:22, Javier Carrasco wrote: > The RTC does not provide a controllable clock signal (it uses a fixed > 32768 Hz crystal, the input clock of the SoC). Remove the 'clocks' > property to better describe the device and avoid errors when checking > the dts against the nxp,lpc3220-rtc binding. > > Signed-off-by: Javier Carrasco > --- > arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi > index 974410918f35..f78d67e672b4 100644 > --- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi > +++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi > @@ -384,7 +384,6 @@ rtc: rtc at 40024000 { > reg = <0x40024000 0x1000>; > interrupt-parent = <&sic1>; > interrupts = <20 IRQ_TYPE_LEVEL_HIGH>; > - clocks = <&clk LPC32XX_CLK_RTC>; > }; > > gpio: gpio at 40028000 { > A little reminder: the rest of the series was applied, but this patch is still pending.The nxp,lpc3220-rtc binding was moved to trivial-rtc.yaml and it is already in the mainline kernel. Best regards, Javier Carrasco