Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Fixes: 1ca81883c557 ("ARM: dts: at91: sama5d2: add nodes for I2S controllers")
Signed-off-by: Ryan 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: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220707215812.193008-1-Ryan.Wanner@microchip.com

authored by

Ryan Wanner and committed by
Claudiu Beznea
2fdf15b5 86c43ea0

+1 -1
+1 -1
arch/arm/boot/dts/sama5d2.dtsi
··· 1124 1124 clocks = <&pmc PMC_TYPE_PERIPHERAL 55>, <&pmc PMC_TYPE_GCK 55>; 1125 1125 clock-names = "pclk", "gclk"; 1126 1126 assigned-clocks = <&pmc PMC_TYPE_CORE PMC_I2S1_MUX>; 1127 - assigned-parrents = <&pmc PMC_TYPE_GCK 55>; 1127 + assigned-clock-parents = <&pmc PMC_TYPE_GCK 55>; 1128 1128 status = "disabled"; 1129 1129 }; 1130 1130