kernel/arch/arm/boot/dts/imx6q-pistachio.dts
.. .. @@ -57,6 +57,7 @@ 57 57 }; 58 58 59 59 memory@10000000 { 60 + device_type = "memory";60 61 reg = <0x10000000 0x80000000>; 61 62 }; 62 63 .. .. @@ -102,7 +103,7 @@ 102 103 power { 103 104 label = "Power Button"; 104 105 gpios = <&gpio2 12 GPIO_ACTIVE_LOW>; 105 - gpio-key,wakeup;106 + wakeup-source;106 107 linux,code = <KEY_POWER>; 107 108 }; 108 109 }; .. .. @@ -569,6 +570,7 @@ 569 570 }; 570 571 571 572 &pwm1 { 573 + #pwm-cells = <2>;572 574 pinctrl-names = "default"; 573 575 pinctrl-0 = <&pinctrl_pwm1>; 574 576 status = "okay";