Skip to content

Commit 5bebbb9

Browse files
committed
dts: rt10xx: Fix SAI dts entries
The clock gate register bits were incorrectly defined Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 46eaa81 commit 5bebbb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dts/arm/nxp/nxp_rt10xx.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@
875875
#size-cells = <0>;
876876
#pinmux-cells = <2>;
877877
reg = <0x40384000 0x4000>;
878-
clocks = <&ccm IMX_CCM_SAI1_CLK 0x7C 2>;
878+
clocks = <&ccm IMX_CCM_SAI1_CLK 0x7C 18>;
879879
/* Audio PLL Output Frequency is determined by:
880880
* (Fref * (DIV_SELECT + NUM/DENOM)) / POST_DIV
881881
* = (24MHz * (32 + 77 / 100)) / 1 = 786.48 MHz
@@ -913,7 +913,7 @@
913913
#size-cells = <0>;
914914
#pinmux-cells = <2>;
915915
reg = <0x40388000 0x4000>;
916-
clocks = <&ccm IMX_CCM_SAI2_CLK 0x7C 2>;
916+
clocks = <&ccm IMX_CCM_SAI2_CLK 0x7C 20>;
917917
pre-div = <0>;
918918
podf = <63>;
919919
pll-clocks = <&anatop 0x70 0xC000 0x0>,
@@ -938,7 +938,7 @@
938938
#size-cells = <0>;
939939
#pinmux-cells = <2>;
940940
reg = <0x4038C000 0x4000>;
941-
clocks = <&ccm IMX_CCM_SAI3_CLK 0x7C 2>;
941+
clocks = <&ccm IMX_CCM_SAI3_CLK 0x7C 22>;
942942
pre-div = <0>;
943943
podf = <63>;
944944
pll-clocks = <&anatop 0x70 0xC000 0>,

0 commit comments

Comments
 (0)