11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-only
|
||
|
/*
|
||
|
* Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
|
||
|
*/
|
||
|
|
||
|
#include "omap36xx.dtsi"
|
||
|
|
||
|
&sgx_module {
|
||
|
status = "disabled";
|
||
|
};
|