Commit e900146c authored by Maxime Ripard's avatar Maxime Ripard

ARM: gr8: Fix typo in the i2s mclk pin group

There was a dumb copy and paste mistake here, fix it.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 95f4b4f4
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment