arm64: dts: ti: k3-am65-iot2050-common: Rename rtc8564 nodename
authorNishanth Menon <nm@ti.com>
Wed, 7 Jun 2023 13:20:43 +0000 (08:20 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:46 +0000 (11:05 +0530)
Just use "rtc" as the nodename to better match with the bindings.

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230607132043.3932726-4-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi

index 7d256a1638ff2cacca222bbaff048ccd9094e6f7..6b052a0ecfa1b62d4b8deddec134d431d036ca09 100644 (file)
        pinctrl-0 = <&main_i2c0_pins_default>;
        clock-frequency = <400000>;
 
-       rtc: rtc8564@51 {
+       rtc: rtc@51 {
                compatible = "nxp,pcf8563";
                reg = <0x51>;
        };