mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
692205305d
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
From 178f1c2747c3920723242f26ba290785d45bffae Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Mon, 11 Nov 2024 16:38:01 +0000
|
|
Subject: [PATCH] dt-bindings: net: cdns,macb: Add compatible for Raspberry Pi
|
|
RP1
|
|
|
|
The Raspberry Pi RP1 chip has the Cadence GEM ethernet
|
|
controller, so add a compatible string for it.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
|
|
@@ -54,6 +54,7 @@ properties:
|
|
- cdns,np4-macb # NP4 SoC devices
|
|
- microchip,sama7g5-emac # Microchip SAMA7G5 ethernet interface
|
|
- microchip,sama7g5-gem # Microchip SAMA7G5 gigabit ethernet interface
|
|
+ - raspberrypi,rp1-gem # Raspberry Pi RP1 gigabit ethernet interface
|
|
- sifive,fu540-c000-gem # SiFive FU540-C000 SoC
|
|
- cdns,emac # Generic
|
|
- cdns,gem # Generic
|