mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user