Skip to content

Commit

Permalink
ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
Browse files Browse the repository at this point in the history
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 <nerv@dawncrow.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
André Hentschel authored and Tony Lindgren committed Jan 13, 2020
1 parent bfe0237 commit 1615468
Showing 3 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/am3703.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
*/

#include "omap36xx.dtsi"

&iva {
status = "disabled";
};

&sgx_module {
status = "disabled";
};
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/am3715.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
*/

#include "omap36xx.dtsi"

&iva {
status = "disabled";
};
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/dm3725.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
*/

#include "omap36xx.dtsi"

&sgx_module {
status = "disabled";
};

0 comments on commit 1615468

Please sign in to comment.