forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
....@@ -102,8 +102,7 @@
102102 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
103103 enable-active-high;
104104 gpios-states = <1>;
105
- states = <1100000 0
106
- 1300000 1>;
105
+ states = <1100000 0>, <1300000 1>;
107106 };
108107
109108 wifi_pwrseq: wifi_pwrseq {
....@@ -170,7 +169,7 @@
170169 flash@0 {
171170 #address-cells = <1>;
172171 #size-cells = <1>;
173
- compatible = "mxicy,mx25l1606e", "winbond,w25q128";
172
+ compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
174173 reg = <0>;
175174 spi-max-frequency = <40000000>;
176175 };
....@@ -178,7 +177,7 @@
178177
179178 &uart0 {
180179 pinctrl-names = "default";
181
- pinctrl-0 = <&uart0_pins_a>;
180
+ pinctrl-0 = <&uart0_pa_pins>;
182181 status = "okay";
183182 };
184183