linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: dts: am437x-l4: fix typo in can@0 node
@ 2021-07-26 13:15 Dario Binacchi
  2021-07-26 13:15 ` [PATCH v2 2/2] dt-bindings: net: can: c_can: convert to json-schema Dario Binacchi
  2021-07-27  8:09 ` [PATCH v2 1/2] ARM: dts: am437x-l4: fix typo in can@0 node Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Dario Binacchi @ 2021-07-26 13:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dario Binacchi, Benoît Cousson, Rob Herring, Tony Lindgren,
	devicetree, linux-omap

Replace clock-name with clock-names.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

(no changes since v1)

 arch/arm/boot/dts/am437x-l4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi
index 40ef3973f2a9..ba58e6b0da1d 100644
--- a/arch/arm/boot/dts/am437x-l4.dtsi
+++ b/arch/arm/boot/dts/am437x-l4.dtsi
@@ -1595,7 +1595,7 @@
 				compatible = "ti,am4372-d_can", "ti,am3352-d_can";
 				reg = <0x0 0x2000>;
 				clocks = <&dcan1_fck>;
-				clock-name = "fck";
+				clock-names = "fck";
 				syscon-raminit = <&scm_conf 0x644 1>;
 				interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
 				status = "disabled";
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-29 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 13:15 [PATCH v2 1/2] ARM: dts: am437x-l4: fix typo in can@0 node Dario Binacchi
2021-07-26 13:15 ` [PATCH v2 2/2] dt-bindings: net: can: c_can: convert to json-schema Dario Binacchi
2021-07-29 23:40   ` Rob Herring
2021-07-27  8:09 ` [PATCH v2 1/2] ARM: dts: am437x-l4: fix typo in can@0 node Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).