Skip to content

Commit 4745948

Browse files
SFxingyuwuhal-feng
authored andcommitted
riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1
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>
1 parent 90f80f4 commit 4745948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/riscv/boot/dts/starfive/jh7110-pinfunc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240
#define GPI_SYS_MCLK_EXT 30
241241
#define GPI_SYS_I2SRX_BCLK 31
242242
#define GPI_SYS_I2SRX_LRCK 32
243-
#define GPI_SYS_I2STX0_BCLK 33
244-
#define GPI_SYS_I2STX0_LRCK 34
243+
#define GPI_SYS_I2STX1_BCLK 33
244+
#define GPI_SYS_I2STX1_LRCK 34
245245
#define GPI_SYS_TDM_CLK 35
246246
#define GPI_SYS_TDM_RXD 36
247247
#define GPI_SYS_TDM_SYNC 37

0 commit comments

Comments
 (0)