arm64: dts: ti: k3-am65-main: Fix mcan node name
authorNishanth Menon <nm@ti.com>
Wed, 7 Jun 2023 13:20:41 +0000 (08:20 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:46 +0000 (11:05 +0530)
s/mcan/can to stay in sync with bindings conventions.

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

index 5dfa318..c2519d4 100644 (file)
                };
        };
 
-       m_can0: mcan@40528000 {
+       m_can0: can@40528000 {
                compatible = "bosch,m_can";
                reg = <0x0 0x40528000 0x0 0x400>,
                      <0x0 0x40500000 0x0 0x4400>;
                status = "disabled";
        };
 
-       m_can1: mcan@40568000 {
+       m_can1: can@40568000 {
                compatible = "bosch,m_can";
                reg = <0x0 0x40568000 0x0 0x400>,
                      <0x0 0x40540000 0x0 0x4400>;