Skip to content

Commit

Permalink
ARM: dts: am437x-l4: fix typo in can@0 node
Browse files Browse the repository at this point in the history
[ Upstream commit 0162a99 ]

Replace clock-name with clock-names.

Fixes: 2a4117d ("ARM: dts: Fix dcan driver probe failed on am437x platform")
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
passgat authored and gregkh committed Aug 12, 2021
1 parent 36fec27 commit 4b0843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am437x-l4.dtsi
Expand Up @@ -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";
Expand Down

0 comments on commit 4b0843e

Please sign in to comment.