forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
....@@ -11,6 +11,7 @@
1111 };
1212
1313 memory@10000000 {
14
+ device_type = "memory";
1415 reg = <0x10000000 0x40000000>;
1516 };
1617
....@@ -246,12 +247,12 @@
246247 };
247248
248249 &ecspi1 {
249
- cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
250
+ cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
250251 pinctrl-names = "default";
251252 pinctrl-0 = <&pinctrl_ecspi1>;
252253 status = "okay";
253254
254
- flash: m25p80@0 {
255
+ flash: flash@0 {
255256 compatible = "microchip,sst25vf016b";
256257 spi-max-frequency = <20000000>;
257258 reg = <0>;
....@@ -638,6 +639,7 @@
638639 };
639640
640641 &pwm1 {
642
+ #pwm-cells = <2>;
641643 pinctrl-names = "default";
642644 pinctrl-0 = <&pinctrl_pwm1>;
643645 status = "okay";
....@@ -650,6 +652,7 @@
650652 };
651653
652654 &pwm4 {
655
+ #pwm-cells = <2>;
653656 pinctrl-names = "default";
654657 pinctrl-0 = <&pinctrl_pwm4>;
655658 status = "okay";