hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
....@@ -11,6 +11,7 @@
1111 };
1212
1313 memory@10000000 {
14
+ device_type = "memory";
1415 reg = <0x10000000 0xF0000000>;
1516 };
1617
....@@ -315,12 +316,12 @@
315316 };
316317
317318 &ecspi1 {
318
- cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
319
+ cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
319320 pinctrl-names = "default";
320321 pinctrl-0 = <&pinctrl_ecspi1>;
321322 status = "okay";
322323
323
- flash: m25p80@0 {
324
+ flash: flash@0 {
324325 compatible = "microchip,sst25vf016b";
325326 spi-max-frequency = <20000000>;
326327 reg = <0>;
....@@ -735,12 +736,14 @@
735736 };
736737
737738 &pwm1 {
739
+ #pwm-cells = <2>;
738740 pinctrl-names = "default";
739741 pinctrl-0 = <&pinctrl_pwm1>;
740742 status = "okay";
741743 };
742744
743745 &pwm2 {
746
+ #pwm-cells = <2>;
744747 pinctrl-names = "default";
745748 pinctrl-0 = <&pinctrl_pwm2>;
746749 status = "okay";
....@@ -753,6 +756,7 @@
753756 };
754757
755758 &pwm4 {
759
+ #pwm-cells = <2>;
756760 pinctrl-names = "default";
757761 pinctrl-0 = <&pinctrl_pwm4>;
758762 status = "okay";