diff options
| author | Tom Rini <trini@konsulko.com> | 2026-05-06 08:44:55 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-05-06 08:44:55 -0600 |
| commit | 980f8a4589626ca2b9c6c5f74eefe72f4b5606c6 (patch) | |
| tree | 85f6976ec8145a37453ede406afc5aad72811183 /configs | |
| parent | ffdce9d3fbd7c4d0d4d9f241d32ef2970ee8800b (diff) | |
| parent | 5245bdc98b9fff46e4bcec2e44e915be44824537 (diff) | |
| download | u-boot-980f8a4589626ca2b9c6c5f74eefe72f4b5606c6.tar.gz u-boot-980f8a4589626ca2b9c6c5f74eefe72f4b5606c6.zip | |
Merge tag 'net-20260506' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20260506.
net:
- phy: dp83867: default to 2ns delay if unspecified in device-tree
- nfs: fix buffer overflow in nfs_readlink_reply()
- cpsw: Add cpsw-switch DT binding support
- phy: add common PHY polarity properties support
- phy: adin: add support for the ADIN1200 phy
- macb: support for instances with less features
- phy: mscc: add support for the VSC8572
net-lwip:
- wget: correct diagnostic output
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index f26295103f1..55dc7845544 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -285,6 +285,7 @@ CONFIG_PCI_REGION_MULTI_ENTRY=y CONFIG_PCI_FTPCI100=y CONFIG_PCI_SANDBOX=y CONFIG_PHY=y +CONFIG_PHY_COMMON_PROPS=y CONFIG_PHY_SANDBOX=y CONFIG_PINCTRL=y CONFIG_PINCONF=y |
