brcm63xx: dts: Unify naming of gpio-led nodes
[openwrt/staging/chunkeey.git] / target / linux / brcm63xx / dts / ct-6373.dts
index e6069bcd067e818e34d3f370a0432dc7542865f7..c5e38ba6f63815667318d0f4091387d49bbd5dc4 100644 (file)
@@ -9,25 +9,25 @@
        compatible = "comtrend,ct-6373", "brcm,bcm6358";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
-       gpio-keys-polled {
+       keys {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
-               debounce-interval = <60>;
 
                reset {
                        label = "reset";
                        gpios = <&pinctrl 35 1>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
                };
        };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                power_green {
@@ -80,8 +80,6 @@
 &pflash {
        status = "ok";
 
-       linux,part-probe = "bcm63xxpart";
-
        partitions {
                compatible = "fixed-partitions";
                #address-cells = <1>;