ARM: dts: rk3229-gva-sdk: update changes for new gva hardware.
authorWenping Zhang <wenping.zhang@rock-chips.com>
Tue, 25 Jul 2017 09:55:06 +0000 (17:55 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 27 Jul 2017 03:42:00 +0000 (11:42 +0800)
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>
arch/arm/boot/dts/rk3229-gva-sdk.dts

index 34b5717df1277a19f6d78cfb04a3caf76661a6e3..a70b617ef0aebd31780ace723b1f4e39a8cc72b1 100644 (file)
 };
 
 &nandc {
-       status = "okay";
+       status = "disabled";
 };
 
 &emmc {
-       status = "disabled";
+       status = "okay";
 };
 
 &i2c0 {
        };
 };
 
+&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";