mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
ARM: gr8: Fix typo in the i2s mclk pin group
There was a dumb copy and paste mistake here, fix it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
@@ -792,7 +792,7 @@ i2s0_data_pins_a: i2s0-data@0 {
|
||||
};
|
||||
|
||||
i2s0_mclk_pins_a: i2s0-mclk@0 {
|
||||
allwinner,pins = "PB6", "PB7", "PB8", "PB9";
|
||||
allwinner,pins = "PB5";
|
||||
allwinner,function = "i2s0";
|
||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||
|
||||
Reference in New Issue
Block a user