ARM: dts: kirkwood: Fixup pcie DT warnings
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-netxbig.dtsi
index 62515a8b99b995a4a7ae2f2e7d2a42149f99bec1..52b58fe0c4feeff2486d7d463ade23b5526b3e64 100644 (file)
                #size-cells = <0>;
 
                /*
-                * button@1 and button@2 represent a three position rocker
+                * esc and power represent a three position rocker
                 * switch. Thus the conventional KEY_POWER does not fit
                 */
-               button@1 {
+               exc {
                        label = "Back power switch (on|auto)";
                        linux,code = <KEY_ESC>;
                        linux,input-type = <5>;
                        gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
-               button@2 {
+               power {
                        label = "Back power switch (auto|off)";
                        linux,code = <KEY_1>;
                        linux,input-type = <5>;
                        gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
                };
-               button@3 {
+               option {
                        label = "Function button";
                        linux,code = <KEY_OPTION>;
                        gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;