Skip to content

Commit 8f510cb

Browse files
Olivier MoysanPatrice Chotard
authored andcommitted
ARM: dts: stm32: fix etzpc id for i2s4 node on stm32mp13
Replace ETZPC id 13 (STM32MP1_ETZPC_STGENC_ID) in I2S4 node by id 18 (STM32MP1_ETZPC_SPI4_ID). Change-Id: Ic8207ed995f4749f910bb5d34cd7a6f326298b0f Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/557851 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Domain-Review: Arnaud POULIQUEN <arnaud.pouliquen@st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Reviewed-by: Patrice CHOTARD <patrice.chotard@foss.st.com>
1 parent 7e29789 commit 8f510cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/dts/stm32mp131.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@
14701470
dmas = <&dmamux1 83 0x400 0x01>,
14711471
<&dmamux1 84 0x400 0x01>;
14721472
dma-names = "rx", "tx";
1473-
access-controllers = <&etzpc 13>;
1473+
access-controllers = <&etzpc 18>;
14741474
status = "disabled";
14751475
};
14761476

0 commit comments

Comments
 (0)