hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/boot/dts/imx6q-pistachio.dts
....@@ -57,6 +57,7 @@
5757 };
5858
5959 memory@10000000 {
60
+ device_type = "memory";
6061 reg = <0x10000000 0x80000000>;
6162 };
6263
....@@ -102,7 +103,7 @@
102103 power {
103104 label = "Power Button";
104105 gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
105
- gpio-key,wakeup;
106
+ wakeup-source;
106107 linux,code = <KEY_POWER>;
107108 };
108109 };
....@@ -569,6 +570,7 @@
569570 };
570571
571572 &pwm1 {
573
+ #pwm-cells = <2>;
572574 pinctrl-names = "default";
573575 pinctrl-0 = <&pinctrl_pwm1>;
574576 status = "okay";