Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / arm / boot / dts / omap5-igep0050.dts
index eceab97..8fc1921 100644 (file)
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0x80000000 0x7f000000>; /* 2032 MB */
+               reg = <0x0 0x80000000 0 0x7f000000>;    /* 2032 MB */
        };
 
        gpio_keys {
-                compatible = "gpio-keys";
+               compatible = "gpio-keys";
                pinctrl-0 = <&power_button_pin>;
                pinctrl-names = "default";
 
                power-button {
                        label = "Power Button";
                        linux,code = <KEY_POWER>;
-                       gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
                };
        };