hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6qdl-tx6.dtsi
....@@ -62,6 +62,7 @@
6262 };
6363
6464 memory@10000000 {
65
+ device_type = "memory";
6566 reg = <0x10000000 0>; /* will be filled by U-Boot */
6667 };
6768
....@@ -737,14 +738,12 @@
737738 &pwm1 {
738739 pinctrl-names = "default";
739740 pinctrl-0 = <&pinctrl_pwm1>;
740
- #pwm-cells = <3>;
741741 status = "disabled";
742742 };
743743
744744 &pwm2 {
745745 pinctrl-names = "default";
746746 pinctrl-0 = <&pinctrl_pwm2>;
747
- #pwm-cells = <3>;
748747 status = "okay";
749748 };
750749