ARM: dts: rockchip: rv11xx-evb-v10: enable cpu tsadc and npu tsadc

Change-Id: I899fdaef6f43421f395c03f99a37bd1ffbc17b40
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2020-03-28 15:56:21 +08:00
committed by Tao Huang
parent 692969eb36
commit f76c21e3bb

View File

@@ -188,6 +188,15 @@
cpu-supply = <&vdd_arm>;
};
&cpu_tsadc {
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
pinctrl-names = "gpio", "otpout";
pinctrl-0 = <&tsadcm0_pins>;
pinctrl-1 = <&tsadc_shutorg>;
status = "okay";
};
&display_subsystem {
status = "okay";
};
@@ -792,6 +801,15 @@
status = "okay";
};
&npu_tsadc {
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
pinctrl-names = "gpio", "otpout";
pinctrl-0 = <&tsadcm0_pins>;
pinctrl-1 = <&tsadc_shutorg>;
status = "okay";
};
&optee {
status = "disabled";
};