mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
arm: dts: rk3288-evb: add support for GSL3673
GSL3673 is a touchscreen device, let support it. Change-Id: I4bf302c395491ca49a1874c8984caa0b49cfb326 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
5211012f3b
commit
f1616f236f
|
|
@ -415,6 +415,20 @@ rt5640: rt5640@1c {
|
|||
};
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
|
||||
gsl3673@40 {
|
||||
compatible = "GSL,GSL3673";
|
||||
reg = <0x40>;
|
||||
screen_max_x = <1536>;
|
||||
screen_max_y = <2048>;
|
||||
irq_gpio_number = <&gpio7 6 IRQ_TYPE_LEVEL_LOW>;
|
||||
rst_gpio_number = <&gpio7 5 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&i2s {
|
||||
#sound-dai-cells = <0>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user