|
@@ -52,8 +52,8 @@ Signed-off-by: Matthias Brugger <[email protected]>
|
|
|
+ compatible = "spi-nand";
|
|
|
+ reg = <0>;
|
|
|
+ spi-max-frequency = <10000000>;
|
|
|
-+ spi-tx-buswidth = <4>;
|
|
|
-+ spi-rx-buswidth = <4>;
|
|
|
++ spi-tx-bus-width = <4>;
|
|
|
++ spi-rx-bus-width = <4>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
@@ -140,8 +140,8 @@ Signed-off-by: Matthias Brugger <[email protected]>
|
|
|
+ compatible = "spi-nand";
|
|
|
+ reg = <0>;
|
|
|
+ spi-max-frequency = <10000000>;
|
|
|
-+ spi-tx-buswidth = <4>;
|
|
|
-+ spi-rx-buswidth = <4>;
|
|
|
++ spi-tx-bus-width = <4>;
|
|
|
++ spi-rx-bus-width = <4>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|