Skip to content

Commit

Permalink
riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1
Browse files Browse the repository at this point in the history
These pins are actually I2STX1 clock input, not I2STX0,
so their names should be changed.

Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
Reviewed-by: Walker Chen <walker.chen@starfivetech.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
  • Loading branch information
SFxingyuwu authored and ConchuOD committed Sep 13, 2023
1 parent 0bb80ec commit 4e1abae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/riscv/boot/dts/starfive/jh7110-pinfunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
#define GPI_SYS_MCLK_EXT 30
#define GPI_SYS_I2SRX_BCLK 31
#define GPI_SYS_I2SRX_LRCK 32
#define GPI_SYS_I2STX0_BCLK 33
#define GPI_SYS_I2STX0_LRCK 34
#define GPI_SYS_I2STX1_BCLK 33
#define GPI_SYS_I2STX1_LRCK 34
#define GPI_SYS_TDM_CLK 35
#define GPI_SYS_TDM_RXD 36
#define GPI_SYS_TDM_SYNC 37
Expand Down

0 comments on commit 4e1abae

Please sign in to comment.