Skip to content

Commit 31fff08

Browse files
TomasBarakNXPkartben
authored andcommitted
dts: arm: nxp: Change audio-PLL clock settings on rt11xx
- change SAI clock to 24,576 MHz to be compatible with 48kHz sample rate and its derivatives Signed-off-by: Tomas Barak <tomas.barak@nxp.com>
1 parent 7a3ebc9 commit 31fff08

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

dts/arm/nxp/nxp_rt11xx.dtsi

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021,2023-2024 NXP
2+
* Copyright 2021,2023-2025 NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -1124,12 +1124,12 @@
11241124
/* Source from audio PLL */
11251125
clock-mux = <4>;
11261126
pre-div = <0>;
1127-
podf = <4>;
1127+
podf = <16>;
11281128
pll-clocks = <&anatop 0 0 0>,
1129-
<&anatop 0 0 30>,
1129+
<&anatop 0 0 32>,
11301130
<&anatop 0 0 1>,
1131-
<&anatop 0 0 77>,
1132-
<&anatop 0 0 100>;
1131+
<&anatop 0 0 768>,
1132+
<&anatop 0 0 1000>;
11331133
pll-clock-names = "src", "lp", "pd", "num", "den";
11341134
pinmuxes = <&iomuxcgpr 0x0 0x100>;
11351135
interrupts = <76 0>;
@@ -1147,12 +1147,12 @@
11471147
/* Source from audio PLL */
11481148
clock-mux = <4>;
11491149
pre-div = <0>;
1150-
podf = <63>;
1150+
podf = <16>;
11511151
pll-clocks = <&anatop 0 0 0>,
1152-
<&anatop 0 0 30>,
1152+
<&anatop 0 0 32>,
11531153
<&anatop 0 0 1>,
1154-
<&anatop 0 0 77>,
1155-
<&anatop 0 0 100>;
1154+
<&anatop 0 0 768>,
1155+
<&anatop 0 0 1000>;
11561156
pll-clock-names = "src", "lp", "pd", "num", "den";
11571157
pinmuxes = <&iomuxcgpr 0x4 0x100>;
11581158
interrupts = <77 0>;
@@ -1170,12 +1170,12 @@
11701170
/* Source from audio PLL */
11711171
clock-mux = <4>;
11721172
pre-div = <0>;
1173-
podf = <63>;
1173+
podf = <16>;
11741174
pll-clocks = <&anatop 0 0 0>,
1175-
<&anatop 0 0 30>,
1175+
<&anatop 0 0 32>,
11761176
<&anatop 0 0 1>,
1177-
<&anatop 0 0 77>,
1178-
<&anatop 0 0 100>;
1177+
<&anatop 0 0 768>,
1178+
<&anatop 0 0 1000>;
11791179
pll-clock-names = "src", "lp", "pd", "num", "den";
11801180
pinmuxes = <&iomuxcgpr 0x8 0x100>;
11811181
interrupts = <78 0>, <79 0>;
@@ -1193,12 +1193,12 @@
11931193
/* Source from audio PLL */
11941194
clock-mux = <6>;
11951195
pre-div = <0>;
1196-
podf = <63>;
1196+
podf = <16>;
11971197
pll-clocks = <&anatop 0 0 0>,
1198-
<&anatop 0 0 30>,
1198+
<&anatop 0 0 32>,
11991199
<&anatop 0 0 1>,
1200-
<&anatop 0 0 77>,
1201-
<&anatop 0 0 100>;
1200+
<&anatop 0 0 768>,
1201+
<&anatop 0 0 1000>;
12021202
pll-clock-names = "src", "lp", "pd", "num", "den";
12031203
pinmuxes = <&iomuxcgpr 0x8 0x200>;
12041204
interrupts = <80 0>, <81 0>;

0 commit comments

Comments
 (0)