lkml.org 
[lkml]   [2019]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 185/243] ARM: dts: sun8i: a23/a33: Fix up RTC device node
    Date
    From: Chen-Yu Tsai <wens@csie.org>

    [ Upstream commit f6f4422532ad9ec9380a9936ed16b30922066a50 ]

    The RTC module on the A23 was claimed to be the same as on the A31, when
    in fact it is not. The A31 does not have an RTC external clock output,
    and its internal RC oscillator's average clock rate is not in the same
    range. The A33's RTC is the same as the A23.

    This patch fixes the compatible string and clock properties to conform
    to the updated bindings. The register range is also fixed.

    Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
    Signed-off-by: Chen-Yu Tsai <wens@csie.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/sun8i-a23-a33.dtsi | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
    index c16ffcc4db7da..5616333c0e0e3 100644
    --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
    +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
    @@ -565,11 +565,11 @@
    };

    rtc: rtc@1f00000 {
    - compatible = "allwinner,sun6i-a31-rtc";
    - reg = <0x01f00000 0x54>;
    + compatible = "allwinner,sun8i-a23-rtc";
    + reg = <0x01f00000 0x400>;
    interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
    <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
    - clock-output-names = "osc32k";
    + clock-output-names = "osc32k", "osc32k-out";
    clocks = <&ext_osc32k>;
    #clock-cells = <1>;
    };
    --
    2.20.1


    \
     
     \ /
      Last update: 2019-12-11 16:50    [W:4.566 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site