Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 8e3f161

Browse files
committed
dts: rt11xx: Fix invalid SAI4 address
Register address definition for SAI4 was incorrect. Signed-off-by: David Leach <[email protected]>
1 parent b2aa948 commit 8e3f161

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dts/arm/nxp/nxp_rt1160_cm4.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
nxp,rx-dma-channel = <6>;
7777
};
7878

79-
sai4: sai@40c0000 {
79+
sai4: sai@40c40000 {
8080
dmas = <&edma_lpsr0 0 60>, <&edma_lpsr0 0 61>;
8181
dma-names = "rx", "tx";
8282
nxp,tx-dma-channel = <7>;

dts/arm/nxp/nxp_rt1160_cm7.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
nxp,rx-dma-channel = <6>;
8585
};
8686

87-
sai4: sai@40c0000 {
87+
sai4: sai@40c40000 {
8888
dmas = <&edma0 0 60>, <&edma0 0 61>;
8989
dma-names = "rx", "tx";
9090
nxp,tx-dma-channel = <7>;

dts/arm/nxp/nxp_rt1170_cm4.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
nxp,rx-dma-channel = <6>;
7777
};
7878

79-
sai4: sai@40c0000 {
79+
sai4: sai@40c40000 {
8080
dmas = <&edma_lpsr0 0 60>, <&edma_lpsr0 0 61>;
8181
dma-names = "rx", "tx";
8282
nxp,tx-dma-channel = <7>;

dts/arm/nxp/nxp_rt1170_cm7.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
nxp,rx-dma-channel = <6>;
8585
};
8686

87-
sai4: sai@40c0000 {
87+
sai4: sai@40c40000 {
8888
dmas = <&edma0 0 60>, <&edma0 0 61>;
8989
dma-names = "rx", "tx";
9090
nxp,tx-dma-channel = <7>;

dts/arm/nxp/nxp_rt11xx.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -960,12 +960,12 @@
960960
label = "I2S_2";
961961
};
962962

963-
sai4: sai@40c0000 {
963+
sai4: sai@40c40000 {
964964
compatible = "nxp,mcux-i2s";
965965
#address-cells = <1>;
966966
#size-cells = <0>;
967967
#pinmux-cells = <2>;
968-
reg = <0x40c0000 0x4000>;
968+
reg = <0x40c40000 0x4000>;
969969
clocks = <&ccm IMX_CCM_SAI4_CLK 0x2184 6>;
970970
pre-div = <0>;
971971
podf = <63>;

0 commit comments

Comments
 (0)