ARM: dts: trats2: remove property from nodes of keys
authorBeomho Seo <beomho.seo@samsung.com>
Wed, 7 May 2014 05:30:18 +0000 (14:30 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:44 +0000 (11:47 +0900)
This patch removed interrupt-parent and interrupts propertoes from
nodes of the keys. Because they are not part of the device tree bindings.

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

index 67d4e05..d7699a3 100644 (file)
                compatible = "gpio-keys";
 
                key@114 {
-                       interrupt-parent = <&gpx3>;
-                       interrupts = <3 0>;
                        gpios = <&gpx3 3 1>;
                        linux,code = <114>;
                        label = "volume down";
                };
 
                key@115 {
-                       interrupt-parent = <&gpx2>;
-                       interrupts = <2 0>;
                        gpios = <&gpx2 2 1>;
                        linux,code = <115>;
                        label = "volume up";
                };
 
                key@116 {
-                       interrupt-parent = <&gpx2>;
-                       interrupts = <7 0>;
                        gpios = <&gpx2 7 1>;
                        linux,code = <116>;
                        label = "power";
                };
 
                key@139 {
-                       interrupt-parent = <&gpx0>;
-                       interrupts = <1 0>;
                        gpios = <&gpx0 1 1>;
                        linux,code = <139>;
                        label = "ok";