Skip to content

Commit

Permalink
dts: rt10xx: Fix SAI dts entries
Browse files Browse the repository at this point in the history
The clock gate register bits were incorrectly defined

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
  • Loading branch information
mmahadevan108 committed Sep 16, 2022
1 parent 46eaa81 commit 5bebbb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dts/arm/nxp/nxp_rt10xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
#size-cells = <0>;
#pinmux-cells = <2>;
reg = <0x40384000 0x4000>;
clocks = <&ccm IMX_CCM_SAI1_CLK 0x7C 2>;
clocks = <&ccm IMX_CCM_SAI1_CLK 0x7C 18>;
/* Audio PLL Output Frequency is determined by:
* (Fref * (DIV_SELECT + NUM/DENOM)) / POST_DIV
* = (24MHz * (32 + 77 / 100)) / 1 = 786.48 MHz
Expand Down Expand Up @@ -913,7 +913,7 @@
#size-cells = <0>;
#pinmux-cells = <2>;
reg = <0x40388000 0x4000>;
clocks = <&ccm IMX_CCM_SAI2_CLK 0x7C 2>;
clocks = <&ccm IMX_CCM_SAI2_CLK 0x7C 20>;
pre-div = <0>;
podf = <63>;
pll-clocks = <&anatop 0x70 0xC000 0x0>,
Expand All @@ -938,7 +938,7 @@
#size-cells = <0>;
#pinmux-cells = <2>;
reg = <0x4038C000 0x4000>;
clocks = <&ccm IMX_CCM_SAI3_CLK 0x7C 2>;
clocks = <&ccm IMX_CCM_SAI3_CLK 0x7C 22>;
pre-div = <0>;
podf = <63>;
pll-clocks = <&anatop 0x70 0xC000 0>,
Expand Down

0 comments on commit 5bebbb9

Please sign in to comment.