Skip to content

Commit 2fdf15b

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
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: 1ca8188 ("ARM: dts: at91: sama5d2: add nodes for I2S controllers") Signed-off-by: Ryan Wanner <[email protected]> [claudiu.beznea: use imperative addressing in commit description, remove blank line after fixes tag, fix typo in commit message] Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 86c43ea commit 2fdf15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arch/arm/boot/dts/sama5d2.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
clocks = <&pmc PMC_TYPE_PERIPHERAL 55>, <&pmc PMC_TYPE_GCK 55>;
11251125
clock-names = "pclk", "gclk";
11261126
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>;
11281128
status = "disabled";
11291129
};
11301130

0 commit comments

Comments
 (0)