mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: add optee node
Remove default optee node in SoC core devicetree because optee is not an inherent component in SoC. Add optee node to supply OP-TEE required properties for Android products which need OP-TEE enable default. Change-Id: I0754a3498c5e6d7b7db57bb35c42c3875afd27c9 Signed-off-by: Elon Zhang <zhangzj@rock-chips.com>
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
|
||||
firmware {
|
||||
firmware_android: android {};
|
||||
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -240,14 +240,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
gmac_clkin: external-gmac-clock {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <125000000>;
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
|
||||
firmware {
|
||||
firmware_android: android {};
|
||||
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -99,6 +99,11 @@
|
||||
|
||||
firmware {
|
||||
firmware_android: android {};
|
||||
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
rga@ff920000 {
|
||||
|
||||
@@ -135,6 +135,11 @@
|
||||
|
||||
firmware {
|
||||
firmware_android: android {};
|
||||
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -29,6 +29,13 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
debug: debug@fd904000 {
|
||||
compatible = "rockchip,debug";
|
||||
reg = <0x0 0xfd904000 0x0 0x1000>,
|
||||
|
||||
@@ -266,11 +266,6 @@
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
|
||||
scmi: scmi {
|
||||
compatible = "arm,scmi-smc";
|
||||
shmem = <&scmi_shmem>;
|
||||
|
||||
@@ -22,6 +22,13 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
debug: debug@81004000 {
|
||||
compatible = "rockchip,debug";
|
||||
reg = <0x0 0x81004000 0x0 0x1000>,
|
||||
|
||||
@@ -162,11 +162,6 @@
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
|
||||
scmi: scmi {
|
||||
compatible = "arm,scmi-smc";
|
||||
shmem = <&scmi_shmem>;
|
||||
|
||||
Reference in New Issue
Block a user