lkml.org 
[lkml]   [2024]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH v3 1/4] arm: dts: nxp: lpc: lpc32xx: drop 'clocks' form rtc
    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 <javier.carrasco.cruz@gmail.com>
    ---
    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@40024000 {
    reg = <0x40024000 0x1000>;
    interrupt-parent = <&sic1>;
    interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
    - clocks = <&clk LPC32XX_CLK_RTC>;
    };

    gpio: gpio@40028000 {
    --
    2.40.1


    \
     
     \ /
      Last update: 2024-04-13 22:23    [W:8.727 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site