Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf676c94 authored by Ryan Wanner's avatar Ryan Wanner Committed by Greg Kroah-Hartman
Browse files

ARM: dts: at91: sama5d2: Fix typo in i2s1 node



[ Upstream commit 2fdf15b50a46e366740df4cccbe2343269b4ff55 ]

Fix typo in i2s1 causing errors in dt binding validation.
Change assigned-parrents to assigned-clock-parents
to match i2s0 node formatting.

Fixes: 1ca81883 ("ARM: dts: at91: sama5d2: add nodes for I2S controllers")
Signed-off-by: default avatarRyan Wanner <Ryan.Wanner@microchip.com>
[claudiu.beznea: use imperative addressing in commit description, remove
 blank line after fixes tag, fix typo in commit message]
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220707215812.193008-1-Ryan.Wanner@microchip.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7c1acd98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -933,7 +933,7 @@
				clocks = <&pmc PMC_TYPE_PERIPHERAL 55>, <&pmc PMC_TYPE_GCK 55>;
				clock-names = "pclk", "gclk";
				assigned-clocks = <&pmc PMC_TYPE_CORE PMC_I2S1_MUX>;
				assigned-parrents = <&pmc PMC_TYPE_GCK 55>;
				assigned-clock-parents = <&pmc PMC_TYPE_GCK 55>;
				status = "disabled";
			};