mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02: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:
parent
bdd14d77f9
commit
1f70ead25f
|
|
@ -78,6 +78,15 @@ backlight: backlight {
|
|||
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 @@ gt9xx: gt9xx@14 {
|
|||
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>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user