ramips: cleanup SPI flash device tree properties usage
[openwrt/staging/lynxis/omap.git] / target / linux / ramips / dts / M3.dts
index 2b56cf77dce547fabd5277b739a51b0e2726df72..19ccf3ddfad49bfd837ed9c5e3ab633f78b3fc9a 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "M3", "ralink,rt5350-soc";
        model = "Poray M3";
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                mode {
                        label = "mode";
                        gpios = <&gpio0 17 1>;
-                       linux,code = <0x100>;
-                       linux,input-type = <5>;
+                       linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
        };
 };
@@ -43,8 +45,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
-               linux,modalias = "m25p80", "w25q32";
+               reg = <0>;
                spi-max-frequency = <10000000>;
 
                partition@0 {