ramips: cleanup SPI flash device tree properties usage
[openwrt/openwrt.git] / target / linux / ramips / dts / LINKIT7688.dts
index ac8b0352b4fe899b3170a0ee1ea801c69b42fb94..f1809d169a154944058d2ff95c11742c33afc98a 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "mt7628an.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "mediatek,linkit", "mediatek,mt7628an-soc";
        model = "MediaTek LinkIt Smart 7688";
@@ -44,7 +46,7 @@
                wps {
                        label = "reset";
                        gpios = <&gpio1 6 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };
 
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
-               linux,modalias = "m25p80", "mx25l25635e";
+               reg = <0>;
                spi-max-frequency = <40000000>;
                m25p,chunked-io = <31>;
 
        spidev@1 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "spidev";
-               reg = <1 0>;
+               compatible = "linux,spidev";
+               reg = <1>;
                spi-max-frequency = <40000000>;
        };
 };