mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3566-rk817-tablet-k108: add charge node and tp config
Signed-off-by: Weixin Zhou <zwx@rock-chips.com> Change-Id: I0f87d886899fafda0157dd55600478d6757d21d2
This commit is contained in:
@@ -78,6 +78,15 @@
|
||||
default-brightness-level = <200>;
|
||||
};
|
||||
|
||||
charge-animation {
|
||||
compatible = "rockchip,uboot-charge";
|
||||
rockchip,uboot-charge-on = <1>;
|
||||
rockchip,android-charge-on = <0>;
|
||||
rockchip,uboot-low-power-voltage = <3350>;
|
||||
rockchip,screen-on-voltage = <3400>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hall_sensor: hall-mh248 {
|
||||
compatible = "hall-mh248";
|
||||
irq-gpio = <&gpio3 RK_PA6 IRQ_TYPE_EDGE_BOTH>;
|
||||
@@ -775,8 +784,8 @@
|
||||
touch-gpio = <&gpio3 RK_PB0 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpio = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||
max-x = <1200>;
|
||||
max-y = <1900>;
|
||||
tp-size = <911>;
|
||||
max-y = <1920>;
|
||||
tp-size = <9110>;
|
||||
tp-supply = <&vcc_3v3>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user