[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230607132043.3932726-2-nm@ti.com>
Date: Wed, 7 Jun 2023 08:20:41 -0500
From: Nishanth Menon <nm@...com>
To: Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, Andrew Davis <afd@...com>,
Nishanth Menon <nm@...com>
Subject: [PATCH V3 1/3] arm64: dts: ti: k3-am65-main: Fix mcan node name
s/mcan/can to stay in sync with bindings conventions.
Signed-off-by: Nishanth Menon <nm@...com>
---
No change from V2
V2: https://lore.kernel.org/r/20230606160643.3618390-3-nm@ti.com/
V1: https://lore.kernel.org/r/20230424144949.244135-5-nm@ti.com
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
index 5dfa31840e9c..c2519d4607a5 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
@@ -227,7 +227,7 @@ mcu_udmap: dma-controller@...c0000 {
};
};
- m_can0: mcan@...28000 {
+ m_can0: can@...28000 {
compatible = "bosch,m_can";
reg = <0x0 0x40528000 0x0 0x400>,
<0x0 0x40500000 0x0 0x4400>;
@@ -243,7 +243,7 @@ m_can0: mcan@...28000 {
status = "disabled";
};
- m_can1: mcan@...68000 {
+ m_can1: can@...68000 {
compatible = "bosch,m_can";
reg = <0x0 0x40568000 0x0 0x400>,
<0x0 0x40540000 0x0 0x4400>;
--
2.40.0
Powered by blists - more mailing lists