Commit 16154685 authored by André Hentschel's avatar André Hentschel Committed by Tony Lindgren
Browse files

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: default avatarAndré Hentschel <nerv@dawncrow.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bfe0237d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
// 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 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
 */

#include "omap36xx.dtsi"

&iva {
	status = "disabled";
};
+10 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
 */

#include "omap36xx.dtsi"

&sgx_module {
	status = "disabled";
};