summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sc7180-el2.dtso
blob: 49a98676ca4db270ecb55e8f801d0800ef9e4def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: BSD-3-Clause

/*
 * sc7180 specific modifications required to boot in EL2.
 */

/dts-v1/;
/plugin/;

/* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */
&gpu {
	zap-shader {
		status = "disabled";
	};
};

/* Venus can be used in EL2 if booted similarly to ChromeOS devices. */
&venus {
	video-firmware {
		iommus = <&apps_smmu 0x0c42 0x0>;
	};
};