ARM: dts: rockchip: rv11xx-ipc: enable cpu tsadc and npu tsadc

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: I3e84dd8eb88cf06cbfe8f082c824ce5ab82865d1
This commit is contained in:
Nickey Yang
2020-06-30 17:29:13 +08:00
parent 8f6868e3f2
commit 1a68cf804a

View File

@@ -50,6 +50,10 @@
cpu-supply = <&vdd_arm>;
};
&cpu_tsadc {
status = "okay";
};
&display_subsystem {
status = "okay";
};
@@ -81,6 +85,10 @@
status = "okay";
};
&npu_tsadc {
status = "okay";
};
&optee {
status = "disabled";
};