mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ARM: dts: rk3229-gva-sdk: update changes for new gva hardware.
1. use emmc instead of nand. 2. enable cypress cy8c4024 touchpad support. Change-Id: Ie9e72516601f2af8caaa1325b98d1574d010a22f Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
476da669d3
commit
b34a51794b
@@ -128,11 +128,11 @@
|
||||
};
|
||||
|
||||
&nandc {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&emmc {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
@@ -272,6 +272,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
ts@8 {
|
||||
compatible = "cypress,cy8c4024";
|
||||
reg = <0x8>;
|
||||
interrupt-parent = <&gpio1>;
|
||||
interrupts = <RK_PA1 IRQ_TYPE_LEVEL_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user