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:
Wenping Zhang
2017-07-25 17:55:06 +08:00
committed by Huang, Tao
parent 476da669d3
commit b34a51794b

View File

@@ -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";