Skip to content

Commit 1615468

Browse files
AndreRHtmlind
authored andcommitted
ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
DM3730 is considered as omap36xx.dtsi, while the rest has: DM3730 | DM3725 | AM3715 | AM3703 IVA X | X | | SGX X | | X | Where X is "supported" Signed-off-by: André Hentschel <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent bfe0237 commit 1615468

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

arch/arm/boot/dts/am3703.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
/*
3+
* Copyright (C) 2020 André Hentschel <[email protected]>
4+
*/
5+
6+
#include "omap36xx.dtsi"
7+
8+
&iva {
9+
status = "disabled";
10+
};
11+
12+
&sgx_module {
13+
status = "disabled";
14+
};

arch/arm/boot/dts/am3715.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
/*
3+
* Copyright (C) 2020 André Hentschel <[email protected]>
4+
*/
5+
6+
#include "omap36xx.dtsi"
7+
8+
&iva {
9+
status = "disabled";
10+
};

arch/arm/boot/dts/dm3725.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
/*
3+
* Copyright (C) 2020 André Hentschel <[email protected]>
4+
*/
5+
6+
#include "omap36xx.dtsi"
7+
8+
&sgx_module {
9+
status = "disabled";
10+
};

0 commit comments

Comments
 (0)