Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3588: Fix pinctrl warning log
Browse files Browse the repository at this point in the history
because I2S_SDO2/3 is mux with I2S_SDI3/2.

pinctrl: not freeing pin 58 (gpio1-26) as part of deactivating group i2s0-sdi2
pinctrl: not freeing pin 57 (gpio1-25) as part of deactivating group i2s0-sdi3

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Iba7549712841f21866d4c388a32c5626bfb6af11
  • Loading branch information
Sugar Zhang authored and rkhuangtao committed Jul 4, 2023
1 parent 89e11e9 commit 109b425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm64/boot/dts/rockchip/rk3588s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5530,9 +5530,7 @@
&i2s0_sdi2
&i2s0_sdi3
&i2s0_sdo0
&i2s0_sdo1
&i2s0_sdo2
&i2s0_sdo3>;
&i2s0_sdo1>;
pinctrl-1 = <&i2s0_idle>;
pinctrl-2 = <&i2s0_lrck
&i2s0_sclk>;
Expand Down

0 comments on commit 109b425

Please sign in to comment.