forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi
....@@ -110,28 +110,28 @@
110110 };
111111
112112 &ecspi1 {
113
- cs-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH
114
- &gpio4 10 GPIO_ACTIVE_HIGH
115
- &gpio4 11 GPIO_ACTIVE_HIGH>;
113
+ cs-gpios = <&gpio4 9 GPIO_ACTIVE_LOW
114
+ &gpio4 10 GPIO_ACTIVE_LOW
115
+ &gpio4 11 GPIO_ACTIVE_LOW>;
116116 pinctrl-names = "default";
117117 pinctrl-0 = <&pinctrl_ecspi1>;
118118 status = "okay";
119119 };
120120
121121 &ecspi2 {
122
- cs-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH &gpio2 27 GPIO_ACTIVE_HIGH>;
122
+ cs-gpios = <&gpio2 26 GPIO_ACTIVE_LOW &gpio2 27 GPIO_ACTIVE_LOW>;
123123 pinctrl-names = "default";
124124 pinctrl-0 = <&pinctrl_ecspi2>;
125125 status = "okay";
126126 };
127127
128128 &ecspi4 {
129
- cs-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH &gpio5 2 GPIO_ACTIVE_HIGH>;
129
+ cs-gpios = <&gpio3 29 GPIO_ACTIVE_LOW &gpio5 2 GPIO_ACTIVE_LOW>;
130130 pinctrl-names = "default";
131131 pinctrl-0 = <&pinctrl_ecspi4>;
132132 status = "okay";
133133
134
- flash: m25p80@1 {
134
+ flash: flash@1 {
135135 #address-cells = <1>;
136136 #size-cells = <1>;
137137 compatible = "micron,n25q128a11", "jedec,spi-nor";
....@@ -336,6 +336,7 @@
336336 };
337337
338338 &pwm1 {
339
+ #pwm-cells = <2>;
339340 pinctrl-names = "default";
340341 pinctrl-0 = <&pinctrl_pwm1>;
341342 status = "okay";