Skip to content

Commit 176f26b

Browse files
lokeshvutlatmlind
authored andcommitted
ARM: dts: Add support for dra762 abz package
dra762 abz package is pin compatible with dra742 and few peripherals like DDR with upgraded speed. Add dt support for this SoC. Reported-by: Praneeth Bajjuri <praneeth@ti.com> Tested-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> [khilman: forward port from ti-linux-5.4.y] Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent cb31bbf commit 176f26b

File tree

4 files changed

+28
-21
lines changed

4 files changed

+28
-21
lines changed

arch/arm/boot/dts/am5748.dtsi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
44
*/
55

6-
#include "dra76x.dtsi"
6+
#include "dra74x-p.dtsi"
77
#include "am57-pruss.dtsi"
88

99
/ {
@@ -25,10 +25,6 @@
2525
status = "disabled";
2626
};
2727

28-
&usb4_tm {
29-
status = "disabled";
30-
};
31-
3228
&atl_tm {
3329
status = "disabled";
3430
};

arch/arm/boot/dts/am574x-idk.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
pinctrl-2 = <&mmc2_pins_default>;
3737
};
3838

39-
&m_can0 {
40-
status = "disabled";
41-
};
42-
4339
&emif1 {
4440
status = "okay";
4541
};

arch/arm/boot/dts/dra74x-p.dtsi

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License version 2 as
6+
* published by the Free Software Foundation.
7+
*/
8+
9+
#include "dra74x.dtsi"
10+
11+
/ {
12+
compatible = "ti,dra762", "ti,dra7";
13+
14+
ocp {
15+
emif1: emif@4c000000 {
16+
compatible = "ti,emif-dra7xx";
17+
reg = <0x4c000000 0x200>;
18+
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
19+
status = "disabled";
20+
};
21+
};
22+
};
23+
24+
/* MCAN interrupts are hard-wired to irqs 67, 68 */
25+
&crossbar_mpu {
26+
ti,irqs-skip = <10 67 68 133 139 140>;
27+
};

arch/arm/boot/dts/dra76x.dtsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
compatible = "ti,dra762", "ti,dra7";
1010

1111
ocp {
12-
emif1: emif@4c000000 {
13-
compatible = "ti,emif-dra7xx";
14-
reg = <0x4c000000 0x200>;
15-
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
16-
status = "disabled";
17-
};
18-
1912
target-module@42c01900 {
2013
compatible = "ti,sysc-dra7-mcan", "ti,sysc";
2114
ranges = <0x0 0x42c00000 0x2000>;
@@ -90,11 +83,6 @@
9083
};
9184
};
9285

93-
/* MCAN interrupts are hard-wired to irqs 67, 68 */
94-
&crossbar_mpu {
95-
ti,irqs-skip = <10 67 68 133 139 140>;
96-
};
97-
9886
&scm_conf_clocks {
9987
dpll_gmac_h14x2_ctrl_ck: dpll_gmac_h14x2_ctrl_ck@3fc {
10088
#clock-cells = <0>;

0 commit comments

Comments
 (0)