Skip to content

Commit 10aee7a

Browse files
committed
ARM: dts: Use dra7 mcasp compatible for mcasp instances
Looks like dra7 needs optional clocks enabled for mcasp unlike am33xx and am437x do. Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 07fa3fa commit 10aee7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

arch/arm/boot/dts/dra7-l4.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,7 @@
27182718
};
27192719

27202720
target-module@60000 { /* 0x48460000, ap 9 0e.0 */
2721-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2721+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
27222722
ti,hwmods = "mcasp1";
27232723
reg = <0x60000 0x4>,
27242724
<0x60004 0x4>;
@@ -2752,7 +2752,7 @@
27522752
};
27532753

27542754
target-module@64000 { /* 0x48464000, ap 11 1e.0 */
2755-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2755+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
27562756
ti,hwmods = "mcasp2";
27572757
reg = <0x64000 0x4>,
27582758
<0x64004 0x4>;
@@ -2786,7 +2786,7 @@
27862786
};
27872787

27882788
target-module@68000 { /* 0x48468000, ap 13 26.0 */
2789-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2789+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
27902790
ti,hwmods = "mcasp3";
27912791
reg = <0x68000 0x4>,
27922792
<0x68004 0x4>;
@@ -2819,7 +2819,7 @@
28192819
};
28202820

28212821
target-module@6c000 { /* 0x4846c000, ap 15 2e.0 */
2822-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2822+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
28232823
ti,hwmods = "mcasp4";
28242824
reg = <0x6c000 0x4>,
28252825
<0x6c004 0x4>;
@@ -2852,7 +2852,7 @@
28522852
};
28532853

28542854
target-module@70000 { /* 0x48470000, ap 19 36.0 */
2855-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2855+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
28562856
ti,hwmods = "mcasp5";
28572857
reg = <0x70000 0x4>,
28582858
<0x70004 0x4>;
@@ -2885,7 +2885,7 @@
28852885
};
28862886

28872887
target-module@74000 { /* 0x48474000, ap 35 14.0 */
2888-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2888+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
28892889
ti,hwmods = "mcasp6";
28902890
reg = <0x74000 0x4>,
28912891
<0x74004 0x4>;
@@ -2918,7 +2918,7 @@
29182918
};
29192919

29202920
target-module@78000 { /* 0x48478000, ap 39 0c.0 */
2921-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2921+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
29222922
ti,hwmods = "mcasp7";
29232923
reg = <0x78000 0x4>,
29242924
<0x78004 0x4>;
@@ -2951,7 +2951,7 @@
29512951
};
29522952

29532953
target-module@7c000 { /* 0x4847c000, ap 43 04.0 */
2954-
compatible = "ti,sysc-omap4-simple", "ti,sysc";
2954+
compatible = "ti,sysc-dra7-mcasp", "ti,sysc";
29552955
ti,hwmods = "mcasp8";
29562956
reg = <0x7c000 0x4>,
29572957
<0x7c004 0x4>;

0 commit comments

Comments
 (0)