ARM: dts: exynos4412-trats2: remove incorrect device node
authorBeomho Seo <beomho.seo@samsung.com>
Fri, 18 Apr 2014 02:04:21 +0000 (11:04 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:28 +0000 (11:47 +0900)
After the dts cleanup the gpio-keys device nodes were duplicated for trats2.
One of them is incorrect. As a result volume up/down key not working.
This patch remove duplicated and incorrect gpio-keys device node.

Change-Id: I44c9529b25a28d41ea451861727d7aa84211976e
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts

index 21bedb4..810a5f4 100644 (file)
                status = "okay";
        };
 
-       gpio-keys@0 {
-               compatible = "gpio-keys";
-
-               key@114 {
-                       interrupt-parent = <&gpj1>;
-                       interrupts = <2 0>;
-                       gpios = <&gpj1 2 1>;
-                       linux,code = <114>;
-                       label = "volume down";
-                       debounce-interval = <10>;
-               };
-
-               key@115 {
-                       interrupt-parent = <&gpj1>;
-                       interrupts = <1 0>;
-                       gpios = <&gpj1 1 1>;
-                       linux,code = <115>;
-                       label = "volume up";
-                       debounce-interval = <10>;
-               };
-
-               key@116 {
-                       interrupt-parent = <&gpx2>;
-                       interrupts = <7 0>;
-                       gpios = <&gpx2 7 1>;
-                       linux,code = <116>;
-                       label = "power";
-                       debounce-interval = <10>;
-                       gpio-key,wakeup;
-               };
-       };
-
        i2c_ak8975: i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&gpy2 4 0>, <&gpy2 5 0>;