mirror of https://gitee.com/openkylin/linux.git
arm64: dts: hikey960: Add optee node
This patch adds op-tee node for hikey960 Signed-off-by: Victor Chong <victor.chong@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
f8054fb8a7
commit
313aebda84
|
@ -159,6 +159,13 @@ wlan_en: wlan-en-1-8v {
|
||||||
startup-delay-us = <70000>;
|
startup-delay-us = <70000>;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
firmware {
|
||||||
|
optee {
|
||||||
|
compatible = "linaro,optee-tz";
|
||||||
|
method = "smc";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
|
|
Loading…
Reference in New Issue