kernel/arch/arm/boot/dts/imx6qdl-tx6.dtsi
.. .. @@ -62,6 +62,7 @@ 62 62 }; 63 63 64 64 memory@10000000 { 65 + device_type = "memory";65 66 reg = <0x10000000 0>; /* will be filled by U-Boot */ 66 67 }; 67 68 .. .. @@ -737,14 +738,12 @@ 737 738 &pwm1 { 738 739 pinctrl-names = "default"; 739 740 pinctrl-0 = <&pinctrl_pwm1>; 740 - #pwm-cells = <3>;741 741 status = "disabled"; 742 742 }; 743 743 744 744 &pwm2 { 745 745 pinctrl-names = "default"; 746 746 pinctrl-0 = <&pinctrl_pwm2>; 747 - #pwm-cells = <3>;748 747 status = "okay"; 749 748 }; 750 749