mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3576-rk806: Changing the implementation of pin functions
The functional switching of pins is implemented by drivers directly manipulating registers. Change-Id: Idfed4063feac123cb94b12680fe2c744c7dd692e Signed-off-by: Shengfei Xu <xsf@rock-chips.com>
This commit is contained in:
@@ -17,9 +17,8 @@
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
pinctrl-names = "default", "pmic-power-off";
|
||||
pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>, <&rk806_dvs2_null>, <&rk806_dvs3_null>;
|
||||
pinctrl-1 = <&rk806_dvs1_pwrdn>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pmic_pins>;
|
||||
|
||||
/* 2800mv-3500mv */
|
||||
low_voltage_threshold = <3000>;
|
||||
|
||||
Reference in New Issue
Block a user