WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/boards/bananapim4zero.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTBRANCH_BOARD="tag:v2025.01"
BOOTPATCHDIR="v2025.01"
BOOTBRANCH_BOARD="tag:v2025.07"
BOOTPATCHDIR="v2025.07"
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"

function post_family_tweaks_bsp__bananapi_firmware() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Patrick Yavitz <[email protected]>
* Copyright (c) 2025 Patrick Yavitz <[email protected]>
*/

/dts-v1/;
Expand Down Expand Up @@ -49,17 +49,17 @@

&emac1 {
status = "disabled";
pinctrl-0 = <&ext_rgmii_pins>;
pinctrl-names = "default";
phy-mode = "rgmii";
phy-handle = <&ext_rgmii_phy>;
pinctrl-0 = <&rmii_pins>;
phy-mode = "rmii";
phy-handle = <&rmii_phy>;
phy-supply = <&reg_dldo1>;
allwinner,rx-delay-ps = <3100>;
allwinner,tx-delay-ps = <700>;
};

&mdio1 {
ext_rgmii_phy: ethernet-phy@1 {
rmii_phy: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
};
Expand Down Expand Up @@ -107,4 +107,5 @@

&usbphy {
status = "okay";
usb1_vbus-supply = <&reg_usb_vbus>;
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Patrick Yavitz <[email protected]>
* Copyright (c) 2025 Patrick Yavitz <[email protected]>
*/

/dts-v1/;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Patrick Yavitz <[email protected]>
* Copyright (c) 2025 Patrick Yavitz <[email protected]>
*/

/dts-v1/;
Expand Down Expand Up @@ -49,17 +49,17 @@

&emac1 {
status = "disabled";
pinctrl-0 = <&ext_rgmii_pins>;
pinctrl-names = "default";
phy-mode = "rgmii";
phy-handle = <&ext_rgmii_phy>;
pinctrl-0 = <&rmii_pins>;
phy-mode = "rmii";
phy-handle = <&rmii_phy>;
phy-supply = <&reg_dldo1>;
allwinner,rx-delay-ps = <3100>;
allwinner,tx-delay-ps = <700>;
};

&mdio1 {
ext_rgmii_phy: ethernet-phy@1 {
rmii_phy: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
};
Expand Down Expand Up @@ -107,4 +107,5 @@

&usbphy {
status = "okay";
usb1_vbus-supply = <&reg_usb_vbus>;
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Patrick Yavitz <[email protected]>
* Copyright (c) 2025 Patrick Yavitz <[email protected]>
*/

/dts-v1/;
Expand Down

This file was deleted.

Loading