lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 560/846] arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
    Date
    From: Biwen Li <biwen.li@nxp.com>

    [ Upstream commit cbe9d948eadfe352ad45495a7cc5bf20a1b29d90 ]

    The i2c rtc is on i2c2 bus not i2c1 bus, so fix it in dts.

    Signed-off-by: Biwen Li <biwen.li@nxp.com>
    Signed-off-by: Li Yang <leoyang.lil@nxp.com>
    Signed-off-by: Shawn Guo <shawnguo@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 14 +++++++++-----
    1 file changed, 9 insertions(+), 5 deletions(-)

    diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
    index bfd14b64567e4..2f92e62ecafe9 100644
    --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
    +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
    @@ -272,11 +272,6 @@
    vcc-supply = <&sb_3v3>;
    };

    - rtc@51 {
    - compatible = "nxp,pcf2129";
    - reg = <0x51>;
    - };
    -
    eeprom@56 {
    compatible = "atmel,24c512";
    reg = <0x56>;
    @@ -318,6 +313,15 @@

    };

    +&i2c1 {
    + status = "okay";
    +
    + rtc@51 {
    + compatible = "nxp,pcf2129";
    + reg = <0x51>;
    + };
    +};
    +
    &enetc_port1 {
    phy-handle = <&qds_phy1>;
    phy-connection-type = "rgmii-id";
    --
    2.34.1


    \
     
     \ /
      Last update: 2022-01-24 22:41    [W:4.289 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site