diff options
author | Joy Zou <[email protected]> | 2024-06-20 10:26:36 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-07-01 22:21:44 +0800 |
commit | 9684ba497754383c47e342b8bc05538f7b57de44 (patch) | |
tree | 6115f259a49548641be5f9ed37ff826d7cc5f7d0 | |
parent | d77a66c54013a14be511df70cab0b9c01c738b80 (diff) |
arm64: dts: imx93-11x11-evk: fix duplicated lpi2c3 labels
Move node "rtc@53" to existed "&lpi2c3" and remove redundant
"&lpi2c3" label.
Signed-off-by: Joy Zou <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts index bd98eff4d685..095bbcb3b3ee 100644 --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts @@ -178,6 +178,13 @@ }; }; }; + + pcf2131: rtc@53 { + compatible = "nxp,pcf2131"; + reg = <0x53>; + interrupt-parent = <&pcal6524>; + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; + }; }; &eqos { @@ -401,20 +408,6 @@ }; }; -&lpi2c3 { - clock-frequency = <400000>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_lpi2c3>; - status = "okay"; - - pcf2131: rtc@53 { - compatible = "nxp,pcf2131"; - reg = <0x53>; - interrupt-parent = <&pcal6524>; - interrupts = <1 IRQ_TYPE_EDGE_FALLING>; - }; -}; - &iomuxc { pinctrl_eqos: eqosgrp { fsl,pins = < |