mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
6ddb5f5a65
Release 2023.07 got tagged wrongly and replaced by follow-up release 2023.07.02. Now using upstream DTS for BPi-R3. Removed two patches which made it upstream, refreshed the rest. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
34 lines
527 B
Diff
34 lines
527 B
Diff
--- a/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
|
|
+++ b/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
|
|
@@ -20,7 +20,7 @@
|
|
};
|
|
|
|
aliases {
|
|
- spi0 = &snfi;
|
|
+ spi0 = &snand;
|
|
ethernet0 = ð
|
|
};
|
|
|
|
@@ -208,17 +208,11 @@
|
|
};
|
|
};
|
|
|
|
-&snfi {
|
|
- pinctrl-names = "default", "snfi";
|
|
- pinctrl-0 = <&snor_pins>;
|
|
- pinctrl-1 = <&snfi_pins>;
|
|
+&snand {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&snfi_pins>;
|
|
+ quad-spi;
|
|
status = "okay";
|
|
-
|
|
- spi-flash@0{
|
|
- compatible = "jedec,spi-nor";
|
|
- reg = <0>;
|
|
- bootph-all;
|
|
- };
|
|
};
|
|
|
|
&uart0 {
|