Commit 40a9d00352a8103340eb8cb5d966029ead11273b

Authored by Eric Lee
1 parent 802c7cf257

Enable SGX at Device Tree

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

arch/arm/boot/dts/am335x-smarct335x.dts
1 /* 1 /*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 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 5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation. 6 * published by the Free Software Foundation.
7 */ 7 */
8 /dts-v1/; 8 /dts-v1/;
9 9
10 #include "am33xx.dtsi" 10 #include "am33xx.dtsi"
11 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include "am335x-smarc-common.dtsi" 12 #include "am335x-smarc-common.dtsi"
13 13
14 &ldo3_reg { 14 &ldo3_reg {
15 regulator-min-microvolt = <1800000>; 15 regulator-min-microvolt = <1800000>;
16 regulator-max-microvolt = <1800000>; 16 regulator-max-microvolt = <1800000>;
17 regulator-always-on; 17 regulator-always-on;
18 }; 18 };
19 19
20 &mmc1 { 20 &mmc1 {
21 vmmc-supply = <&vmmcsd_fixed>; 21 vmmc-supply = <&vmmcsd_fixed>;
22 }; 22 };
23 23
24 &mmc2 { 24 &mmc2 {
25 vmmc-supply = <&vmmcsd_fixed>; 25 vmmc-supply = <&vmmcsd_fixed>;
26 pinctrl-names = "default"; 26 pinctrl-names = "default";
27 pinctrl-0 = <&emmc_pins>; 27 pinctrl-0 = <&emmc_pins>;
28 bus-width = <8>; 28 bus-width = <8>;
29 status = "okay"; 29 status = "okay";
30 }; 30 };
31 31
32 &sgx { 32 &sgx {
33 status = "disabled"; 33 status = "okay";
34 }; 34 };
35 35
36 36