mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
ce37d2c690
Removed because similar version is upstream: x86/patches-5.10/020-x86-Fix-compile-problem.patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=cc6ddd6fa93eb59ac6f63158a6466e45ad0ca94c Manually adapted the following patch: mediatek/patches-5.10/100-dts-update-mt7622-rfb1.patch Add new configuration symbols for tegra target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
38 lines
598 B
Diff
38 lines
598 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
@@ -18,6 +18,7 @@
|
|
|
|
aliases {
|
|
serial0 = &uart0;
|
|
+ ethernet0 = &gmac0;
|
|
};
|
|
|
|
chosen {
|
|
@@ -161,22 +162,22 @@
|
|
|
|
port@1 {
|
|
reg = <1>;
|
|
- label = "lan0";
|
|
+ label = "lan1";
|
|
};
|
|
|
|
port@2 {
|
|
reg = <2>;
|
|
- label = "lan1";
|
|
+ label = "lan2";
|
|
};
|
|
|
|
port@3 {
|
|
reg = <3>;
|
|
- label = "lan2";
|
|
+ label = "lan3";
|
|
};
|
|
|
|
port@4 {
|
|
reg = <4>;
|
|
- label = "lan3";
|
|
+ label = "lan4";
|
|
};
|
|
|
|
port@6 {
|